Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions struct { UpdateActive func(*model.User, bool) (*model.User, *model.AppError) AddUserToChannel func(*model.User, *model.Channel) (*model.ChannelMember, *model.AppError) JoinUserToTeam func(*model.Team, *model.User, string) *model.AppError CreateDirectChannel func(string, string) (*model.Channel, *model.AppError) CreateGroupChannel func([]string) (*model.Channel, *model.AppError) CreateChannel func(*model.Channel, bool) (*model.Channel, *model.AppError) DoUploadFile func(time.Time, string, string, string, string, []byte) (*model.FileInfo, *model.AppError) GenerateThumbnailImage func(image.Image, string) GeneratePreviewImage func(image.Image, string) InvalidateAllCaches func() MaxPostSize func() int PrepareImage func(fileData []byte) (image.Image, int, int) }
Actions provides the actions that needs to be used for import slack data
type SlackImporter ¶
type SlackImporter struct {
// contains filtered or unexported fields
}
SlackImporter is a service that allows to import slack dumps into mattermost
Click to show internal directories.
Click to hide internal directories.