Documentation
¶
Index ¶
Constants ¶
View Source
const ( Prefix = "ui/" APIPrefix = "/api" MainLayout = Prefix + "layouts/main" BasePath = "ui" JSONPath = "/json" YAMLPath = "/yaml" JWTPath = "/jwt" UUIDPath = "/uuid" ULIDPath = "/ulid" PasswordPath = "/password" Base64Path = "/base64" URLPath = "/url" HashPath = "/hash" TimePath = "/time" PropertiesPath = "/properties" TextsPath = "/text" )
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
Types ¶
type Base64Request ¶ added in v0.0.2
type Base64Request struct {
String string `json:"string"`
}
type DateTimeRequest ¶ added in v0.0.2
type DateTimeRequest struct {
DateTime string `json:"datetime"`
}
type EpochTimeRequest ¶ added in v0.0.2
type EpochTimeRequest struct {
Epoch string `json:"epoch"`
}
type HashRequest ¶ added in v0.0.2
type HashRequest struct {
String string `json:"string"`
}
type JWTDecodeRequest ¶ added in v0.0.2
type JWTDecodeRequest struct {
JWT string `json:"jwt"`
}
type JWTEncodeRequest ¶ added in v0.0.2
type URLRequest ¶ added in v0.0.2
type URLRequest struct {
URL string `json:"url"`
}
type YamlRequest ¶ added in v0.0.2
type YamlRequest struct {
Yaml string `json:"yaml"`
}
Click to show internal directories.
Click to hide internal directories.