package
Version:
v1.0.49
Opens a new window with list of versions in this module.
Published: Oct 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:"serverId"`
EnvId uint32 `json:"envId"`
}
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 ListBusinessRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
ServerId uint32 `json:"serverId"`
Order *string `json:"order"`
OrderBy *string `json:"orderBy"`
Keyword *string `json:"keyword"`
}
type ListBusinessValueRequest struct {
ServerId *uint32 `json:"serverId"`
BusinessId *uint32 `json:"businessId"`
EnvId *uint32 `json:"envId"`
}
type ListConfigureRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
ServerId uint32 `json:"serverId"`
EnvId uint32 `json:"envId"`
}
type ListEnvRequest struct {
Keyword *string `json:"keyword"`
Name *string `json:"name"`
Status *bool `json:"status"`
Ids []uint32 `json:"ids"`
}
type ListResourceRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
Order *string `json:"order"`
OrderBy *string `json:"orderBy"`
Keyword *string `json:"keyword"`
Tag *string `json:"tag"`
Private *bool `json:"private"`
ServerId *uint32 `json:"serverId"`
}
type ListResourceValueRequest struct {
ServerId *uint32 `json:"serverId"`
ResourceId *uint32 `json:"resourceId"`
EnvId *uint32 `json:"envId"`
}
type ListServerRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
Order *string `json:"order"`
OrderBy *string `json:"orderBy"`
Keyword *string `json:"keyword"`
Name *string `json:"name"`
Status *bool `json:"status"`
Ids []uint32 `json:"ids"`
}
type ListTemplateRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
ServerId uint32 `json:"serverId"`
}
type ParseByContentRequest struct {
EnvId uint32 `json:"env_id"`
ServerId uint32 `json:"server_id"`
Format string `json:"format"`
Content string `json:"content"`
}
type PreviewCurrentTemplateRequest struct {
EnvId uint32 `json:"envId"`
ServerId uint32 `json:"serverId"`
}
type PreviewTemplateReply struct {
Format string `json:"format"`
Content string `json:"content"`
}
type PreviewTemplateRequest struct {
EnvId uint32 `json:"envId"`
ServerId uint32 `json:"serverId"`
Format string `json:"format"`
Content string `json:"content"`
}
type TemplateValue struct {
Value string
Exclude bool
}
type WatcherConfigRequest struct {
Token string
Server string
}
type WatcherConfigureReply struct {
Format string `json:"format"`
Content string `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.