Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PurgeTrashBin ¶
PurgeTrashBin wraps all needed information to purge a trash-bin
func (PurgeTrashBin) Unmarshal ¶
func (PurgeTrashBin) Unmarshal(v []byte) (interface{}, error)
Unmarshal to fulfill umarshaller interface
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service wraps all common logic that is needed to react to incoming events.
func NewService ¶
func NewService(ctx context.Context, gatewaySelector pool.Selectable[apiGateway.GatewayAPIClient], eventStream events.Stream, logger log.Logger, conf config.Config) (Service, error)
NewService prepares and returns a Service implementation.
Click to show internal directories.
Click to hide internal directories.