Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostInfoHandler ¶
type HostResourceHandler ¶ added in v0.1.0
type HostResourceHandler interface { List(ctx context.Context, filter model.HostResourceFilter) ([]model.HostResource, error) Get(ctx context.Context, rID string) (model.HostResource, error) }
type MDNSAdvHandler ¶ added in v0.1.0
type MDNSAdvHandler interface { List(ctx context.Context, filter model.ServiceGroupFilter) ([]model.ServiceGroup, error) Add(ctx context.Context, sg model.ServiceGroup) error Get(ctx context.Context, id string) (model.ServiceGroup, error) Update(ctx context.Context, sg model.ServiceGroup) error Delete(ctx context.Context, id string) error }
Click to show internal directories.
Click to hide internal directories.