messages

package
v0.0.0-...-4df811a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2023 License: MIT Imports: 14 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL