types

package
v1.0.49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompareConfigureReply

type CompareConfigureReply struct {
	Type string `json:"type"`
	Key  string `json:"key"`
	Old  string `json:"old"`
	Cur  string `json:"cur"`
}

type CompareConfigureRequest

type CompareConfigureRequest struct {
	ServerId uint32 `json:"serverId"`
	EnvId    uint32 `json:"envId"`
}

type CompareTemplateReply

type CompareTemplateReply struct {
	Type string `json:"type"`
	Key  string `json:"key"`
	Old  string `json:"old"`
	Cur  string `json:"cur"`
}

type CompareTemplateRequest

type CompareTemplateRequest struct {
	Id      uint32 `json:"id"`
	Format  string `json:"format"`
	Content string `json:"content"`
}

type ListBusinessRequest

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

type ListBusinessValueRequest struct {
	ServerId   *uint32 `json:"serverId"`
	BusinessId *uint32 `json:"businessId"`
	EnvId      *uint32 `json:"envId"`
}

type ListConfigureRequest

type ListConfigureRequest struct {
	Page     uint32 `json:"page"`
	PageSize uint32 `json:"pageSize"`
	ServerId uint32 `json:"serverId"`
	EnvId    uint32 `json:"envId"`
}

type ListEnvRequest

type ListEnvRequest struct {
	Keyword *string  `json:"keyword"`
	Name    *string  `json:"name"`
	Status  *bool    `json:"status"`
	Ids     []uint32 `json:"ids"`
}

type ListResourceRequest

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

type ListResourceValueRequest struct {
	ServerId   *uint32 `json:"serverId"`
	ResourceId *uint32 `json:"resourceId"`
	EnvId      *uint32 `json:"envId"`
}

type ListServerRequest

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

type ListTemplateRequest struct {
	Page     uint32 `json:"page"`
	PageSize uint32 `json:"pageSize"`
	ServerId uint32 `json:"serverId"`
}

type ParseByContentRequest

type ParseByContentRequest struct {
	EnvId    uint32 `json:"env_id"`
	ServerId uint32 `json:"server_id"`
	Format   string `json:"format"`
	Content  string `json:"content"`
}

type PreviewCurrentTemplateRequest

type PreviewCurrentTemplateRequest struct {
	EnvId    uint32 `json:"envId"`
	ServerId uint32 `json:"serverId"`
}

type PreviewTemplateReply

type PreviewTemplateReply struct {
	Format  string `json:"format"`
	Content string `json:"content"`
}

type PreviewTemplateRequest

type PreviewTemplateRequest struct {
	EnvId    uint32 `json:"envId"`
	ServerId uint32 `json:"serverId"`
	Format   string `json:"format"`
	Content  string `json:"content"`
}

type TemplateValue

type TemplateValue struct {
	Value   string
	Exclude bool
}

type WatcherConfigReplyFunc

type WatcherConfigReplyFunc func(*WatcherConfigureReply) error

type WatcherConfigRequest

type WatcherConfigRequest struct {
	Token  string
	Server string
}

type WatcherConfigureReply

type WatcherConfigureReply struct {
	Format  string `json:"format"`
	Content string `json:"content"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL