Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageService ¶
type MessageService interface { Err() *kserrors.Error GetMessages() core.ChangesByEnvironment SendEnvironments(environments []models.Environment) MessageService SendEnvironmentsToOneMember( environments []models.Environment, member string, ) MessageService DeleteMessages(messagesIds []uint) MessageService }
func NewMessageService ¶
func NewMessageService(ctx *core.Context) (service MessageService)
NewMessageService function returns a new instance of MessageService
Click to show internal directories.
Click to hide internal directories.