Documentation
¶
Index ¶
- type DebugPlatform
- func (d *DebugPlatform) GetPid(maincontext context.Context, attachmentname string) (int, error)
- func (d *DebugPlatform) Locate(context context.Context, containername string) (*platforms.Container, error)
- func (d *DebugPlatform) WatchService(ctx context.Context, servicename string) (<-chan platforms.Container, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugPlatform ¶
type DebugPlatform struct { }
func (*DebugPlatform) WatchService ¶
func (d *DebugPlatform) WatchService(ctx context.Context, servicename string) (<-chan platforms.Container, error)
/ Watch a service and get notifications when new containers of that service are created.
Click to show internal directories.
Click to hide internal directories.