Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscribeKey ¶
type SubscribeKey struct {
// contains filtered or unexported fields
}
SubscribeKey is the unique identification for a subscription target.
func NewSubscribeKey ¶
func NewSubscribeKey(namespace string, app string, configKind configkind.ConfigKind) *SubscribeKey
NewSubscribeKey returns an instance of SubscribeKey which is constructed by parameters.
func (SubscribeKey) App ¶
func (subscribeKey SubscribeKey) App() string
App returns the app of SubscribeKey
func (SubscribeKey) Kind ¶
func (subscribeKey SubscribeKey) Kind() configkind.ConfigKind
Kind returns the kind of SubscribeKey
func (SubscribeKey) Namespace ¶
func (subscribeKey SubscribeKey) Namespace() string
Namespace returns the namespace of SubscribeKey
Click to show internal directories.
Click to hide internal directories.