Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶ added in v0.4.0
type Auth struct {
// contains filtered or unexported fields
}
func (*Auth) AnonymousLogin ¶ added in v0.4.0
type Bridge ¶
type Bridge struct {
// contains filtered or unexported fields
}
type Endpoint ¶ added in v0.4.0
type Endpoint struct {
// contains filtered or unexported fields
}
func NewEndpoint ¶ added in v0.4.0
func NewEndpoint(endpointREPO core.EndpointRepositoryPort, messageSVC core.MessageServicePort) *Endpoint
type Janitor ¶ added in v0.8.0
type Janitor struct {
// contains filtered or unexported fields
}
func NewJanitor ¶ added in v0.8.0
func NewJanitor(cfg *config.Config, attachmentREPO core.AttachmentRepositoryPort, messageREPO core.MessageRepositoryPort) *Janitor
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func NewMessage ¶
func NewMessage( cfg *config.Config, attachmentREPO core.AttachmentRepositoryPort, messageREPO core.MessageRepositoryPort, ) *Message
func (*Message) CreateAttachment ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.