zrok/controller/config.go
2022-07-21 16:43:42 -04:00

6 lines
63 B
Go

package controller
type Config struct {
ApiEndpoint string
}