zrok/controller/config.go

6 lines
63 B
Go
Raw Normal View History

package controller
type Config struct {
ApiEndpoint string
}