Documentation
¶
Index ¶
- func NewSecretCreated(secret entity.Secret) events.Event[map[string]string]
- func NewSecretDeleted(secret entity.Secret) events.Event[map[string]string]
- func NewSecretExpired(secret entity.Secret) events.Event[map[string]string]
- func NewSecretViewed(secret entity.Secret) events.Event[map[string]string]
- type NatsPublisher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NatsPublisher ¶
type NatsPublisher struct {
// contains filtered or unexported fields
}
func NewNatsPublisher ¶
func NewNatsPublisher(url string) *NatsPublisher
Click to show internal directories.
Click to hide internal directories.