types

package
v1.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 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:"server_id"`
	EnvID    uint32 `json:"env_id"`
	Format   string `json:"format"`
	Content  string `json:"content"`
}

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 PageResourceRequest

type PageResourceRequest struct {
	Page     uint32  `json:"page"`
	PageSize uint32  `json:"page_size"`
	Keyword  *string `json:"keyword"`
	Tag      *string `json:"tag"`
}

type PageServerBusinessRequest

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

type PageServerRequest struct {
	Page       uint32  `json:"page"`
	PageSize   uint32  `json:"page_size"`
	Keyword    *string `json:"keyword"`
	IsBusiness *bool   `json:"is_business"`
}

type PageServerResourceRequest

type PageServerResourceRequest struct {
	Page     uint32 `json:"page"`
	PageSize uint32 `json:"page_size"`
	ServerID uint32 `json:"server_id"`
}

type PageTemplateRequest

type PageTemplateRequest struct {
	Page     uint32 `json:"page"`
	PageSize uint32 `json:"page_size"`
	ServerID uint32 `json:"server_id"`
}

type ParseByContentRequest

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

type ParseReply

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

type ParseRequest

type ParseRequest struct {
	EnvId    uint32 `json:"env_id"`
	ServerId uint32 `json:"server_id"`
}

type Password

type Password struct {
	Password string `json:"password"`
	Time     int64  `json:"time"`
}

type TemplateValue

type TemplateValue struct {
	Value   string
	Exclude bool
}

type WatcherConfigReplyFunc

type WatcherConfigReplyFunc func(*WatcherConfigureReply) error

type WatcherConfigRequest

type WatcherConfigRequest struct {
	EnvID    uint32 `json:"server"`
	ServerID uint32 `json:"token"`
}

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