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