Documentation
¶
Index ¶
- type Provider
- func (p *Provider) InstanceGroups(ctx context.Context) (map[string][]string, error)
- func (p *Provider) InstanceInspect(ctx context.Context, name string) (sablier.InstanceInfo, error)
- func (p *Provider) InstanceList(ctx context.Context, options provider.InstanceListOptions) ([]sablier.InstanceConfiguration, error)
- func (p *Provider) InstanceStart(ctx context.Context, name string) error
- func (p *Provider) InstanceStop(ctx context.Context, name string) error
- func (p *Provider) NotifyInstanceStopped(ctx context.Context, instance chan<- string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) InstanceGroups ¶
func (*Provider) InstanceInspect ¶
func (*Provider) InstanceList ¶
func (p *Provider) InstanceList(ctx context.Context, options provider.InstanceListOptions) ([]sablier.InstanceConfiguration, error)
func (*Provider) InstanceStart ¶
func (*Provider) InstanceStop ¶
Click to show internal directories.
Click to hide internal directories.