c

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

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

	// Section.
	FuncAddSection          = "AddSection"
	FuncChangeSectionName   = "ChangeSectionName"
	FuncChangeSectionParent = "ChangeSectionParent"
	FuncGetSection          = "GetSection"
	FuncDeleteSection       = "DeleteSection"

	// Forum.
	FuncAddForum           = "AddForum"
	FuncChangeForumName    = "ChangeForumName"
	FuncChangeForumSection = "ChangeForumSection"
	FuncGetForum           = "GetForum"
	FuncDeleteForum        = "DeleteForum"

	// Thread.
	FuncAddThread         = "AddThread"
	FuncChangeThreadName  = "ChangeThreadName"
	FuncChangeThreadForum = "ChangeThreadForum"
	FuncGetThread         = "GetThread"
	FuncDeleteThread      = "DeleteThread"

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

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

	// Other.
	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