Documentation ¶
Index ¶
Constants ¶
View Source
const EnvLocal = "local"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalClient ¶
type LocalClient struct {
// contains filtered or unexported fields
}
func NewLocalClient ¶
func (LocalClient) Call ¶
func (c LocalClient) Call(ctx context.Context, env, service, endpoint string, body map[string]interface{}, response *json.RawMessage) error
func (LocalClient) GetService ¶
func (c LocalClient) GetService(env, name string) (*registry.Service, error)
func (LocalClient) ListEnvs ¶
func (c LocalClient) ListEnvs() []string
func (LocalClient) ListServices ¶
func (c LocalClient) ListServices(env string) ([]*registry.Service, error)
type WebClient ¶ added in v1.2.0
type WebClient struct {
// contains filtered or unexported fields
}
func NewWebClient ¶ added in v1.2.0
func (WebClient) GetService ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.