yaxc/internal/api/type.go
2021-03-27 13:08:53 +01:00

5 lines
51 B
Go

package api
type API struct {
ServerURL string
}