service

package
v0.0.0-...-e29b48a Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelSettingResp

type ChannelSettingResp struct {
	ChannelID         string
	ChannelType       uint8
	ParentChannelID   string
	ParentChannelType uint8
}

type IService

type IService interface {
	// 获取频道设置集合
	GetChannelSettings(channelIDs []string) ([]*ChannelSettingResp, error)
	// 创建或更新频道消息自动删除时间
	CreateOrUpdateMsgAutoDelete(channelID string, channelType uint8, msgAutoDelete int64) error
}

Jump to

Keyboard shortcuts

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