Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientIdentifier ¶
type ClientIdentifier string
ClientIdentifier represents a unique identifier for an OpenSergo client.
type DataEntirePushHandler ¶
type NamespacedApp ¶
type OpenSergoTransportStream ¶
type OpenSergoTransportStream = trpb.OpenSergoUniversalTransportService_SubscribeConfigServer
type SubscribeKind ¶
type SubscribeKind = string
type SubscribeRequestHandler ¶
type SubscribeRequestHandler func(ClientIdentifier, *trpb.SubscribeRequest, OpenSergoTransportStream) error
type SubscribeTarget ¶
type SubscribeTarget struct { Namespace string // AppName represents the target app name. Fast path for "app" label. AppName string // Labels []LabelKV Kind SubscribeKind }
func (SubscribeTarget) NamespacedApp ¶
func (st SubscribeTarget) NamespacedApp() NamespacedApp
Click to show internal directories.
Click to hide internal directories.