Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyValue ¶
type AnyValue struct {
Name string `json:"name" yaml:"name"`
Value any `json:"value" yaml:"value"`
}
func NewAnyValue ¶
func NewNameValue ¶
type AppInfo ¶
type AppInfo struct {
Description string `json:"description" yaml:"description"`
Version string `json:"version" yaml:"version"`
Commit string `json:"commit" yaml:"commit"`
Date string `json:"date" yaml:"date"`
Compiler string `json:"compiler" yaml:"compiler"`
Platform string `json:"platform" yaml:"platform"`
}
func NewAppInfo ¶
func NewAppInfo() AppInfo
type CmpInfo ¶
type CmpInfo struct {
Hash1 *HashInfo `json:"hash1"`
Hash2 *HashInfo `json:"hash2"`
Equal bool `json:"equal"`
Msg string `json:"msg"`
}
func NewCmpInfo ¶
Click to show internal directories.
Click to hide internal directories.