Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FabricInstances ¶
type FabricOptions ¶
func DefaultFabricOptions ¶
func DefaultFabricOptions() FabricOptions
type FabricService ¶
type FabricService interface { Instances() <-chan FabricInstances Start(context.Context) error }
func NewFabricService ¶
func NewFabricService(connection grpc.ClientConnInterface, options FabricOptions) FabricService
Click to show internal directories.
Click to hide internal directories.