Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupHandler ¶ added in v0.13.0
type ContainerHandler ¶ added in v0.0.2
type CoreServiceHandler ¶ added in v0.0.2
type GatewayEndpointHandler ¶
type GatewayEndpointHandler interface { List(ctx context.Context, filter lib_model.EndpointFilter) (map[string]lib_model.Endpoint, error) Get(ctx context.Context, id string) (lib_model.Endpoint, error) Set(ctx context.Context, endpoint lib_model.EndpointBase) error SetList(ctx context.Context, endpoints []lib_model.EndpointBase) error AddAlias(ctx context.Context, id, path string) error AddDefaultGui(ctx context.Context, id string) error Remove(ctx context.Context, id string, restrictStd bool) error RemoveAll(ctx context.Context, filter lib_model.EndpointFilter, restrictStd bool) error }
Click to show internal directories.
Click to hide internal directories.