service

package
v0.0.0-...-b941d56 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 42 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = &configService{}
View Source
var Conversation = &conversationService{}
View Source
var ConversationMidjourney = &conversationMidjourneyService{}
View Source
var ConversationOpenai = &conversationOpenaiService{}
View Source
var File = &fileService{}
View Source
var FinanceService = financeService{}
View Source
var Notify = &notifyService{}
View Source
var Oauth = &oauthService{}
View Source
var Pay = &payService{}
View Source
var Shop = &shopService{}
View Source
var SiteService = siteService{}
View Source
var User = &userService{}
View Source
var Websocket = &websocketService{}

Functions

This section is empty.

Types

type AddPayFlowParams

type AddPayFlowParams struct {
	R           *ghttp.Request
	FlowType    int
	TargetId    int64
	ConfigPayId int
	OrderAmount int
	PayChannel  string
}

type AddUserParam

type AddUserParam struct {
	Username string
	Password string
	Nickname string
	Avatar   string
}

AddUserParam 添加会员参数

type SensitiveWordsValidateParams

type SensitiveWordsValidateParams struct {
	UserId       int64
	ValidateType int
	TopicType    int
	Content      string
}

type SetPayFlowSuccessParams

type SetPayFlowSuccessParams struct {
	PayFlowId  int64
	NotifyData interface{}
}

type StreamMapItem

type StreamMapItem struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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