Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppName = "gbook" Version = "v1.0.0" BOOK_VERSION = "3.2.3" PLUGIN_PREFIX = "gitbook-plugin-" BOOK_JSON_FILE = "book.json" )
View Source
const ( CmdInstall = "install" CmdReady = "ready" CmdSync = "sync" CmdSync2 = "sync2" CmdTest = "test" )
Variables ¶
View Source
var (
Proxy1s = []string{
"https://ghps.cc/",
"https://gh.api.99988866.xyz/",
"https://github.abskoop.workers.dev/",
}
)
sourceProxy1
Functions ¶
This section is empty.
Types ¶
type PluginViewInfo ¶
type PluginViewInfo struct { Name string Version version.Version }
Click to show internal directories.
Click to hide internal directories.