Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BrowserForwarderType ¶
func BrowserForwarderType() interface{}
func InstanceManagementType ¶
func InstanceManagementType() interface{}
func ObservatoryType ¶
func ObservatoryType() interface{}
func SubscriptionManagerType ¶ added in v5.13.0
func SubscriptionManagerType() interface{}
Types ¶
type BrowserForwarder ¶
type ContextReceiver ¶
type InstanceManagement ¶
type InstanceManagement interface { features.Feature ListInstance(ctx context.Context) ([]string, error) AddInstance(ctx context.Context, name string, config []byte, configType string) error StartInstance(ctx context.Context, name string) error StopInstance(ctx context.Context, name string) error UntrackInstance(ctx context.Context, name string) error }
InstanceManagement : unstable
type Observatory ¶
type PersistentStorageEngine ¶
type SubscriptionManager ¶ added in v5.13.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.