c

package
v0.0.49 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: GPL-3.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// Ping.
	FuncPing = cc.FuncPing

	// Section.
	FuncAddSection          = "AddSection"
	FuncChangeSectionName   = "ChangeSectionName"
	FuncChangeSectionParent = "ChangeSectionParent"
	FuncGetSection          = "GetSection"
	FuncMoveSectionUp       = "MoveSectionUp"
	FuncMoveSectionDown     = "MoveSectionDown"
	FuncDeleteSection       = "DeleteSection"

	// Forum.
	FuncAddForum           = "AddForum"
	FuncChangeForumName    = "ChangeForumName"
	FuncChangeForumSection = "ChangeForumSection"
	FuncGetForum           = "GetForum"
	FuncMoveForumUp        = "MoveForumUp"
	FuncMoveForumDown      = "MoveForumDown"
	FuncDeleteForum        = "DeleteForum"

	// Thread.
	FuncAddThread         = "AddThread"
	FuncChangeThreadName  = "ChangeThreadName"
	FuncChangeThreadForum = "ChangeThreadForum"
	FuncGetThread         = "GetThread"
	FuncMoveThreadUp      = "MoveThreadUp"
	FuncMoveThreadDown    = "MoveThreadDown"
	FuncDeleteThread      = "DeleteThread"
	FuncThreadExistsS     = "ThreadExistsS"

	// Message.
	FuncAddMessage               = "AddMessage"
	FuncChangeMessageText        = "ChangeMessageText"
	FuncChangeMessageThread      = "ChangeMessageThread"
	FuncGetMessage               = "GetMessage"
	FuncGetLatestMessageOfThread = "GetLatestMessageOfThread"
	FuncDeleteMessage            = "DeleteMessage"

	// Composite objects.
	FuncListThreadAndMessages       = "ListThreadAndMessages"
	FuncListThreadAndMessagesOnPage = "ListThreadAndMessagesOnPage"
	FuncListForumAndThreads         = "ListForumAndThreads"
	FuncListForumAndThreadsOnPage   = "ListForumAndThreadsOnPage"
	FuncListSectionsAndForums       = "ListSectionsAndForums"

	// Other.
	FuncGetDKey            = "GetDKey"
	FuncShowDiagnosticData = cc.FuncShowDiagnosticData
	FuncTest               = "Test"
)

List of supported functions.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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