Documentation ¶
Index ¶
- func GetProperty(key string) string
- func ProcessEvents(host string, port int) *axon_utils.ClientConnection
- type CredentialsAddedEvent
- type CredentialsRemovedEvent
- type KeyManagerAddedEvent
- type KeyManagerRemovedEvent
- type Projection
- type PropertyChangedEvent
- type TrustedKeyAddedEvent
- type TrustedKeyRemovedEvent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessEvents ¶
func ProcessEvents(host string, port int) *axon_utils.ClientConnection
Types ¶
type CredentialsAddedEvent ¶
type CredentialsAddedEvent struct {
grpc_example.CredentialsAddedEvent
}
func (*CredentialsAddedEvent) ApplyTo ¶
func (event *CredentialsAddedEvent) ApplyTo(_ interface{})
type CredentialsRemovedEvent ¶
type CredentialsRemovedEvent struct {
grpc_example.CredentialsRemovedEvent
}
func (*CredentialsRemovedEvent) ApplyTo ¶
func (event *CredentialsRemovedEvent) ApplyTo(_ interface{})
type KeyManagerAddedEvent ¶
type KeyManagerAddedEvent struct {
grpc_example.KeyManagerAddedEvent
}
func (*KeyManagerAddedEvent) ApplyTo ¶
func (event *KeyManagerAddedEvent) ApplyTo(_ interface{})
type KeyManagerRemovedEvent ¶
type KeyManagerRemovedEvent struct {
grpc_example.KeyManagerRemovedEvent
}
func (*KeyManagerRemovedEvent) ApplyTo ¶
func (event *KeyManagerRemovedEvent) ApplyTo(_ interface{})
type Projection ¶
type PropertyChangedEvent ¶
type PropertyChangedEvent struct {
grpc_example.PropertyChangedEvent
}
Redeclare event types, so that they can be extended with event handler methods.
func (*PropertyChangedEvent) ApplyTo ¶
func (event *PropertyChangedEvent) ApplyTo(projectionWrapper interface{})
type TrustedKeyAddedEvent ¶
type TrustedKeyAddedEvent struct {
grpc_example.TrustedKeyAddedEvent
}
func (*TrustedKeyAddedEvent) ApplyTo ¶
func (event *TrustedKeyAddedEvent) ApplyTo(_ interface{})
type TrustedKeyRemovedEvent ¶
type TrustedKeyRemovedEvent struct {
grpc_example.TrustedKeyRemovedEvent
}
func (*TrustedKeyRemovedEvent) ApplyTo ¶
func (event *TrustedKeyRemovedEvent) ApplyTo(_ interface{})
Click to show internal directories.
Click to hide internal directories.