package
Version:
v1.0.16
Opens a new window with list of versions in this module.
Published: Mar 4, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CompareConfigureReply struct {
Type string `json:"type"`
Key string `json:"key"`
Old string `json:"old"`
Cur string `json:"cur"`
}
type CompareConfigureRequest struct {
ServerID uint32 `json:"server_id"`
EnvID uint32 `json:"env_id"`
Format string `json:"format"`
Content string `json:"content"`
}
type CompareTemplateReply struct {
Type string `json:"type"`
Key string `json:"key"`
Old string `json:"old"`
Cur string `json:"cur"`
}
type CompareTemplateRequest struct {
Id uint32 `json:"id"`
Format string `json:"format"`
Content string `json:"content"`
}
type PageResourceRequest struct {
}
type PageServerBusinessRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"page_size"`
ServerID uint32 `json:"server_id"`
Keyword *string `json:"keyword"`
Tag *string `json:"tag"`
}
type PageServerRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"page_size"`
Keyword *string `json:"keyword"`
IsBusiness *bool `json:"is_business"`
}
type PageServerResourceRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"page_size"`
ServerID uint32 `json:"server_id"`
}
type PageTemplateRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"page_size"`
ServerID uint32 `json:"server_id"`
}
type ParseByContentRequest struct {
EnvId uint32 `json:"env_id"`
ServerId uint32 `json:"server_id"`
Format string `json:"format"`
Content string `json:"content"`
}
type ParseReply struct {
Format string `json:"format"`
Content string `json:"content"`
}
type ParseRequest struct {
EnvId uint32 `json:"env_id"`
ServerId uint32 `json:"server_id"`
}
type Password struct {
Password string `json:"password"`
Time int64 `json:"time"`
}
type TemplateValue struct {
Value string
Exclude bool
}
type WatcherConfigRequest struct {
EnvID uint32 `json:"server"`
ServerID uint32 `json:"token"`
}
type WatcherConfigureReply struct {
Format string `json:"format"`
Content string `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.