service

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelService

type ChannelService interface {
	View(context.Context, string, bool) (*model.ViewChannelResp, error)
}

func NewChannelService

func NewChannelService(client http.Client) ChannelService

type MessageService added in v0.0.13

type MessageService interface {
	Create(context.Context, model.CreateMessageRequest) (*model.CreateMessageResp, error)
}

func NewMessageService added in v0.0.13

func NewMessageService(client http.Client) MessageService

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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