atframe

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ATAPP_ACCESS_DATA_ALGORITHM_TYPE_name = map[int32]string{
		0: "ATAPP_ACCESS_DATA_ALGORITHM_HMAC_SHA256",
	}
	ATAPP_ACCESS_DATA_ALGORITHM_TYPE_value = map[string]int32{
		"ATAPP_ACCESS_DATA_ALGORITHM_HMAC_SHA256": 0,
	}
)

Enum value maps for ATAPP_ACCESS_DATA_ALGORITHM_TYPE.

View Source
var (
	ATAPP_CRYPTO_KDF_TYPE_name = map[int32]string{
		0: "ATAPP_CRYPTO_KDF_HKDF_SHA256",
	}
	ATAPP_CRYPTO_KDF_TYPE_value = map[string]int32{
		"ATAPP_CRYPTO_KDF_HKDF_SHA256": 0,
	}
)

Enum value maps for ATAPP_CRYPTO_KDF_TYPE.

View Source
var (
	ATAPP_CRYPTO_ALGORITHM_TYPE_name = map[int32]string{
		0:  "ATAPP_CRYPTO_ALGORITHM_NONE",
		1:  "ATAPP_CRYPTO_ALGORITHM_XXTEA",
		11: "ATAPP_CRYPTO_ALGORITHM_AES_128_CBC",
		12: "ATAPP_CRYPTO_ALGORITHM_AES_192_CBC",
		13: "ATAPP_CRYPTO_ALGORITHM_AES_256_CBC",
		14: "ATAPP_CRYPTO_ALGORITHM_AES_128_GCM",
		15: "ATAPP_CRYPTO_ALGORITHM_AES_192_GCM",
		16: "ATAPP_CRYPTO_ALGORITHM_AES_256_GCM",
		31: "ATAPP_CRYPTO_ALGORITHM_CHACHA20",
		32: "ATAPP_CRYPTO_ALGORITHM_CHACHA20_POLY1305_IETF",
		33: "ATAPP_CRYPTO_ALGORITHM_XCHACHA20_POLY1305_IETF",
	}
	ATAPP_CRYPTO_ALGORITHM_TYPE_value = map[string]int32{
		"ATAPP_CRYPTO_ALGORITHM_NONE":                    0,
		"ATAPP_CRYPTO_ALGORITHM_XXTEA":                   1,
		"ATAPP_CRYPTO_ALGORITHM_AES_128_CBC":             11,
		"ATAPP_CRYPTO_ALGORITHM_AES_192_CBC":             12,
		"ATAPP_CRYPTO_ALGORITHM_AES_256_CBC":             13,
		"ATAPP_CRYPTO_ALGORITHM_AES_128_GCM":             14,
		"ATAPP_CRYPTO_ALGORITHM_AES_192_GCM":             15,
		"ATAPP_CRYPTO_ALGORITHM_AES_256_GCM":             16,
		"ATAPP_CRYPTO_ALGORITHM_CHACHA20":                31,
		"ATAPP_CRYPTO_ALGORITHM_CHACHA20_POLY1305_IETF":  32,
		"ATAPP_CRYPTO_ALGORITHM_XCHACHA20_POLY1305_IETF": 33,
	}
)

Enum value maps for ATAPP_CRYPTO_ALGORITHM_TYPE.

View Source
var (
	ATAPP_CRYPTO_KEY_EXCHANGE_TYPE_name = map[int32]string{
		0: "ATAPP_CRYPTO_KEY_EXCHANGE_NONE",
		1: "ATAPP_CRYPTO_KEY_EXCHANGE_X25519",
		2: "ATAPP_CRYPTO_KEY_EXCHANGE_SECP256R1",
		3: "ATAPP_CRYPTO_KEY_EXCHANGE_SECP384R1",
		4: "ATAPP_CRYPTO_KEY_EXCHANGE_SECP521R1",
	}
	ATAPP_CRYPTO_KEY_EXCHANGE_TYPE_value = map[string]int32{
		"ATAPP_CRYPTO_KEY_EXCHANGE_NONE":      0,
		"ATAPP_CRYPTO_KEY_EXCHANGE_X25519":    1,
		"ATAPP_CRYPTO_KEY_EXCHANGE_SECP256R1": 2,
		"ATAPP_CRYPTO_KEY_EXCHANGE_SECP384R1": 3,
		"ATAPP_CRYPTO_KEY_EXCHANGE_SECP521R1": 4,
	}
)

Enum value maps for ATAPP_CRYPTO_KEY_EXCHANGE_TYPE.

View Source
var (
	ATAPP_COMPRESSION_ALGORITHM_TYPE_name = map[int32]string{
		0:   "ATAPP_COMPRESSION_ALGORITHM_NONE",
		100: "ATAPP_COMPRESSION_ALGORITHM_ZSTD",
		200: "ATAPP_COMPRESSION_ALGORITHM_LZ4",
		300: "ATAPP_COMPRESSION_ALGORITHM_SNAPPY",
		400: "ATAPP_COMPRESSION_ALGORITHM_ZLIB",
	}
	ATAPP_COMPRESSION_ALGORITHM_TYPE_value = map[string]int32{
		"ATAPP_COMPRESSION_ALGORITHM_NONE":   0,
		"ATAPP_COMPRESSION_ALGORITHM_ZSTD":   100,
		"ATAPP_COMPRESSION_ALGORITHM_LZ4":    200,
		"ATAPP_COMPRESSION_ALGORITHM_SNAPPY": 300,
		"ATAPP_COMPRESSION_ALGORITHM_ZLIB":   400,
	}
)

Enum value maps for ATAPP_COMPRESSION_ALGORITHM_TYPE.

View Source
var (
	ATAPP_COMPRESSION_LEVEL_name = map[int32]string{
		0:   "ATAPP_COMPRESSION_LEVEL_DEFAULT",
		100: "ATAPP_COMPRESSION_LEVEL_STORAGE",
		200: "ATAPP_COMPRESSION_LEVEL_FAST",
		300: "ATAPP_COMPRESSION_LEVEL_LOW_CPU",
		400: "ATAPP_COMPRESSION_LEVEL_BALANCED",
		500: "ATAPP_COMPRESSION_LEVEL_HIGH_RATIO",
		600: "ATAPP_COMPRESSION_LEVEL_MAX_RATIO",
	}
	ATAPP_COMPRESSION_LEVEL_value = map[string]int32{
		"ATAPP_COMPRESSION_LEVEL_DEFAULT":    0,
		"ATAPP_COMPRESSION_LEVEL_STORAGE":    100,
		"ATAPP_COMPRESSION_LEVEL_FAST":       200,
		"ATAPP_COMPRESSION_LEVEL_LOW_CPU":    300,
		"ATAPP_COMPRESSION_LEVEL_BALANCED":   400,
		"ATAPP_COMPRESSION_LEVEL_HIGH_RATIO": 500,
		"ATAPP_COMPRESSION_LEVEL_MAX_RATIO":  600,
	}
)

Enum value maps for ATAPP_COMPRESSION_LEVEL.

View Source
var (
	// optional atframework.atapp.protocol.atapp_configure_meta CONFIGURE = 3270;
	E_CONFIGURE = &file_atframe_atapp_conf_proto_extTypes[0] // 自定义配置
)

Extension fields to descriptorpb.FieldOptions.

View Source
var (
	// optional atframework.atapp.protocol.atapp_configure_enumvalue_options ENUMVALUE = 3270;
	E_ENUMVALUE = &file_atframe_atapp_conf_proto_extTypes[1] // 自定义配置
)

Extension fields to descriptorpb.EnumValueOptions.

View Source
var File_atframe_atapp_conf_proto protoreflect.FileDescriptor

Functions

func GetTypeIDAtappLogSink_LogBackendFile

func GetTypeIDAtappLogSink_LogBackendFile() lu.TypeID

===== Get reflect Type for AtappLogSink Oneof Backend ===== Oneof =====

func GetTypeIDAtappLogSink_LogBackendStderr

func GetTypeIDAtappLogSink_LogBackendStderr() lu.TypeID

===== Get reflect Type for AtappLogSink Oneof Backend ===== Oneof =====

func GetTypeIDAtappLogSink_LogBackendStdout

func GetTypeIDAtappLogSink_LogBackendStdout() lu.TypeID

===== Get reflect Type for AtappLogSink Oneof Backend ===== Oneof =====

func GetTypeIDAtappLogSink_LogBackendSyslog

func GetTypeIDAtappLogSink_LogBackendSyslog() lu.TypeID

===== Get reflect Type for AtappLogSink Oneof Backend ===== Oneof =====

Types

type ATAPP_ACCESS_DATA_ALGORITHM_TYPE

type ATAPP_ACCESS_DATA_ALGORITHM_TYPE int32
const (
	ATAPP_ACCESS_DATA_ALGORITHM_TYPE_ATAPP_ACCESS_DATA_ALGORITHM_HMAC_SHA256 ATAPP_ACCESS_DATA_ALGORITHM_TYPE = 0
)

func (ATAPP_ACCESS_DATA_ALGORITHM_TYPE) Descriptor

func (ATAPP_ACCESS_DATA_ALGORITHM_TYPE) Enum

func (ATAPP_ACCESS_DATA_ALGORITHM_TYPE) EnumDescriptor deprecated

func (ATAPP_ACCESS_DATA_ALGORITHM_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ATAPP_ACCESS_DATA_ALGORITHM_TYPE.Descriptor instead.

func (ATAPP_ACCESS_DATA_ALGORITHM_TYPE) Number

func (ATAPP_ACCESS_DATA_ALGORITHM_TYPE) String

func (ATAPP_ACCESS_DATA_ALGORITHM_TYPE) Type

type ATAPP_COMPRESSION_ALGORITHM_TYPE

type ATAPP_COMPRESSION_ALGORITHM_TYPE int32
const (
	ATAPP_COMPRESSION_ALGORITHM_TYPE_ATAPP_COMPRESSION_ALGORITHM_NONE   ATAPP_COMPRESSION_ALGORITHM_TYPE = 0
	ATAPP_COMPRESSION_ALGORITHM_TYPE_ATAPP_COMPRESSION_ALGORITHM_ZSTD   ATAPP_COMPRESSION_ALGORITHM_TYPE = 100
	ATAPP_COMPRESSION_ALGORITHM_TYPE_ATAPP_COMPRESSION_ALGORITHM_LZ4    ATAPP_COMPRESSION_ALGORITHM_TYPE = 200
	ATAPP_COMPRESSION_ALGORITHM_TYPE_ATAPP_COMPRESSION_ALGORITHM_SNAPPY ATAPP_COMPRESSION_ALGORITHM_TYPE = 300
	ATAPP_COMPRESSION_ALGORITHM_TYPE_ATAPP_COMPRESSION_ALGORITHM_ZLIB   ATAPP_COMPRESSION_ALGORITHM_TYPE = 400
)

func (ATAPP_COMPRESSION_ALGORITHM_TYPE) Descriptor

func (ATAPP_COMPRESSION_ALGORITHM_TYPE) Enum

func (ATAPP_COMPRESSION_ALGORITHM_TYPE) EnumDescriptor deprecated

func (ATAPP_COMPRESSION_ALGORITHM_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ATAPP_COMPRESSION_ALGORITHM_TYPE.Descriptor instead.

func (ATAPP_COMPRESSION_ALGORITHM_TYPE) Number

func (ATAPP_COMPRESSION_ALGORITHM_TYPE) String

func (ATAPP_COMPRESSION_ALGORITHM_TYPE) Type

type ATAPP_COMPRESSION_LEVEL

type ATAPP_COMPRESSION_LEVEL int32

统一压缩等级定义,用于抽象不同压缩算法的压缩强度。 枚举值表达语义等级,具体算法参数由实现层映射。

const (
	// 默认值:使用各压缩算法的默认推荐配置
	//
	// 典型映射:
	//
	//	zstd   : level 3
	//	lz4    : fast 默认
	//	snappy : 默认配置
	//	zlib   : level 6
	ATAPP_COMPRESSION_LEVEL_ATAPP_COMPRESSION_LEVEL_DEFAULT ATAPP_COMPRESSION_LEVEL = 0
	// 存储优先:最低 CPU 开销,允许不压缩直接存储
	//
	// 典型映射:
	//
	//	zstd   : level 1(或 0)
	//	lz4    : fast(1)
	//	snappy : 默认配置
	//	zlib   : level 1
	//	none   : 不压缩
	ATAPP_COMPRESSION_LEVEL_ATAPP_COMPRESSION_LEVEL_STORAGE ATAPP_COMPRESSION_LEVEL = 100
	// 极速压缩,强调最低 CPU 与延迟
	//
	// 典型映射:
	//
	//	zstd   : level -1
	//	lz4    : fast(1)
	//	snappy : 默认配置
	//	zlib   : level 1
	ATAPP_COMPRESSION_LEVEL_ATAPP_COMPRESSION_LEVEL_FAST ATAPP_COMPRESSION_LEVEL = 200
	// 低 CPU 开销压缩,在性能与压缩率之间轻度折中
	//
	// 典型映射:
	//
	//	zstd   : level 1
	//	lz4    : fast(3)
	//	zlib   : level 3
	ATAPP_COMPRESSION_LEVEL_ATAPP_COMPRESSION_LEVEL_LOW_CPU ATAPP_COMPRESSION_LEVEL = 300
	// 均衡压缩,作为系统推荐的通用等级
	//
	// 典型映射:
	//
	//	zstd   : level 3
	//	lz4    : fast(6)
	//	zlib   : level 6
	ATAPP_COMPRESSION_LEVEL_ATAPP_COMPRESSION_LEVEL_BALANCED ATAPP_COMPRESSION_LEVEL = 400
	// 高压缩率,存储优先,允许较高 CPU 成本
	//
	// 典型映射:
	//
	//	zstd   : level 6
	//	lz4    : hc(9)
	//	zlib   : level 9
	ATAPP_COMPRESSION_LEVEL_ATAPP_COMPRESSION_LEVEL_HIGH_RATIO ATAPP_COMPRESSION_LEVEL = 500
	// 极限压缩,仅适用于冷数据或离线场景
	//
	// 典型映射:
	//
	//	zstd   : level 9 ~ 15
	ATAPP_COMPRESSION_LEVEL_ATAPP_COMPRESSION_LEVEL_MAX_RATIO ATAPP_COMPRESSION_LEVEL = 600
)

func (ATAPP_COMPRESSION_LEVEL) Descriptor

func (ATAPP_COMPRESSION_LEVEL) Enum

func (ATAPP_COMPRESSION_LEVEL) EnumDescriptor deprecated

func (ATAPP_COMPRESSION_LEVEL) EnumDescriptor() ([]byte, []int)

Deprecated: Use ATAPP_COMPRESSION_LEVEL.Descriptor instead.

func (ATAPP_COMPRESSION_LEVEL) Number

func (ATAPP_COMPRESSION_LEVEL) String

func (x ATAPP_COMPRESSION_LEVEL) String() string

func (ATAPP_COMPRESSION_LEVEL) Type

type ATAPP_CRYPTO_ALGORITHM_TYPE

type ATAPP_CRYPTO_ALGORITHM_TYPE int32
const (
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_NONE                    ATAPP_CRYPTO_ALGORITHM_TYPE = 0
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_XXTEA                   ATAPP_CRYPTO_ALGORITHM_TYPE = 1
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_AES_128_CBC             ATAPP_CRYPTO_ALGORITHM_TYPE = 11 // PKCS#7
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_AES_192_CBC             ATAPP_CRYPTO_ALGORITHM_TYPE = 12 // PKCS#7
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_AES_256_CBC             ATAPP_CRYPTO_ALGORITHM_TYPE = 13 // PKCS#7
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_AES_128_GCM             ATAPP_CRYPTO_ALGORITHM_TYPE = 14 // AEAD
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_AES_192_GCM             ATAPP_CRYPTO_ALGORITHM_TYPE = 15 // AEAD
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_AES_256_GCM             ATAPP_CRYPTO_ALGORITHM_TYPE = 16 // AEAD
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_CHACHA20                ATAPP_CRYPTO_ALGORITHM_TYPE = 31
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_CHACHA20_POLY1305_IETF  ATAPP_CRYPTO_ALGORITHM_TYPE = 32 // AEAD
	ATAPP_CRYPTO_ALGORITHM_TYPE_ATAPP_CRYPTO_ALGORITHM_XCHACHA20_POLY1305_IETF ATAPP_CRYPTO_ALGORITHM_TYPE = 33 // AEAD
)

func (ATAPP_CRYPTO_ALGORITHM_TYPE) Descriptor

func (ATAPP_CRYPTO_ALGORITHM_TYPE) Enum

func (ATAPP_CRYPTO_ALGORITHM_TYPE) EnumDescriptor deprecated

func (ATAPP_CRYPTO_ALGORITHM_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ATAPP_CRYPTO_ALGORITHM_TYPE.Descriptor instead.

func (ATAPP_CRYPTO_ALGORITHM_TYPE) Number

func (ATAPP_CRYPTO_ALGORITHM_TYPE) String

func (ATAPP_CRYPTO_ALGORITHM_TYPE) Type

type ATAPP_CRYPTO_KDF_TYPE

type ATAPP_CRYPTO_KDF_TYPE int32
const (
	ATAPP_CRYPTO_KDF_TYPE_ATAPP_CRYPTO_KDF_HKDF_SHA256 ATAPP_CRYPTO_KDF_TYPE = 0
)

func (ATAPP_CRYPTO_KDF_TYPE) Descriptor

func (ATAPP_CRYPTO_KDF_TYPE) Enum

func (ATAPP_CRYPTO_KDF_TYPE) EnumDescriptor deprecated

func (ATAPP_CRYPTO_KDF_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ATAPP_CRYPTO_KDF_TYPE.Descriptor instead.

func (ATAPP_CRYPTO_KDF_TYPE) Number

func (ATAPP_CRYPTO_KDF_TYPE) String

func (x ATAPP_CRYPTO_KDF_TYPE) String() string

func (ATAPP_CRYPTO_KDF_TYPE) Type

type ATAPP_CRYPTO_KEY_EXCHANGE_TYPE

type ATAPP_CRYPTO_KEY_EXCHANGE_TYPE int32
const (
	ATAPP_CRYPTO_KEY_EXCHANGE_TYPE_ATAPP_CRYPTO_KEY_EXCHANGE_NONE ATAPP_CRYPTO_KEY_EXCHANGE_TYPE = 0
	// golang 标准库只支持ECDH
	ATAPP_CRYPTO_KEY_EXCHANGE_TYPE_ATAPP_CRYPTO_KEY_EXCHANGE_X25519    ATAPP_CRYPTO_KEY_EXCHANGE_TYPE = 1 // x25519(TLS 1.3推荐)
	ATAPP_CRYPTO_KEY_EXCHANGE_TYPE_ATAPP_CRYPTO_KEY_EXCHANGE_SECP256R1 ATAPP_CRYPTO_KEY_EXCHANGE_TYPE = 2 // secp256r1, p-256
	ATAPP_CRYPTO_KEY_EXCHANGE_TYPE_ATAPP_CRYPTO_KEY_EXCHANGE_SECP384R1 ATAPP_CRYPTO_KEY_EXCHANGE_TYPE = 3 // secp384r1, p-384
	ATAPP_CRYPTO_KEY_EXCHANGE_TYPE_ATAPP_CRYPTO_KEY_EXCHANGE_SECP521R1 ATAPP_CRYPTO_KEY_EXCHANGE_TYPE = 4 // secp521r1, p-521
)

func (ATAPP_CRYPTO_KEY_EXCHANGE_TYPE) Descriptor

func (ATAPP_CRYPTO_KEY_EXCHANGE_TYPE) Enum

func (ATAPP_CRYPTO_KEY_EXCHANGE_TYPE) EnumDescriptor deprecated

func (ATAPP_CRYPTO_KEY_EXCHANGE_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ATAPP_CRYPTO_KEY_EXCHANGE_TYPE.Descriptor instead.

func (ATAPP_CRYPTO_KEY_EXCHANGE_TYPE) Number

func (ATAPP_CRYPTO_KEY_EXCHANGE_TYPE) String

func (ATAPP_CRYPTO_KEY_EXCHANGE_TYPE) Type

type AtappArea

type AtappArea struct {

	// region -> district -> zone
	Region   string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	District string `protobuf:"bytes,2,opt,name=district,proto3" json:"district,omitempty"`
	ZoneId   uint64 `protobuf:"varint,3,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"` // Such as postal zone/zip code
	// contains filtered or unexported fields
}

func (*AtappArea) Clone

func (m *AtappArea) Clone() *AtappArea

===== Clone methods for AtappArea ===== Message ====

func (*AtappArea) Descriptor deprecated

func (*AtappArea) Descriptor() ([]byte, []int)

Deprecated: Use AtappArea.ProtoReflect.Descriptor instead.

func (*AtappArea) GetDistrict

func (x *AtappArea) GetDistrict() string

func (*AtappArea) GetRegion

func (x *AtappArea) GetRegion() string

func (*AtappArea) GetTypeID

func (_ *AtappArea) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappArea ===== Message =====

func (*AtappArea) GetZoneId

func (x *AtappArea) GetZoneId() uint64

func (*AtappArea) LogValue

func (m *AtappArea) LogValue() slog.Value

===== SlogValue methods for AtappArea ===== Message ====

func (*AtappArea) Merge

func (m *AtappArea) Merge(src *AtappArea)

===== Merge methods for AtappArea ===== Message ====

func (*AtappArea) ProtoMessage

func (*AtappArea) ProtoMessage()

func (*AtappArea) ProtoReflect

func (x *AtappArea) ProtoReflect() protoreflect.Message

func (*AtappArea) Reset

func (x *AtappArea) Reset()

func (*AtappArea) String

func (x *AtappArea) String() string

func (*AtappArea) ToReadonly

func (m *AtappArea) ToReadonly() *Readonly_AtappArea

type AtappConfigure

type AtappConfigure struct {

	// bus configure
	Id       string     `protobuf:"bytes,101,opt,name=id,proto3" json:"id,omitempty"`                       // maybe hex or a.b.c.d
	IdMask   string     `protobuf:"bytes,102,opt,name=id_mask,json=idMask,proto3" json:"id_mask,omitempty"` // convert a.b.c.d -> id
	Name     string     `protobuf:"bytes,103,opt,name=name,proto3" json:"name,omitempty"`
	TypeId   uint64     `protobuf:"varint,104,opt,name=type_id,json=typeId,proto3" json:"type_id,omitempty"`
	TypeName string     `protobuf:"bytes,105,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	Area     *AtappArea `protobuf:"bytes,106,opt,name=area,proto3" json:"area,omitempty"` // Some service is splited by area
	// See these document below for details:
	//
	//	https://kubernetes.io/docs/concepts/workloads/pods/downward-api/#available-fields
	//	https://kubernetes.io/zh-cn/docs/concepts/workloads/pods/downward-api/#available-fields
	Metadata *AtappMetadata `protobuf:"bytes,107,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Runtime  *AtappRuntime  `protobuf:"bytes,108,opt,name=runtime,proto3" json:"runtime,omitempty"`
	Hostname string         `protobuf:"bytes,121,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// The same identity means the same instance of a app.
	// It will take effect on discovery protocol, please make different apps have different identities.
	Identity               string           `protobuf:"bytes,122,opt,name=identity,proto3" json:"identity,omitempty"`
	RemovePidfileAfterExit bool             `` /* 134-byte string literal not displayed */
	Timer                  *AtappTimer      `protobuf:"bytes,202,opt,name=timer,proto3" json:"timer,omitempty"`
	Bus                    *AtbusConfigure  `protobuf:"bytes,301,opt,name=bus,proto3" json:"bus,omitempty"`
	Etcd                   *AtappEtcd       `protobuf:"bytes,401,opt,name=etcd,proto3" json:"etcd,omitempty"`
	WorkerPool             *AtappWorkerPool `protobuf:"bytes,501,opt,name=worker_pool,json=workerPool,proto3" json:"worker_pool,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappConfigure) Clone

func (m *AtappConfigure) Clone() *AtappConfigure

===== Clone methods for AtappConfigure ===== Message ====

func (*AtappConfigure) Descriptor deprecated

func (*AtappConfigure) Descriptor() ([]byte, []int)

Deprecated: Use AtappConfigure.ProtoReflect.Descriptor instead.

func (*AtappConfigure) GetArea

func (x *AtappConfigure) GetArea() *AtappArea

func (*AtappConfigure) GetBus

func (x *AtappConfigure) GetBus() *AtbusConfigure

func (*AtappConfigure) GetEtcd

func (x *AtappConfigure) GetEtcd() *AtappEtcd

func (*AtappConfigure) GetHostname

func (x *AtappConfigure) GetHostname() string

func (*AtappConfigure) GetId

func (x *AtappConfigure) GetId() string

func (*AtappConfigure) GetIdMask

func (x *AtappConfigure) GetIdMask() string

func (*AtappConfigure) GetIdentity

func (x *AtappConfigure) GetIdentity() string

func (*AtappConfigure) GetMetadata

func (x *AtappConfigure) GetMetadata() *AtappMetadata

func (*AtappConfigure) GetName

func (x *AtappConfigure) GetName() string

func (*AtappConfigure) GetRemovePidfileAfterExit

func (x *AtappConfigure) GetRemovePidfileAfterExit() bool

func (*AtappConfigure) GetRuntime

func (x *AtappConfigure) GetRuntime() *AtappRuntime

func (*AtappConfigure) GetTimer

func (x *AtappConfigure) GetTimer() *AtappTimer

func (*AtappConfigure) GetTypeID

func (_ *AtappConfigure) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappConfigure ===== Message =====

func (*AtappConfigure) GetTypeId

func (x *AtappConfigure) GetTypeId() uint64

func (*AtappConfigure) GetTypeName

func (x *AtappConfigure) GetTypeName() string

func (*AtappConfigure) GetWorkerPool

func (x *AtappConfigure) GetWorkerPool() *AtappWorkerPool

func (*AtappConfigure) LogValue

func (m *AtappConfigure) LogValue() slog.Value

===== SlogValue methods for AtappConfigure ===== Message ====

func (*AtappConfigure) Merge

func (m *AtappConfigure) Merge(src *AtappConfigure)

===== Merge methods for AtappConfigure ===== Message ====

func (*AtappConfigure) MutableArea

func (m *AtappConfigure) MutableArea() *AtappArea

===== Mutable methods for AtappConfigure ===== Message =====

func (*AtappConfigure) MutableBus

func (m *AtappConfigure) MutableBus() *AtbusConfigure

===== Mutable methods for AtappConfigure ===== Message =====

func (*AtappConfigure) MutableEtcd

func (m *AtappConfigure) MutableEtcd() *AtappEtcd

===== Mutable methods for AtappConfigure ===== Message =====

func (*AtappConfigure) MutableMetadata

func (m *AtappConfigure) MutableMetadata() *AtappMetadata

===== Mutable methods for AtappConfigure ===== Message =====

func (*AtappConfigure) MutableRuntime

func (m *AtappConfigure) MutableRuntime() *AtappRuntime

===== Mutable methods for AtappConfigure ===== Message =====

func (*AtappConfigure) MutableTimer

func (m *AtappConfigure) MutableTimer() *AtappTimer

===== Mutable methods for AtappConfigure ===== Message =====

func (*AtappConfigure) MutableWorkerPool

func (m *AtappConfigure) MutableWorkerPool() *AtappWorkerPool

===== Mutable methods for AtappConfigure ===== Message =====

func (*AtappConfigure) ProtoMessage

func (*AtappConfigure) ProtoMessage()

func (*AtappConfigure) ProtoReflect

func (x *AtappConfigure) ProtoReflect() protoreflect.Message

func (*AtappConfigure) Reset

func (x *AtappConfigure) Reset()

func (*AtappConfigure) String

func (x *AtappConfigure) String() string

func (*AtappConfigure) ToReadonly

func (m *AtappConfigure) ToReadonly() *Readonly_AtappConfigure

type AtappConfigureEnumvalueOptions

type AtappConfigureEnumvalueOptions struct {
	AliasName     []string `protobuf:"bytes,1,rep,name=alias_name,json=aliasName,proto3" json:"alias_name,omitempty"`
	CaseSensitive bool     `protobuf:"varint,2,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappConfigureEnumvalueOptions) AppendAliasName

func (m *AtappConfigureEnumvalueOptions) AppendAliasName(d string)

===== Append methods for AtappConfigureEnumvalueOptions ===== Repeated =====

func (*AtappConfigureEnumvalueOptions) Clone

===== Clone methods for AtappConfigureEnumvalueOptions ===== Message ====

func (*AtappConfigureEnumvalueOptions) Descriptor deprecated

func (*AtappConfigureEnumvalueOptions) Descriptor() ([]byte, []int)

Deprecated: Use AtappConfigureEnumvalueOptions.ProtoReflect.Descriptor instead.

func (*AtappConfigureEnumvalueOptions) GetAliasName

func (x *AtappConfigureEnumvalueOptions) GetAliasName() []string

func (*AtappConfigureEnumvalueOptions) GetCaseSensitive

func (x *AtappConfigureEnumvalueOptions) GetCaseSensitive() bool

func (*AtappConfigureEnumvalueOptions) GetTypeID

func (_ *AtappConfigureEnumvalueOptions) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappConfigureEnumvalueOptions ===== Message =====

func (*AtappConfigureEnumvalueOptions) LogValue

===== SlogValue methods for AtappConfigureEnumvalueOptions ===== Message ====

func (*AtappConfigureEnumvalueOptions) Merge

===== Merge methods for AtappConfigureEnumvalueOptions ===== Message ====

func (*AtappConfigureEnumvalueOptions) MergeAliasName

func (m *AtappConfigureEnumvalueOptions) MergeAliasName(d []string) []string

===== Merge methods for AtappConfigureEnumvalueOptions ===== Repeated =====

func (*AtappConfigureEnumvalueOptions) MutableAliasName

func (m *AtappConfigureEnumvalueOptions) MutableAliasName() []string

===== Mutable methods for AtappConfigureEnumvalueOptions ===== Repeated =====

func (*AtappConfigureEnumvalueOptions) ProtoMessage

func (*AtappConfigureEnumvalueOptions) ProtoMessage()

func (*AtappConfigureEnumvalueOptions) ProtoReflect

func (*AtappConfigureEnumvalueOptions) RemoveLastAliasName

func (m *AtappConfigureEnumvalueOptions) RemoveLastAliasName()

===== RemoveLast methods for AtappConfigureEnumvalueOptions ===== Repeated =====

func (*AtappConfigureEnumvalueOptions) Reset

func (x *AtappConfigureEnumvalueOptions) Reset()

func (*AtappConfigureEnumvalueOptions) ReverseIfNilAliasName

func (m *AtappConfigureEnumvalueOptions) ReverseIfNilAliasName(l int32) []string

===== ReverseIfNil methods for AtappConfigureEnumvalueOptions ===== Repeated =====

func (*AtappConfigureEnumvalueOptions) String

func (*AtappConfigureEnumvalueOptions) ToReadonly

type AtappConfigureMeta

type AtappConfigureMeta struct {
	DefaultValue string `protobuf:"bytes,1,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
	MinValue     string `protobuf:"bytes,2,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	MaxValue     string `protobuf:"bytes,3,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	SizeMode     bool   `protobuf:"varint,4,opt,name=size_mode,json=sizeMode,proto3" json:"size_mode,omitempty"`
	// 解析展开,对于当前message.field。如果 message.<field_name> ==
	// field_value,则使用当前数据解析填充message.field,否则跳过解析
	FieldMatch       *AtappConfigureMetaOneofFieldMatch `protobuf:"bytes,5,opt,name=field_match,json=fieldMatch,proto3" json:"field_match,omitempty"`
	EnableExpression bool                               `protobuf:"varint,6,opt,name=enable_expression,json=enableExpression,proto3" json:"enable_expression,omitempty"` // 开启表达式支持
	// contains filtered or unexported fields
}

func (*AtappConfigureMeta) Clone

===== Clone methods for AtappConfigureMeta ===== Message ====

func (*AtappConfigureMeta) Descriptor deprecated

func (*AtappConfigureMeta) Descriptor() ([]byte, []int)

Deprecated: Use AtappConfigureMeta.ProtoReflect.Descriptor instead.

func (*AtappConfigureMeta) GetDefaultValue

func (x *AtappConfigureMeta) GetDefaultValue() string

func (*AtappConfigureMeta) GetEnableExpression

func (x *AtappConfigureMeta) GetEnableExpression() bool

func (*AtappConfigureMeta) GetFieldMatch

func (*AtappConfigureMeta) GetMaxValue

func (x *AtappConfigureMeta) GetMaxValue() string

func (*AtappConfigureMeta) GetMinValue

func (x *AtappConfigureMeta) GetMinValue() string

func (*AtappConfigureMeta) GetSizeMode

func (x *AtappConfigureMeta) GetSizeMode() bool

func (*AtappConfigureMeta) GetTypeID

func (_ *AtappConfigureMeta) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappConfigureMeta ===== Message =====

func (*AtappConfigureMeta) LogValue

func (m *AtappConfigureMeta) LogValue() slog.Value

===== SlogValue methods for AtappConfigureMeta ===== Message ====

func (*AtappConfigureMeta) Merge

func (m *AtappConfigureMeta) Merge(src *AtappConfigureMeta)

===== Merge methods for AtappConfigureMeta ===== Message ====

func (*AtappConfigureMeta) MutableFieldMatch

func (m *AtappConfigureMeta) MutableFieldMatch() *AtappConfigureMetaOneofFieldMatch

===== Mutable methods for AtappConfigureMeta ===== Message =====

func (*AtappConfigureMeta) ProtoMessage

func (*AtappConfigureMeta) ProtoMessage()

func (*AtappConfigureMeta) ProtoReflect

func (x *AtappConfigureMeta) ProtoReflect() protoreflect.Message

func (*AtappConfigureMeta) Reset

func (x *AtappConfigureMeta) Reset()

func (*AtappConfigureMeta) String

func (x *AtappConfigureMeta) String() string

func (*AtappConfigureMeta) ToReadonly

type AtappConfigureMetaOneofFieldMatch

type AtappConfigureMetaOneofFieldMatch struct {
	FieldName  string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	FieldValue string `protobuf:"bytes,2,opt,name=field_value,json=fieldValue,proto3" json:"field_value,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappConfigureMetaOneofFieldMatch) Clone

===== Clone methods for AtappConfigureMetaOneofFieldMatch ===== Message ====

func (*AtappConfigureMetaOneofFieldMatch) Descriptor deprecated

func (*AtappConfigureMetaOneofFieldMatch) Descriptor() ([]byte, []int)

Deprecated: Use AtappConfigureMetaOneofFieldMatch.ProtoReflect.Descriptor instead.

func (*AtappConfigureMetaOneofFieldMatch) GetFieldName

func (x *AtappConfigureMetaOneofFieldMatch) GetFieldName() string

func (*AtappConfigureMetaOneofFieldMatch) GetFieldValue

func (x *AtappConfigureMetaOneofFieldMatch) GetFieldValue() string

func (*AtappConfigureMetaOneofFieldMatch) GetTypeID

===== GetMessageReflectType methods for AtappConfigureMetaOneofFieldMatch ===== Message =====

func (*AtappConfigureMetaOneofFieldMatch) LogValue

===== SlogValue methods for AtappConfigureMetaOneofFieldMatch ===== Message ====

func (*AtappConfigureMetaOneofFieldMatch) Merge

===== Merge methods for AtappConfigureMetaOneofFieldMatch ===== Message ====

func (*AtappConfigureMetaOneofFieldMatch) ProtoMessage

func (*AtappConfigureMetaOneofFieldMatch) ProtoMessage()

func (*AtappConfigureMetaOneofFieldMatch) ProtoReflect

func (*AtappConfigureMetaOneofFieldMatch) Reset

func (*AtappConfigureMetaOneofFieldMatch) String

func (*AtappConfigureMetaOneofFieldMatch) ToReadonly

type AtappDiscovery

type AtappDiscovery struct {
	Id         uint64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Hostname   string     `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Pid        int32      `protobuf:"varint,4,opt,name=pid,proto3" json:"pid,omitempty"`
	Listen     []string   `protobuf:"bytes,5,rep,name=listen,proto3" json:"listen,omitempty"`
	HashCode   string     `protobuf:"bytes,6,opt,name=hash_code,json=hashCode,proto3" json:"hash_code,omitempty"`
	TypeId     uint64     `protobuf:"varint,7,opt,name=type_id,json=typeId,proto3" json:"type_id,omitempty"`
	TypeName   string     `protobuf:"bytes,8,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	Area       *AtappArea `protobuf:"bytes,9,opt,name=area,proto3" json:"area,omitempty"` // Some service is splited by area
	Version    string     `protobuf:"bytes,10,opt,name=version,proto3" json:"version,omitempty"`
	CustomData string     `protobuf:"bytes,11,opt,name=custom_data,json=customData,proto3" json:"custom_data,omitempty"`
	// repeated string gateway                       = 12 [ deprecated = true ];
	Identity                string                 `protobuf:"bytes,13,opt,name=identity,proto3" json:"identity,omitempty"`
	Gateways                []*AtappGateway        `protobuf:"bytes,14,rep,name=gateways,proto3" json:"gateways,omitempty"`
	Runtime                 *AtappDiscoveryRuntime `protobuf:"bytes,15,opt,name=runtime,proto3" json:"runtime,omitempty"`
	AtbusProtocolVersion    uint64                 `protobuf:"varint,21,opt,name=atbus_protocol_version,json=atbusProtocolVersion,proto3" json:"atbus_protocol_version,omitempty"`
	AtbusProtocolMinVersion uint64                 `` /* 136-byte string literal not displayed */
	// Just like in kubernetes
	Metadata *AtappMetadata `protobuf:"bytes,61,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappDiscovery) AddGateways

func (m *AtappDiscovery) AddGateways() *AtappGateway

===== Add methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) AppendGateways

func (m *AtappDiscovery) AppendGateways(d *AtappGateway)

===== Append methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) AppendListen

func (m *AtappDiscovery) AppendListen(d string)

===== Append methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) Clone

func (m *AtappDiscovery) Clone() *AtappDiscovery

===== Clone methods for AtappDiscovery ===== Message ====

func (*AtappDiscovery) Descriptor deprecated

func (*AtappDiscovery) Descriptor() ([]byte, []int)

Deprecated: Use AtappDiscovery.ProtoReflect.Descriptor instead.

func (*AtappDiscovery) GetArea

func (x *AtappDiscovery) GetArea() *AtappArea

func (*AtappDiscovery) GetAtbusProtocolMinVersion

func (x *AtappDiscovery) GetAtbusProtocolMinVersion() uint64

func (*AtappDiscovery) GetAtbusProtocolVersion

func (x *AtappDiscovery) GetAtbusProtocolVersion() uint64

func (*AtappDiscovery) GetCustomData

func (x *AtappDiscovery) GetCustomData() string

func (*AtappDiscovery) GetGateways

func (x *AtappDiscovery) GetGateways() []*AtappGateway

func (*AtappDiscovery) GetHashCode

func (x *AtappDiscovery) GetHashCode() string

func (*AtappDiscovery) GetHostname

func (x *AtappDiscovery) GetHostname() string

func (*AtappDiscovery) GetId

func (x *AtappDiscovery) GetId() uint64

func (*AtappDiscovery) GetIdentity

func (x *AtappDiscovery) GetIdentity() string

func (*AtappDiscovery) GetListen

func (x *AtappDiscovery) GetListen() []string

func (*AtappDiscovery) GetMetadata

func (x *AtappDiscovery) GetMetadata() *AtappMetadata

func (*AtappDiscovery) GetName

func (x *AtappDiscovery) GetName() string

func (*AtappDiscovery) GetPid

func (x *AtappDiscovery) GetPid() int32

func (*AtappDiscovery) GetRuntime

func (x *AtappDiscovery) GetRuntime() *AtappDiscoveryRuntime

func (*AtappDiscovery) GetTypeID

func (_ *AtappDiscovery) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappDiscovery ===== Message =====

func (*AtappDiscovery) GetTypeId

func (x *AtappDiscovery) GetTypeId() uint64

func (*AtappDiscovery) GetTypeName

func (x *AtappDiscovery) GetTypeName() string

func (*AtappDiscovery) GetVersion

func (x *AtappDiscovery) GetVersion() string

func (*AtappDiscovery) LogValue

func (m *AtappDiscovery) LogValue() slog.Value

===== SlogValue methods for AtappDiscovery ===== Message ====

func (*AtappDiscovery) Merge

func (m *AtappDiscovery) Merge(src *AtappDiscovery)

===== Merge methods for AtappDiscovery ===== Message ====

func (*AtappDiscovery) MergeGateways

func (m *AtappDiscovery) MergeGateways(d []*AtappGateway) []*AtappGateway

===== Merge methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) MergeListen

func (m *AtappDiscovery) MergeListen(d []string) []string

===== Merge methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) MutableArea

func (m *AtappDiscovery) MutableArea() *AtappArea

===== Mutable methods for AtappDiscovery ===== Message =====

func (*AtappDiscovery) MutableGateways

func (m *AtappDiscovery) MutableGateways() []*AtappGateway

===== Mutable methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) MutableListen

func (m *AtappDiscovery) MutableListen() []string

===== Mutable methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) MutableMetadata

func (m *AtappDiscovery) MutableMetadata() *AtappMetadata

===== Mutable methods for AtappDiscovery ===== Message =====

func (*AtappDiscovery) MutableRuntime

func (m *AtappDiscovery) MutableRuntime() *AtappDiscoveryRuntime

===== Mutable methods for AtappDiscovery ===== Message =====

func (*AtappDiscovery) ProtoMessage

func (*AtappDiscovery) ProtoMessage()

func (*AtappDiscovery) ProtoReflect

func (x *AtappDiscovery) ProtoReflect() protoreflect.Message

func (*AtappDiscovery) RemoveLastGateways

func (m *AtappDiscovery) RemoveLastGateways()

===== RemoveLast methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) RemoveLastListen

func (m *AtappDiscovery) RemoveLastListen()

===== RemoveLast methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) Reset

func (x *AtappDiscovery) Reset()

func (*AtappDiscovery) ReverseIfNilGateways

func (m *AtappDiscovery) ReverseIfNilGateways(l int32) []*AtappGateway

===== ReverseIfNil methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) ReverseIfNilListen

func (m *AtappDiscovery) ReverseIfNilListen(l int32) []string

===== ReverseIfNil methods for AtappDiscovery ===== Repeated =====

func (*AtappDiscovery) String

func (x *AtappDiscovery) String() string

func (*AtappDiscovery) ToReadonly

func (m *AtappDiscovery) ToReadonly() *Readonly_AtappDiscovery

type AtappDiscoveryRuntime

type AtappDiscoveryRuntime struct {
	StatefulPodIndex int32 `protobuf:"zigzag32,1,opt,name=stateful_pod_index,json=statefulPodIndex,proto3" json:"stateful_pod_index,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappDiscoveryRuntime) Clone

===== Clone methods for AtappDiscoveryRuntime ===== Message ====

func (*AtappDiscoveryRuntime) Descriptor deprecated

func (*AtappDiscoveryRuntime) Descriptor() ([]byte, []int)

Deprecated: Use AtappDiscoveryRuntime.ProtoReflect.Descriptor instead.

func (*AtappDiscoveryRuntime) GetStatefulPodIndex

func (x *AtappDiscoveryRuntime) GetStatefulPodIndex() int32

func (*AtappDiscoveryRuntime) GetTypeID

func (_ *AtappDiscoveryRuntime) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappDiscoveryRuntime ===== Message =====

func (*AtappDiscoveryRuntime) LogValue

func (m *AtappDiscoveryRuntime) LogValue() slog.Value

===== SlogValue methods for AtappDiscoveryRuntime ===== Message ====

func (*AtappDiscoveryRuntime) Merge

===== Merge methods for AtappDiscoveryRuntime ===== Message ====

func (*AtappDiscoveryRuntime) ProtoMessage

func (*AtappDiscoveryRuntime) ProtoMessage()

func (*AtappDiscoveryRuntime) ProtoReflect

func (x *AtappDiscoveryRuntime) ProtoReflect() protoreflect.Message

func (*AtappDiscoveryRuntime) Reset

func (x *AtappDiscoveryRuntime) Reset()

func (*AtappDiscoveryRuntime) String

func (x *AtappDiscoveryRuntime) String() string

func (*AtappDiscoveryRuntime) ToReadonly

type AtappEtcd

type AtappEtcd struct {
	Enable        bool                `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	Hosts         []string            `protobuf:"bytes,2,rep,name=hosts,proto3" json:"hosts,omitempty"`
	Path          string              `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Authorization string              `protobuf:"bytes,4,opt,name=authorization,proto3" json:"authorization,omitempty"`
	Http          *AtappEtcdHttp      `protobuf:"bytes,5,opt,name=http,proto3" json:"http,omitempty"`
	Ssl           *AtappEtcdSsl       `protobuf:"bytes,6,opt,name=ssl,proto3" json:"ssl,omitempty"`
	Cluster       *AtappEtcdCluster   `protobuf:"bytes,7,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Keepalive     *AtappEtcdKeepalive `protobuf:"bytes,8,opt,name=keepalive,proto3" json:"keepalive,omitempty"`
	Request       *AtappEtcdRequest   `protobuf:"bytes,9,opt,name=request,proto3" json:"request,omitempty"`
	Init          *AtappEtcdInit      `protobuf:"bytes,10,opt,name=init,proto3" json:"init,omitempty"`
	Watcher       *AtappEtcdWatcher   `protobuf:"bytes,11,opt,name=watcher,proto3" json:"watcher,omitempty"`
	Log           *AtappEtcdLogExtend `protobuf:"bytes,13,opt,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappEtcd) AppendHosts

func (m *AtappEtcd) AppendHosts(d string)

===== Append methods for AtappEtcd ===== Repeated =====

func (*AtappEtcd) Clone

func (m *AtappEtcd) Clone() *AtappEtcd

===== Clone methods for AtappEtcd ===== Message ====

func (*AtappEtcd) Descriptor deprecated

func (*AtappEtcd) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcd.ProtoReflect.Descriptor instead.

func (*AtappEtcd) GetAuthorization

func (x *AtappEtcd) GetAuthorization() string

func (*AtappEtcd) GetCluster

func (x *AtappEtcd) GetCluster() *AtappEtcdCluster

func (*AtappEtcd) GetEnable

func (x *AtappEtcd) GetEnable() bool

func (*AtappEtcd) GetHosts

func (x *AtappEtcd) GetHosts() []string

func (*AtappEtcd) GetHttp

func (x *AtappEtcd) GetHttp() *AtappEtcdHttp

func (*AtappEtcd) GetInit

func (x *AtappEtcd) GetInit() *AtappEtcdInit

func (*AtappEtcd) GetKeepalive

func (x *AtappEtcd) GetKeepalive() *AtappEtcdKeepalive

func (*AtappEtcd) GetLog

func (x *AtappEtcd) GetLog() *AtappEtcdLogExtend

func (*AtappEtcd) GetPath

func (x *AtappEtcd) GetPath() string

func (*AtappEtcd) GetRequest

func (x *AtappEtcd) GetRequest() *AtappEtcdRequest

func (*AtappEtcd) GetSsl

func (x *AtappEtcd) GetSsl() *AtappEtcdSsl

func (*AtappEtcd) GetTypeID

func (_ *AtappEtcd) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcd ===== Message =====

func (*AtappEtcd) GetWatcher

func (x *AtappEtcd) GetWatcher() *AtappEtcdWatcher

func (*AtappEtcd) LogValue

func (m *AtappEtcd) LogValue() slog.Value

===== SlogValue methods for AtappEtcd ===== Message ====

func (*AtappEtcd) Merge

func (m *AtappEtcd) Merge(src *AtappEtcd)

===== Merge methods for AtappEtcd ===== Message ====

func (*AtappEtcd) MergeHosts

func (m *AtappEtcd) MergeHosts(d []string) []string

===== Merge methods for AtappEtcd ===== Repeated =====

func (*AtappEtcd) MutableCluster

func (m *AtappEtcd) MutableCluster() *AtappEtcdCluster

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) MutableHosts

func (m *AtappEtcd) MutableHosts() []string

===== Mutable methods for AtappEtcd ===== Repeated =====

func (*AtappEtcd) MutableHttp

func (m *AtappEtcd) MutableHttp() *AtappEtcdHttp

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) MutableInit

func (m *AtappEtcd) MutableInit() *AtappEtcdInit

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) MutableKeepalive

func (m *AtappEtcd) MutableKeepalive() *AtappEtcdKeepalive

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) MutableLog

func (m *AtappEtcd) MutableLog() *AtappEtcdLogExtend

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) MutableRequest

func (m *AtappEtcd) MutableRequest() *AtappEtcdRequest

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) MutableSsl

func (m *AtappEtcd) MutableSsl() *AtappEtcdSsl

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) MutableWatcher

func (m *AtappEtcd) MutableWatcher() *AtappEtcdWatcher

===== Mutable methods for AtappEtcd ===== Message =====

func (*AtappEtcd) ProtoMessage

func (*AtappEtcd) ProtoMessage()

func (*AtappEtcd) ProtoReflect

func (x *AtappEtcd) ProtoReflect() protoreflect.Message

func (*AtappEtcd) RemoveLastHosts

func (m *AtappEtcd) RemoveLastHosts()

===== RemoveLast methods for AtappEtcd ===== Repeated =====

func (*AtappEtcd) Reset

func (x *AtappEtcd) Reset()

func (*AtappEtcd) ReverseIfNilHosts

func (m *AtappEtcd) ReverseIfNilHosts(l int32) []string

===== ReverseIfNil methods for AtappEtcd ===== Repeated =====

func (*AtappEtcd) String

func (x *AtappEtcd) String() string

func (*AtappEtcd) ToReadonly

func (m *AtappEtcd) ToReadonly() *Readonly_AtappEtcd

type AtappEtcdCluster

type AtappEtcdCluster struct {
	AutoUpdate     bool                 `protobuf:"varint,1,opt,name=auto_update,json=autoUpdate,proto3" json:"auto_update,omitempty"`
	UpdateInterval *durationpb.Duration `protobuf:"bytes,2,opt,name=update_interval,json=updateInterval,proto3" json:"update_interval,omitempty"`
	RetryInterval  *durationpb.Duration `protobuf:"bytes,3,opt,name=retry_interval,json=retryInterval,proto3" json:"retry_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappEtcdCluster) Clone

func (m *AtappEtcdCluster) Clone() *AtappEtcdCluster

===== Clone methods for AtappEtcdCluster ===== Message ====

func (*AtappEtcdCluster) Descriptor deprecated

func (*AtappEtcdCluster) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdCluster.ProtoReflect.Descriptor instead.

func (*AtappEtcdCluster) GetAutoUpdate

func (x *AtappEtcdCluster) GetAutoUpdate() bool

func (*AtappEtcdCluster) GetRetryInterval

func (x *AtappEtcdCluster) GetRetryInterval() *durationpb.Duration

func (*AtappEtcdCluster) GetTypeID

func (_ *AtappEtcdCluster) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdCluster ===== Message =====

func (*AtappEtcdCluster) GetUpdateInterval

func (x *AtappEtcdCluster) GetUpdateInterval() *durationpb.Duration

func (*AtappEtcdCluster) LogValue

func (m *AtappEtcdCluster) LogValue() slog.Value

===== SlogValue methods for AtappEtcdCluster ===== Message ====

func (*AtappEtcdCluster) Merge

func (m *AtappEtcdCluster) Merge(src *AtappEtcdCluster)

===== Merge methods for AtappEtcdCluster ===== Message ====

func (*AtappEtcdCluster) MutableRetryInterval

func (m *AtappEtcdCluster) MutableRetryInterval() *durationpb.Duration

===== Mutable methods for AtappEtcdCluster ===== Message =====

func (*AtappEtcdCluster) MutableUpdateInterval

func (m *AtappEtcdCluster) MutableUpdateInterval() *durationpb.Duration

===== Mutable methods for AtappEtcdCluster ===== Message =====

func (*AtappEtcdCluster) ProtoMessage

func (*AtappEtcdCluster) ProtoMessage()

func (*AtappEtcdCluster) ProtoReflect

func (x *AtappEtcdCluster) ProtoReflect() protoreflect.Message

func (*AtappEtcdCluster) Reset

func (x *AtappEtcdCluster) Reset()

func (*AtappEtcdCluster) String

func (x *AtappEtcdCluster) String() string

func (*AtappEtcdCluster) ToReadonly

type AtappEtcdHttp

type AtappEtcdHttp struct {
	Debug     bool   `protobuf:"varint,1,opt,name=debug,proto3" json:"debug,omitempty"`
	UserAgent string `protobuf:"bytes,301,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"` // CURLOPT_USERAGENT
	Proxy     string `protobuf:"bytes,302,opt,name=proxy,proto3" json:"proxy,omitempty"`                          // CURLOPT_HTTPPROXYTUNNEL, CURLOPT_PROXY: [SCHEME]://HOST[:PORT],
	// SCHEME is one of http,https,socks4,socks4a,socks5,socks5h. PORT's
	// default value is 1080
	NoProxy       string `protobuf:"bytes,303,opt,name=no_proxy,json=noProxy,proto3" json:"no_proxy,omitempty"`                     // curl 7.19.4 CURLOPT_NOPROXY
	ProxyUserName string `protobuf:"bytes,304,opt,name=proxy_user_name,json=proxyUserName,proto3" json:"proxy_user_name,omitempty"` // curl 7.19.1 CURLOPT_PROXYUSERNAME
	ProxyPassword string `protobuf:"bytes,305,opt,name=proxy_password,json=proxyPassword,proto3" json:"proxy_password,omitempty"`   // curl 7.19.1 CURLOPT_PROXYPASSWORD
	// contains filtered or unexported fields
}

func (*AtappEtcdHttp) Clone

func (m *AtappEtcdHttp) Clone() *AtappEtcdHttp

===== Clone methods for AtappEtcdHttp ===== Message ====

func (*AtappEtcdHttp) Descriptor deprecated

func (*AtappEtcdHttp) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdHttp.ProtoReflect.Descriptor instead.

func (*AtappEtcdHttp) GetDebug

func (x *AtappEtcdHttp) GetDebug() bool

func (*AtappEtcdHttp) GetNoProxy

func (x *AtappEtcdHttp) GetNoProxy() string

func (*AtappEtcdHttp) GetProxy

func (x *AtappEtcdHttp) GetProxy() string

func (*AtappEtcdHttp) GetProxyPassword

func (x *AtappEtcdHttp) GetProxyPassword() string

func (*AtappEtcdHttp) GetProxyUserName

func (x *AtappEtcdHttp) GetProxyUserName() string

func (*AtappEtcdHttp) GetTypeID

func (_ *AtappEtcdHttp) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdHttp ===== Message =====

func (*AtappEtcdHttp) GetUserAgent

func (x *AtappEtcdHttp) GetUserAgent() string

func (*AtappEtcdHttp) LogValue

func (m *AtappEtcdHttp) LogValue() slog.Value

===== SlogValue methods for AtappEtcdHttp ===== Message ====

func (*AtappEtcdHttp) Merge

func (m *AtappEtcdHttp) Merge(src *AtappEtcdHttp)

===== Merge methods for AtappEtcdHttp ===== Message ====

func (*AtappEtcdHttp) ProtoMessage

func (*AtappEtcdHttp) ProtoMessage()

func (*AtappEtcdHttp) ProtoReflect

func (x *AtappEtcdHttp) ProtoReflect() protoreflect.Message

func (*AtappEtcdHttp) Reset

func (x *AtappEtcdHttp) Reset()

func (*AtappEtcdHttp) String

func (x *AtappEtcdHttp) String() string

func (*AtappEtcdHttp) ToReadonly

func (m *AtappEtcdHttp) ToReadonly() *Readonly_AtappEtcdHttp

type AtappEtcdInit

type AtappEtcdInit struct {
	Timeout      *durationpb.Duration `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"`
	TickInterval *durationpb.Duration `protobuf:"bytes,2,opt,name=tick_interval,json=tickInterval,proto3" json:"tick_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappEtcdInit) Clone

func (m *AtappEtcdInit) Clone() *AtappEtcdInit

===== Clone methods for AtappEtcdInit ===== Message ====

func (*AtappEtcdInit) Descriptor deprecated

func (*AtappEtcdInit) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdInit.ProtoReflect.Descriptor instead.

func (*AtappEtcdInit) GetTickInterval

func (x *AtappEtcdInit) GetTickInterval() *durationpb.Duration

func (*AtappEtcdInit) GetTimeout

func (x *AtappEtcdInit) GetTimeout() *durationpb.Duration

func (*AtappEtcdInit) GetTypeID

func (_ *AtappEtcdInit) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdInit ===== Message =====

func (*AtappEtcdInit) LogValue

func (m *AtappEtcdInit) LogValue() slog.Value

===== SlogValue methods for AtappEtcdInit ===== Message ====

func (*AtappEtcdInit) Merge

func (m *AtappEtcdInit) Merge(src *AtappEtcdInit)

===== Merge methods for AtappEtcdInit ===== Message ====

func (*AtappEtcdInit) MutableTickInterval

func (m *AtappEtcdInit) MutableTickInterval() *durationpb.Duration

===== Mutable methods for AtappEtcdInit ===== Message =====

func (*AtappEtcdInit) MutableTimeout

func (m *AtappEtcdInit) MutableTimeout() *durationpb.Duration

===== Mutable methods for AtappEtcdInit ===== Message =====

func (*AtappEtcdInit) ProtoMessage

func (*AtappEtcdInit) ProtoMessage()

func (*AtappEtcdInit) ProtoReflect

func (x *AtappEtcdInit) ProtoReflect() protoreflect.Message

func (*AtappEtcdInit) Reset

func (x *AtappEtcdInit) Reset()

func (*AtappEtcdInit) String

func (x *AtappEtcdInit) String() string

func (*AtappEtcdInit) ToReadonly

func (m *AtappEtcdInit) ToReadonly() *Readonly_AtappEtcdInit

type AtappEtcdKeepalive

type AtappEtcdKeepalive struct {
	Timeout       *durationpb.Duration `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"`
	Ttl           *durationpb.Duration `protobuf:"bytes,2,opt,name=ttl,proto3" json:"ttl,omitempty"`
	RetryInterval *durationpb.Duration `protobuf:"bytes,3,opt,name=retry_interval,json=retryInterval,proto3" json:"retry_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappEtcdKeepalive) Clone

===== Clone methods for AtappEtcdKeepalive ===== Message ====

func (*AtappEtcdKeepalive) Descriptor deprecated

func (*AtappEtcdKeepalive) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdKeepalive.ProtoReflect.Descriptor instead.

func (*AtappEtcdKeepalive) GetRetryInterval

func (x *AtappEtcdKeepalive) GetRetryInterval() *durationpb.Duration

func (*AtappEtcdKeepalive) GetTimeout

func (x *AtappEtcdKeepalive) GetTimeout() *durationpb.Duration

func (*AtappEtcdKeepalive) GetTtl

func (x *AtappEtcdKeepalive) GetTtl() *durationpb.Duration

func (*AtappEtcdKeepalive) GetTypeID

func (_ *AtappEtcdKeepalive) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdKeepalive ===== Message =====

func (*AtappEtcdKeepalive) LogValue

func (m *AtappEtcdKeepalive) LogValue() slog.Value

===== SlogValue methods for AtappEtcdKeepalive ===== Message ====

func (*AtappEtcdKeepalive) Merge

func (m *AtappEtcdKeepalive) Merge(src *AtappEtcdKeepalive)

===== Merge methods for AtappEtcdKeepalive ===== Message ====

func (*AtappEtcdKeepalive) MutableRetryInterval

func (m *AtappEtcdKeepalive) MutableRetryInterval() *durationpb.Duration

===== Mutable methods for AtappEtcdKeepalive ===== Message =====

func (*AtappEtcdKeepalive) MutableTimeout

func (m *AtappEtcdKeepalive) MutableTimeout() *durationpb.Duration

===== Mutable methods for AtappEtcdKeepalive ===== Message =====

func (*AtappEtcdKeepalive) MutableTtl

func (m *AtappEtcdKeepalive) MutableTtl() *durationpb.Duration

===== Mutable methods for AtappEtcdKeepalive ===== Message =====

func (*AtappEtcdKeepalive) ProtoMessage

func (*AtappEtcdKeepalive) ProtoMessage()

func (*AtappEtcdKeepalive) ProtoReflect

func (x *AtappEtcdKeepalive) ProtoReflect() protoreflect.Message

func (*AtappEtcdKeepalive) Reset

func (x *AtappEtcdKeepalive) Reset()

func (*AtappEtcdKeepalive) String

func (x *AtappEtcdKeepalive) String() string

func (*AtappEtcdKeepalive) ToReadonly

type AtappEtcdLogExtend

type AtappEtcdLogExtend struct {
	StartupLevel string `protobuf:"bytes,1,opt,name=startup_level,json=startupLevel,proto3" json:"startup_level,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappEtcdLogExtend) Clone

===== Clone methods for AtappEtcdLogExtend ===== Message ====

func (*AtappEtcdLogExtend) Descriptor deprecated

func (*AtappEtcdLogExtend) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdLogExtend.ProtoReflect.Descriptor instead.

func (*AtappEtcdLogExtend) GetStartupLevel

func (x *AtappEtcdLogExtend) GetStartupLevel() string

func (*AtappEtcdLogExtend) GetTypeID

func (_ *AtappEtcdLogExtend) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdLogExtend ===== Message =====

func (*AtappEtcdLogExtend) LogValue

func (m *AtappEtcdLogExtend) LogValue() slog.Value

===== SlogValue methods for AtappEtcdLogExtend ===== Message ====

func (*AtappEtcdLogExtend) Merge

func (m *AtappEtcdLogExtend) Merge(src *AtappEtcdLogExtend)

===== Merge methods for AtappEtcdLogExtend ===== Message ====

func (*AtappEtcdLogExtend) ProtoMessage

func (*AtappEtcdLogExtend) ProtoMessage()

func (*AtappEtcdLogExtend) ProtoReflect

func (x *AtappEtcdLogExtend) ProtoReflect() protoreflect.Message

func (*AtappEtcdLogExtend) Reset

func (x *AtappEtcdLogExtend) Reset()

func (*AtappEtcdLogExtend) String

func (x *AtappEtcdLogExtend) String() string

func (*AtappEtcdLogExtend) ToReadonly

type AtappEtcdRequest

type AtappEtcdRequest struct {
	Timeout               *durationpb.Duration `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"`
	InitializationTimeout *durationpb.Duration `protobuf:"bytes,2,opt,name=initialization_timeout,json=initializationTimeout,proto3" json:"initialization_timeout,omitempty"`
	ConnectTimeout        *durationpb.Duration `protobuf:"bytes,3,opt,name=connect_timeout,json=connectTimeout,proto3" json:"connect_timeout,omitempty"`
	DnsCacheTimeout       *durationpb.Duration `protobuf:"bytes,4,opt,name=dns_cache_timeout,json=dnsCacheTimeout,proto3" json:"dns_cache_timeout,omitempty"`
	DnsServers            string               `protobuf:"bytes,5,opt,name=dns_servers,json=dnsServers,proto3" json:"dns_servers,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappEtcdRequest) Clone

func (m *AtappEtcdRequest) Clone() *AtappEtcdRequest

===== Clone methods for AtappEtcdRequest ===== Message ====

func (*AtappEtcdRequest) Descriptor deprecated

func (*AtappEtcdRequest) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdRequest.ProtoReflect.Descriptor instead.

func (*AtappEtcdRequest) GetConnectTimeout

func (x *AtappEtcdRequest) GetConnectTimeout() *durationpb.Duration

func (*AtappEtcdRequest) GetDnsCacheTimeout

func (x *AtappEtcdRequest) GetDnsCacheTimeout() *durationpb.Duration

func (*AtappEtcdRequest) GetDnsServers

func (x *AtappEtcdRequest) GetDnsServers() string

func (*AtappEtcdRequest) GetInitializationTimeout

func (x *AtappEtcdRequest) GetInitializationTimeout() *durationpb.Duration

func (*AtappEtcdRequest) GetTimeout

func (x *AtappEtcdRequest) GetTimeout() *durationpb.Duration

func (*AtappEtcdRequest) GetTypeID

func (_ *AtappEtcdRequest) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdRequest ===== Message =====

func (*AtappEtcdRequest) LogValue

func (m *AtappEtcdRequest) LogValue() slog.Value

===== SlogValue methods for AtappEtcdRequest ===== Message ====

func (*AtappEtcdRequest) Merge

func (m *AtappEtcdRequest) Merge(src *AtappEtcdRequest)

===== Merge methods for AtappEtcdRequest ===== Message ====

func (*AtappEtcdRequest) MutableConnectTimeout

func (m *AtappEtcdRequest) MutableConnectTimeout() *durationpb.Duration

===== Mutable methods for AtappEtcdRequest ===== Message =====

func (*AtappEtcdRequest) MutableDnsCacheTimeout

func (m *AtappEtcdRequest) MutableDnsCacheTimeout() *durationpb.Duration

===== Mutable methods for AtappEtcdRequest ===== Message =====

func (*AtappEtcdRequest) MutableInitializationTimeout

func (m *AtappEtcdRequest) MutableInitializationTimeout() *durationpb.Duration

===== Mutable methods for AtappEtcdRequest ===== Message =====

func (*AtappEtcdRequest) MutableTimeout

func (m *AtappEtcdRequest) MutableTimeout() *durationpb.Duration

===== Mutable methods for AtappEtcdRequest ===== Message =====

func (*AtappEtcdRequest) ProtoMessage

func (*AtappEtcdRequest) ProtoMessage()

func (*AtappEtcdRequest) ProtoReflect

func (x *AtappEtcdRequest) ProtoReflect() protoreflect.Message

func (*AtappEtcdRequest) Reset

func (x *AtappEtcdRequest) Reset()

func (*AtappEtcdRequest) String

func (x *AtappEtcdRequest) String() string

func (*AtappEtcdRequest) ToReadonly

type AtappEtcdSsl

type AtappEtcdSsl struct {

	// @see https://curl.haxx.se/libcurl/c/curl_easy_setopt.html
	EnableAlpn               bool   `protobuf:"varint,1,opt,name=enable_alpn,json=enableAlpn,proto3" json:"enable_alpn,omitempty"`                              // CURLOPT_SSL_ENABLE_ALPN
	VerifyPeer               bool   `protobuf:"varint,2,opt,name=verify_peer,json=verifyPeer,proto3" json:"verify_peer,omitempty"`                              // CURLOPT_SSL_VERIFYPEER, CURLOPT_SSL_VERIFYHOST,
	SslMinVersion            string `protobuf:"bytes,101,opt,name=ssl_min_version,json=sslMinVersion,proto3" json:"ssl_min_version,omitempty"`                  // CURLOPT_SSLVERSION and CURLOPT_PROXY_SSLVERSION
	SslClientCert            string `protobuf:"bytes,111,opt,name=ssl_client_cert,json=sslClientCert,proto3" json:"ssl_client_cert,omitempty"`                  // CURLOPT_SSLCERT
	SslClientCertType        string `protobuf:"bytes,112,opt,name=ssl_client_cert_type,json=sslClientCertType,proto3" json:"ssl_client_cert_type,omitempty"`    // CURLOPT_SSLCERTTYPE: PEM or DER
	SslClientKey             string `protobuf:"bytes,113,opt,name=ssl_client_key,json=sslClientKey,proto3" json:"ssl_client_key,omitempty"`                     // CURLOPT_SSLKEY
	SslClientKeyType         string `protobuf:"bytes,114,opt,name=ssl_client_key_type,json=sslClientKeyType,proto3" json:"ssl_client_key_type,omitempty"`       // CURLOPT_SSLKEYTYPE: PEM, DER or ENG
	SslClientKeyPasswd       string `protobuf:"bytes,115,opt,name=ssl_client_key_passwd,json=sslClientKeyPasswd,proto3" json:"ssl_client_key_passwd,omitempty"` // CURLOPT_KEYPASSWD or CURLOPT_SSLCERTPASSWD
	SslCaCert                string `protobuf:"bytes,116,opt,name=ssl_ca_cert,json=sslCaCert,proto3" json:"ssl_ca_cert,omitempty"`                              // CURLOPT_CAINFO
	SslClientTlsauthUsername string ``                                                                                                                          // CURLOPT_TLSAUTH_USERNAME
	/* 139-byte string literal not displayed */
	SslClientTlsauthPassword string `` // CURLOPT_TLSAUTH_PASSWORD
	/* 139-byte string literal not displayed */
	SslProxyCert            string `protobuf:"bytes,121,opt,name=ssl_proxy_cert,json=sslProxyCert,proto3" json:"ssl_proxy_cert,omitempty"`                  // CURLOPT_PROXY_SSLCERT
	SslProxyCertType        string `protobuf:"bytes,122,opt,name=ssl_proxy_cert_type,json=sslProxyCertType,proto3" json:"ssl_proxy_cert_type,omitempty"`    // CURLOPT_PROXY_SSLCERTTYPE: PEM or DER
	SslProxyKey             string `protobuf:"bytes,123,opt,name=ssl_proxy_key,json=sslProxyKey,proto3" json:"ssl_proxy_key,omitempty"`                     // CURLOPT_PROXY_SSLKEY
	SslProxyKeyType         string `protobuf:"bytes,124,opt,name=ssl_proxy_key_type,json=sslProxyKeyType,proto3" json:"ssl_proxy_key_type,omitempty"`       // CURLOPT_PROXY_SSLKEYTYPE: PEM, DER or ENG
	SslProxyKeyPasswd       string `protobuf:"bytes,125,opt,name=ssl_proxy_key_passwd,json=sslProxyKeyPasswd,proto3" json:"ssl_proxy_key_passwd,omitempty"` // CURLOPT_PROXY_KEYPASSWD or CURLOPT_PROXY_SSLCERTPASSWD
	SslProxyCaCert          string `protobuf:"bytes,126,opt,name=ssl_proxy_ca_cert,json=sslProxyCaCert,proto3" json:"ssl_proxy_ca_cert,omitempty"`          // CURLOPT_PROXY_CAINFO
	SslProxyTlsauthUsername string ``                                                                                                                       // CURLOPT_PROXY_TLSAUTH_USERNAME
	/* 136-byte string literal not displayed */
	SslProxyTlsauthPassword string `` // CURLOPT_PROXY_TLSAUTH_PASSWORD
	/* 136-byte string literal not displayed */
	SslCipherList      string `protobuf:"bytes,201,opt,name=ssl_cipher_list,json=sslCipherList,proto3" json:"ssl_cipher_list,omitempty"`                  // CURLOPT_SSL_CIPHER_LIST
	SslCipherListTls13 string `protobuf:"bytes,202,opt,name=ssl_cipher_list_tls13,json=sslCipherListTls13,proto3" json:"ssl_cipher_list_tls13,omitempty"` // CURLOPT_TLS13_CIPHERS
	// contains filtered or unexported fields
}

func (*AtappEtcdSsl) Clone

func (m *AtappEtcdSsl) Clone() *AtappEtcdSsl

===== Clone methods for AtappEtcdSsl ===== Message ====

func (*AtappEtcdSsl) Descriptor deprecated

func (*AtappEtcdSsl) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdSsl.ProtoReflect.Descriptor instead.

func (*AtappEtcdSsl) GetEnableAlpn

func (x *AtappEtcdSsl) GetEnableAlpn() bool

func (*AtappEtcdSsl) GetSslCaCert

func (x *AtappEtcdSsl) GetSslCaCert() string

func (*AtappEtcdSsl) GetSslCipherList

func (x *AtappEtcdSsl) GetSslCipherList() string

func (*AtappEtcdSsl) GetSslCipherListTls13

func (x *AtappEtcdSsl) GetSslCipherListTls13() string

func (*AtappEtcdSsl) GetSslClientCert

func (x *AtappEtcdSsl) GetSslClientCert() string

func (*AtappEtcdSsl) GetSslClientCertType

func (x *AtappEtcdSsl) GetSslClientCertType() string

func (*AtappEtcdSsl) GetSslClientKey

func (x *AtappEtcdSsl) GetSslClientKey() string

func (*AtappEtcdSsl) GetSslClientKeyPasswd

func (x *AtappEtcdSsl) GetSslClientKeyPasswd() string

func (*AtappEtcdSsl) GetSslClientKeyType

func (x *AtappEtcdSsl) GetSslClientKeyType() string

func (*AtappEtcdSsl) GetSslClientTlsauthPassword

func (x *AtappEtcdSsl) GetSslClientTlsauthPassword() string

func (*AtappEtcdSsl) GetSslClientTlsauthUsername

func (x *AtappEtcdSsl) GetSslClientTlsauthUsername() string

func (*AtappEtcdSsl) GetSslMinVersion

func (x *AtappEtcdSsl) GetSslMinVersion() string

func (*AtappEtcdSsl) GetSslProxyCaCert

func (x *AtappEtcdSsl) GetSslProxyCaCert() string

func (*AtappEtcdSsl) GetSslProxyCert

func (x *AtappEtcdSsl) GetSslProxyCert() string

func (*AtappEtcdSsl) GetSslProxyCertType

func (x *AtappEtcdSsl) GetSslProxyCertType() string

func (*AtappEtcdSsl) GetSslProxyKey

func (x *AtappEtcdSsl) GetSslProxyKey() string

func (*AtappEtcdSsl) GetSslProxyKeyPasswd

func (x *AtappEtcdSsl) GetSslProxyKeyPasswd() string

func (*AtappEtcdSsl) GetSslProxyKeyType

func (x *AtappEtcdSsl) GetSslProxyKeyType() string

func (*AtappEtcdSsl) GetSslProxyTlsauthPassword

func (x *AtappEtcdSsl) GetSslProxyTlsauthPassword() string

func (*AtappEtcdSsl) GetSslProxyTlsauthUsername

func (x *AtappEtcdSsl) GetSslProxyTlsauthUsername() string

func (*AtappEtcdSsl) GetTypeID

func (_ *AtappEtcdSsl) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdSsl ===== Message =====

func (*AtappEtcdSsl) GetVerifyPeer

func (x *AtappEtcdSsl) GetVerifyPeer() bool

func (*AtappEtcdSsl) LogValue

func (m *AtappEtcdSsl) LogValue() slog.Value

===== SlogValue methods for AtappEtcdSsl ===== Message ====

func (*AtappEtcdSsl) Merge

func (m *AtappEtcdSsl) Merge(src *AtappEtcdSsl)

===== Merge methods for AtappEtcdSsl ===== Message ====

func (*AtappEtcdSsl) ProtoMessage

func (*AtappEtcdSsl) ProtoMessage()

func (*AtappEtcdSsl) ProtoReflect

func (x *AtappEtcdSsl) ProtoReflect() protoreflect.Message

func (*AtappEtcdSsl) Reset

func (x *AtappEtcdSsl) Reset()

func (*AtappEtcdSsl) String

func (x *AtappEtcdSsl) String() string

func (*AtappEtcdSsl) ToReadonly

func (m *AtappEtcdSsl) ToReadonly() *Readonly_AtappEtcdSsl

type AtappEtcdWatcher

type AtappEtcdWatcher struct {
	RetryInterval         *durationpb.Duration `protobuf:"bytes,101,opt,name=retry_interval,json=retryInterval,proto3" json:"retry_interval,omitempty"`
	RequestTimeout        *durationpb.Duration `protobuf:"bytes,102,opt,name=request_timeout,json=requestTimeout,proto3" json:"request_timeout,omitempty"`
	GetRequestTimeout_    *durationpb.Duration `protobuf:"bytes,103,opt,name=get_request_timeout,json=getRequestTimeout,proto3" json:"get_request_timeout,omitempty"`
	StartupRandomDelayMin *durationpb.Duration `` /* 130-byte string literal not displayed */
	StartupRandomDelayMax *durationpb.Duration `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AtappEtcdWatcher) Clone

func (m *AtappEtcdWatcher) Clone() *AtappEtcdWatcher

===== Clone methods for AtappEtcdWatcher ===== Message ====

func (*AtappEtcdWatcher) Descriptor deprecated

func (*AtappEtcdWatcher) Descriptor() ([]byte, []int)

Deprecated: Use AtappEtcdWatcher.ProtoReflect.Descriptor instead.

func (*AtappEtcdWatcher) GetGetRequestTimeout_

func (x *AtappEtcdWatcher) GetGetRequestTimeout_() *durationpb.Duration

func (*AtappEtcdWatcher) GetRequestTimeout

func (x *AtappEtcdWatcher) GetRequestTimeout() *durationpb.Duration

func (*AtappEtcdWatcher) GetRetryInterval

func (x *AtappEtcdWatcher) GetRetryInterval() *durationpb.Duration

func (*AtappEtcdWatcher) GetStartupRandomDelayMax

func (x *AtappEtcdWatcher) GetStartupRandomDelayMax() *durationpb.Duration

func (*AtappEtcdWatcher) GetStartupRandomDelayMin

func (x *AtappEtcdWatcher) GetStartupRandomDelayMin() *durationpb.Duration

func (*AtappEtcdWatcher) GetTypeID

func (_ *AtappEtcdWatcher) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappEtcdWatcher ===== Message =====

func (*AtappEtcdWatcher) LogValue

func (m *AtappEtcdWatcher) LogValue() slog.Value

===== SlogValue methods for AtappEtcdWatcher ===== Message ====

func (*AtappEtcdWatcher) Merge

func (m *AtappEtcdWatcher) Merge(src *AtappEtcdWatcher)

===== Merge methods for AtappEtcdWatcher ===== Message ====

func (*AtappEtcdWatcher) MutableGetRequestTimeout_

func (m *AtappEtcdWatcher) MutableGetRequestTimeout_() *durationpb.Duration

===== Mutable methods for AtappEtcdWatcher ===== Message =====

func (*AtappEtcdWatcher) MutableRequestTimeout

func (m *AtappEtcdWatcher) MutableRequestTimeout() *durationpb.Duration

===== Mutable methods for AtappEtcdWatcher ===== Message =====

func (*AtappEtcdWatcher) MutableRetryInterval

func (m *AtappEtcdWatcher) MutableRetryInterval() *durationpb.Duration

===== Mutable methods for AtappEtcdWatcher ===== Message =====

func (*AtappEtcdWatcher) MutableStartupRandomDelayMax

func (m *AtappEtcdWatcher) MutableStartupRandomDelayMax() *durationpb.Duration

===== Mutable methods for AtappEtcdWatcher ===== Message =====

func (*AtappEtcdWatcher) MutableStartupRandomDelayMin

func (m *AtappEtcdWatcher) MutableStartupRandomDelayMin() *durationpb.Duration

===== Mutable methods for AtappEtcdWatcher ===== Message =====

func (*AtappEtcdWatcher) ProtoMessage

func (*AtappEtcdWatcher) ProtoMessage()

func (*AtappEtcdWatcher) ProtoReflect

func (x *AtappEtcdWatcher) ProtoReflect() protoreflect.Message

func (*AtappEtcdWatcher) Reset

func (x *AtappEtcdWatcher) Reset()

func (*AtappEtcdWatcher) String

func (x *AtappEtcdWatcher) String() string

func (*AtappEtcdWatcher) ToReadonly

type AtappGateway

type AtappGateway struct {
	Address    string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	MatchHosts []string `protobuf:"bytes,11,rep,name=match_hosts,json=matchHosts,proto3" json:"match_hosts,omitempty"` // match atapp_configure.hostname with "In" operator
	// Just like NetworkPolicyPeer in
	// https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api/networking/v1/generated.proto
	// See also LabelSelector in
	// https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
	MatchNamespaces []string          `protobuf:"bytes,21,rep,name=match_namespaces,json=matchNamespaces,proto3" json:"match_namespaces,omitempty"` // match atapp_metadata.namespace_name with "In" operator
	MatchLabels     map[string]string ``                                                                                                            // match all labels
	/* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AtappGateway) AppendMatchHosts

func (m *AtappGateway) AppendMatchHosts(d string)

===== Append methods for AtappGateway ===== Repeated =====

func (*AtappGateway) AppendMatchNamespaces

func (m *AtappGateway) AppendMatchNamespaces(d string)

===== Append methods for AtappGateway ===== Repeated =====

func (*AtappGateway) Clone

func (m *AtappGateway) Clone() *AtappGateway

===== Clone methods for AtappGateway ===== Message ====

func (*AtappGateway) Descriptor deprecated

func (*AtappGateway) Descriptor() ([]byte, []int)

Deprecated: Use AtappGateway.ProtoReflect.Descriptor instead.

func (*AtappGateway) GetAddress

func (x *AtappGateway) GetAddress() string

func (*AtappGateway) GetMatchHosts

func (x *AtappGateway) GetMatchHosts() []string

func (*AtappGateway) GetMatchLabels

func (x *AtappGateway) GetMatchLabels() map[string]string

func (*AtappGateway) GetMatchNamespaces

func (x *AtappGateway) GetMatchNamespaces() []string

func (*AtappGateway) GetTypeID

func (_ *AtappGateway) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappGateway ===== Message =====

func (*AtappGateway) LogValue

func (m *AtappGateway) LogValue() slog.Value

===== SlogValue methods for AtappGateway ===== Message ====

func (*AtappGateway) Merge

func (m *AtappGateway) Merge(src *AtappGateway)

===== Merge methods for AtappGateway ===== Message ====

func (*AtappGateway) MergeMatchHosts

func (m *AtappGateway) MergeMatchHosts(d []string) []string

===== Merge methods for AtappGateway ===== Repeated =====

func (*AtappGateway) MergeMatchNamespaces

func (m *AtappGateway) MergeMatchNamespaces(d []string) []string

===== Merge methods for AtappGateway ===== Repeated =====

func (*AtappGateway) MutableMatchHosts

func (m *AtappGateway) MutableMatchHosts() []string

===== Mutable methods for AtappGateway ===== Repeated =====

func (*AtappGateway) MutableMatchLabels

func (m *AtappGateway) MutableMatchLabels() map[string]string

===== Mutable methods for AtappGateway ===== Map =====

func (*AtappGateway) MutableMatchNamespaces

func (m *AtappGateway) MutableMatchNamespaces() []string

===== Mutable methods for AtappGateway ===== Repeated =====

func (*AtappGateway) ProtoMessage

func (*AtappGateway) ProtoMessage()

func (*AtappGateway) ProtoReflect

func (x *AtappGateway) ProtoReflect() protoreflect.Message

func (*AtappGateway) RemoveLastMatchHosts

func (m *AtappGateway) RemoveLastMatchHosts()

===== RemoveLast methods for AtappGateway ===== Repeated =====

func (*AtappGateway) RemoveLastMatchNamespaces

func (m *AtappGateway) RemoveLastMatchNamespaces()

===== RemoveLast methods for AtappGateway ===== Repeated =====

func (*AtappGateway) Reset

func (x *AtappGateway) Reset()

func (*AtappGateway) ReverseIfNilMatchHosts

func (m *AtappGateway) ReverseIfNilMatchHosts(l int32) []string

===== ReverseIfNil methods for AtappGateway ===== Repeated =====

func (*AtappGateway) ReverseIfNilMatchNamespaces

func (m *AtappGateway) ReverseIfNilMatchNamespaces(l int32) []string

===== ReverseIfNil methods for AtappGateway ===== Repeated =====

func (*AtappGateway) String

func (x *AtappGateway) String() string

func (*AtappGateway) ToReadonly

func (m *AtappGateway) ToReadonly() *Readonly_AtappGateway

type AtappGrpc

type AtappGrpc struct {
	Ssl  *AtappGrpcCredentialsOptions `protobuf:"bytes,11,opt,name=ssl,proto3" json:"ssl,omitempty"`
	Stub *AtappGrpcStubOptions        `protobuf:"bytes,12,opt,name=stub,proto3" json:"stub,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappGrpc) Clone

func (m *AtappGrpc) Clone() *AtappGrpc

===== Clone methods for AtappGrpc ===== Message ====

func (*AtappGrpc) Descriptor deprecated

func (*AtappGrpc) Descriptor() ([]byte, []int)

Deprecated: Use AtappGrpc.ProtoReflect.Descriptor instead.

func (*AtappGrpc) GetSsl

func (*AtappGrpc) GetStub

func (x *AtappGrpc) GetStub() *AtappGrpcStubOptions

func (*AtappGrpc) GetTypeID

func (_ *AtappGrpc) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappGrpc ===== Message =====

func (*AtappGrpc) LogValue

func (m *AtappGrpc) LogValue() slog.Value

===== SlogValue methods for AtappGrpc ===== Message ====

func (*AtappGrpc) Merge

func (m *AtappGrpc) Merge(src *AtappGrpc)

===== Merge methods for AtappGrpc ===== Message ====

func (*AtappGrpc) MutableSsl

func (m *AtappGrpc) MutableSsl() *AtappGrpcCredentialsOptions

===== Mutable methods for AtappGrpc ===== Message =====

func (*AtappGrpc) MutableStub

func (m *AtappGrpc) MutableStub() *AtappGrpcStubOptions

===== Mutable methods for AtappGrpc ===== Message =====

func (*AtappGrpc) ProtoMessage

func (*AtappGrpc) ProtoMessage()

func (*AtappGrpc) ProtoReflect

func (x *AtappGrpc) ProtoReflect() protoreflect.Message

func (*AtappGrpc) Reset

func (x *AtappGrpc) Reset()

func (*AtappGrpc) String

func (x *AtappGrpc) String() string

func (*AtappGrpc) ToReadonly

func (m *AtappGrpc) ToReadonly() *Readonly_AtappGrpc

type AtappGrpcCredentialsOptions

type AtappGrpcCredentialsOptions struct {
	Insecure      bool   `protobuf:"varint,1,opt,name=insecure,proto3" json:"insecure,omitempty"`                                  // Using InsecureChannelCredentials
	PemRootCerts  string `protobuf:"bytes,11,opt,name=pem_root_certs,json=pemRootCerts,proto3" json:"pem_root_certs,omitempty"`    // PEM content of CA certificate
	PemPrivateKey string `protobuf:"bytes,12,opt,name=pem_private_key,json=pemPrivateKey,proto3" json:"pem_private_key,omitempty"` // PEM content of private key
	PemCertChain  string `protobuf:"bytes,13,opt,name=pem_cert_chain,json=pemCertChain,proto3" json:"pem_cert_chain,omitempty"`    // PEM content of certificate
	// contains filtered or unexported fields
}

func (*AtappGrpcCredentialsOptions) Clone

===== Clone methods for AtappGrpcCredentialsOptions ===== Message ====

func (*AtappGrpcCredentialsOptions) Descriptor deprecated

func (*AtappGrpcCredentialsOptions) Descriptor() ([]byte, []int)

Deprecated: Use AtappGrpcCredentialsOptions.ProtoReflect.Descriptor instead.

func (*AtappGrpcCredentialsOptions) GetInsecure

func (x *AtappGrpcCredentialsOptions) GetInsecure() bool

func (*AtappGrpcCredentialsOptions) GetPemCertChain

func (x *AtappGrpcCredentialsOptions) GetPemCertChain() string

func (*AtappGrpcCredentialsOptions) GetPemPrivateKey

func (x *AtappGrpcCredentialsOptions) GetPemPrivateKey() string

func (*AtappGrpcCredentialsOptions) GetPemRootCerts

func (x *AtappGrpcCredentialsOptions) GetPemRootCerts() string

func (*AtappGrpcCredentialsOptions) GetTypeID

func (_ *AtappGrpcCredentialsOptions) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappGrpcCredentialsOptions ===== Message =====

func (*AtappGrpcCredentialsOptions) LogValue

func (m *AtappGrpcCredentialsOptions) LogValue() slog.Value

===== SlogValue methods for AtappGrpcCredentialsOptions ===== Message ====

func (*AtappGrpcCredentialsOptions) Merge

===== Merge methods for AtappGrpcCredentialsOptions ===== Message ====

func (*AtappGrpcCredentialsOptions) ProtoMessage

func (*AtappGrpcCredentialsOptions) ProtoMessage()

func (*AtappGrpcCredentialsOptions) ProtoReflect

func (*AtappGrpcCredentialsOptions) Reset

func (x *AtappGrpcCredentialsOptions) Reset()

func (*AtappGrpcCredentialsOptions) String

func (x *AtappGrpcCredentialsOptions) String() string

func (*AtappGrpcCredentialsOptions) ToReadonly

type AtappGrpcStubOptions

type AtappGrpcStubOptions struct {
	// contains filtered or unexported fields
}

func (*AtappGrpcStubOptions) Clone

===== Clone methods for AtappGrpcStubOptions ===== Message ====

func (*AtappGrpcStubOptions) Descriptor deprecated

func (*AtappGrpcStubOptions) Descriptor() ([]byte, []int)

Deprecated: Use AtappGrpcStubOptions.ProtoReflect.Descriptor instead.

func (*AtappGrpcStubOptions) GetTypeID

func (_ *AtappGrpcStubOptions) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappGrpcStubOptions ===== Message =====

func (*AtappGrpcStubOptions) LogValue

func (m *AtappGrpcStubOptions) LogValue() slog.Value

===== SlogValue methods for AtappGrpcStubOptions ===== Message ====

func (*AtappGrpcStubOptions) Merge

===== Merge methods for AtappGrpcStubOptions ===== Message ====

func (*AtappGrpcStubOptions) ProtoMessage

func (*AtappGrpcStubOptions) ProtoMessage()

func (*AtappGrpcStubOptions) ProtoReflect

func (x *AtappGrpcStubOptions) ProtoReflect() protoreflect.Message

func (*AtappGrpcStubOptions) Reset

func (x *AtappGrpcStubOptions) Reset()

func (*AtappGrpcStubOptions) String

func (x *AtappGrpcStubOptions) String() string

func (*AtappGrpcStubOptions) ToReadonly

type AtappLog

type AtappLog struct {
	Level    string              `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	Category []*AtappLogCategory `protobuf:"bytes,2,rep,name=category,proto3" json:"category,omitempty"`
	// TODO: (C++层支持)
	CrashOutputFile string `protobuf:"bytes,3,opt,name=crash_output_file,json=crashOutputFile,proto3" json:"crash_output_file,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappLog) AddCategory

func (m *AtappLog) AddCategory() *AtappLogCategory

===== Add methods for AtappLog ===== Repeated =====

func (*AtappLog) AppendCategory

func (m *AtappLog) AppendCategory(d *AtappLogCategory)

===== Append methods for AtappLog ===== Repeated =====

func (*AtappLog) Clone

func (m *AtappLog) Clone() *AtappLog

===== Clone methods for AtappLog ===== Message ====

func (*AtappLog) Descriptor deprecated

func (*AtappLog) Descriptor() ([]byte, []int)

Deprecated: Use AtappLog.ProtoReflect.Descriptor instead.

func (*AtappLog) GetCategory

func (x *AtappLog) GetCategory() []*AtappLogCategory

func (*AtappLog) GetCrashOutputFile

func (x *AtappLog) GetCrashOutputFile() string

func (*AtappLog) GetLevel

func (x *AtappLog) GetLevel() string

func (*AtappLog) GetTypeID

func (_ *AtappLog) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLog ===== Message =====

func (*AtappLog) LogValue

func (m *AtappLog) LogValue() slog.Value

===== SlogValue methods for AtappLog ===== Message ====

func (*AtappLog) Merge

func (m *AtappLog) Merge(src *AtappLog)

===== Merge methods for AtappLog ===== Message ====

func (*AtappLog) MergeCategory

func (m *AtappLog) MergeCategory(d []*AtappLogCategory) []*AtappLogCategory

===== Merge methods for AtappLog ===== Repeated =====

func (*AtappLog) MutableCategory

func (m *AtappLog) MutableCategory() []*AtappLogCategory

===== Mutable methods for AtappLog ===== Repeated =====

func (*AtappLog) ProtoMessage

func (*AtappLog) ProtoMessage()

func (*AtappLog) ProtoReflect

func (x *AtappLog) ProtoReflect() protoreflect.Message

func (*AtappLog) RemoveLastCategory

func (m *AtappLog) RemoveLastCategory()

===== RemoveLast methods for AtappLog ===== Repeated =====

func (*AtappLog) Reset

func (x *AtappLog) Reset()

func (*AtappLog) ReverseIfNilCategory

func (m *AtappLog) ReverseIfNilCategory(l int32) []*AtappLogCategory

===== ReverseIfNil methods for AtappLog ===== Repeated =====

func (*AtappLog) String

func (x *AtappLog) String() string

func (*AtappLog) ToReadonly

func (m *AtappLog) ToReadonly() *Readonly_AtappLog

type AtappLogCategory

type AtappLogCategory struct {
	Index      int32               `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Name       string              `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Prefix     string              `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Stacktrace *AtappLogLevelRange `protobuf:"bytes,4,opt,name=stacktrace,proto3" json:"stacktrace,omitempty"`
	Sink       []*AtappLogSink     `protobuf:"bytes,5,rep,name=sink,proto3" json:"sink,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappLogCategory) AddSink

func (m *AtappLogCategory) AddSink() *AtappLogSink

===== Add methods for AtappLogCategory ===== Repeated =====

func (*AtappLogCategory) AppendSink

func (m *AtappLogCategory) AppendSink(d *AtappLogSink)

===== Append methods for AtappLogCategory ===== Repeated =====

func (*AtappLogCategory) Clone

func (m *AtappLogCategory) Clone() *AtappLogCategory

===== Clone methods for AtappLogCategory ===== Message ====

func (*AtappLogCategory) Descriptor deprecated

func (*AtappLogCategory) Descriptor() ([]byte, []int)

Deprecated: Use AtappLogCategory.ProtoReflect.Descriptor instead.

func (*AtappLogCategory) GetIndex

func (x *AtappLogCategory) GetIndex() int32

func (*AtappLogCategory) GetName

func (x *AtappLogCategory) GetName() string

func (*AtappLogCategory) GetPrefix

func (x *AtappLogCategory) GetPrefix() string

func (*AtappLogCategory) GetSink

func (x *AtappLogCategory) GetSink() []*AtappLogSink

func (*AtappLogCategory) GetStacktrace

func (x *AtappLogCategory) GetStacktrace() *AtappLogLevelRange

func (*AtappLogCategory) GetTypeID

func (_ *AtappLogCategory) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLogCategory ===== Message =====

func (*AtappLogCategory) LogValue

func (m *AtappLogCategory) LogValue() slog.Value

===== SlogValue methods for AtappLogCategory ===== Message ====

func (*AtappLogCategory) Merge

func (m *AtappLogCategory) Merge(src *AtappLogCategory)

===== Merge methods for AtappLogCategory ===== Message ====

func (*AtappLogCategory) MergeSink

func (m *AtappLogCategory) MergeSink(d []*AtappLogSink) []*AtappLogSink

===== Merge methods for AtappLogCategory ===== Repeated =====

func (*AtappLogCategory) MutableSink

func (m *AtappLogCategory) MutableSink() []*AtappLogSink

===== Mutable methods for AtappLogCategory ===== Repeated =====

func (*AtappLogCategory) MutableStacktrace

func (m *AtappLogCategory) MutableStacktrace() *AtappLogLevelRange

===== Mutable methods for AtappLogCategory ===== Message =====

func (*AtappLogCategory) ProtoMessage

func (*AtappLogCategory) ProtoMessage()

func (*AtappLogCategory) ProtoReflect

func (x *AtappLogCategory) ProtoReflect() protoreflect.Message

func (*AtappLogCategory) RemoveLastSink

func (m *AtappLogCategory) RemoveLastSink()

===== RemoveLast methods for AtappLogCategory ===== Repeated =====

func (*AtappLogCategory) Reset

func (x *AtappLogCategory) Reset()

func (*AtappLogCategory) ReverseIfNilSink

func (m *AtappLogCategory) ReverseIfNilSink(l int32) []*AtappLogSink

===== ReverseIfNil methods for AtappLogCategory ===== Repeated =====

func (*AtappLogCategory) String

func (x *AtappLogCategory) String() string

func (*AtappLogCategory) ToReadonly

type AtappLogLevelRange

type AtappLogLevelRange struct {
	Min string `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"`
	Max string `protobuf:"bytes,2,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappLogLevelRange) Clone

===== Clone methods for AtappLogLevelRange ===== Message ====

func (*AtappLogLevelRange) Descriptor deprecated

func (*AtappLogLevelRange) Descriptor() ([]byte, []int)

Deprecated: Use AtappLogLevelRange.ProtoReflect.Descriptor instead.

func (*AtappLogLevelRange) GetMax

func (x *AtappLogLevelRange) GetMax() string

func (*AtappLogLevelRange) GetMin

func (x *AtappLogLevelRange) GetMin() string

func (*AtappLogLevelRange) GetTypeID

func (_ *AtappLogLevelRange) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLogLevelRange ===== Message =====

func (*AtappLogLevelRange) LogValue

func (m *AtappLogLevelRange) LogValue() slog.Value

===== SlogValue methods for AtappLogLevelRange ===== Message ====

func (*AtappLogLevelRange) Merge

func (m *AtappLogLevelRange) Merge(src *AtappLogLevelRange)

===== Merge methods for AtappLogLevelRange ===== Message ====

func (*AtappLogLevelRange) ProtoMessage

func (*AtappLogLevelRange) ProtoMessage()

func (*AtappLogLevelRange) ProtoReflect

func (x *AtappLogLevelRange) ProtoReflect() protoreflect.Message

func (*AtappLogLevelRange) Reset

func (x *AtappLogLevelRange) Reset()

func (*AtappLogLevelRange) String

func (x *AtappLogLevelRange) String() string

func (*AtappLogLevelRange) ToReadonly

type AtappLogSink

type AtappLogSink struct {
	Type  string              `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Level *AtappLogLevelRange `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	// Types that are valid to be assigned to Backend:
	//
	//	*AtappLogSink_LogBackendFile
	//	*AtappLogSink_LogBackendStdout
	//	*AtappLogSink_LogBackendStderr
	//	*AtappLogSink_LogBackendSyslog
	Backend             isAtappLogSink_Backend `protobuf_oneof:"backend"`
	UnresolvedKeyValues map[string]string      `` /* 196-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AtappLogSink) Clone

func (m *AtappLogSink) Clone() *AtappLogSink

===== Clone methods for AtappLogSink ===== Message ====

func (*AtappLogSink) Descriptor deprecated

func (*AtappLogSink) Descriptor() ([]byte, []int)

Deprecated: Use AtappLogSink.ProtoReflect.Descriptor instead.

func (*AtappLogSink) GetBackend

func (x *AtappLogSink) GetBackend() isAtappLogSink_Backend

func (*AtappLogSink) GetBackendOneofCase

func (m *AtappLogSink) GetBackendOneofCase() AtappLogSink_EnBackendID

===== GetCase methods for AtappLogSink Oneof Backend ===== Oneof =====

func (*AtappLogSink) GetBackendOneofName

func (m *AtappLogSink) GetBackendOneofName() string

func (*AtappLogSink) GetBackendTypeID

func (m *AtappLogSink) GetBackendTypeID() lu.TypeID

===== GetOneofTypeID methods for AtappLogSink Oneof Backend ===== Oneof =====

func (*AtappLogSink) GetLevel

func (x *AtappLogSink) GetLevel() *AtappLogLevelRange

func (*AtappLogSink) GetLogBackendFile

func (x *AtappLogSink) GetLogBackendFile() *AtappLogSinkFile

func (*AtappLogSink) GetLogBackendStderr

func (x *AtappLogSink) GetLogBackendStderr() *AtappLogSinkStd

func (*AtappLogSink) GetLogBackendStdout

func (x *AtappLogSink) GetLogBackendStdout() *AtappLogSinkStd

func (*AtappLogSink) GetLogBackendSyslog

func (x *AtappLogSink) GetLogBackendSyslog() *AtappLogSinkSyslog

func (*AtappLogSink) GetType

func (x *AtappLogSink) GetType() string

func (*AtappLogSink) GetTypeID

func (_ *AtappLogSink) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLogSink ===== Message =====

func (*AtappLogSink) GetUnresolvedKeyValues

func (x *AtappLogSink) GetUnresolvedKeyValues() map[string]string

func (*AtappLogSink) LogValue

func (m *AtappLogSink) LogValue() slog.Value

===== SlogValue methods for AtappLogSink ===== Message ====

func (*AtappLogSink) Merge

func (m *AtappLogSink) Merge(src *AtappLogSink)

===== Merge methods for AtappLogSink ===== Message ====

func (*AtappLogSink) MutableLevel

func (m *AtappLogSink) MutableLevel() *AtappLogLevelRange

===== Mutable methods for AtappLogSink ===== Message =====

func (*AtappLogSink) MutableLogBackendFile

func (m *AtappLogSink) MutableLogBackendFile() *AtappLogSinkFile

===== Mutable methods for AtappLogSink ===== Oneof =====

func (*AtappLogSink) MutableLogBackendStderr

func (m *AtappLogSink) MutableLogBackendStderr() *AtappLogSinkStd

===== Mutable methods for AtappLogSink ===== Oneof =====

func (*AtappLogSink) MutableLogBackendStdout

func (m *AtappLogSink) MutableLogBackendStdout() *AtappLogSinkStd

===== Mutable methods for AtappLogSink ===== Oneof =====

func (*AtappLogSink) MutableLogBackendSyslog

func (m *AtappLogSink) MutableLogBackendSyslog() *AtappLogSinkSyslog

===== Mutable methods for AtappLogSink ===== Oneof =====

func (*AtappLogSink) MutableUnresolvedKeyValues

func (m *AtappLogSink) MutableUnresolvedKeyValues() map[string]string

===== Mutable methods for AtappLogSink ===== Map =====

func (*AtappLogSink) ProtoMessage

func (*AtappLogSink) ProtoMessage()

func (*AtappLogSink) ProtoReflect

func (x *AtappLogSink) ProtoReflect() protoreflect.Message

func (*AtappLogSink) Reset

func (x *AtappLogSink) Reset()

func (*AtappLogSink) String

func (x *AtappLogSink) String() string

func (*AtappLogSink) ToReadonly

func (m *AtappLogSink) ToReadonly() *Readonly_AtappLogSink

type AtappLogSinkFile

type AtappLogSinkFile struct {
	File          string                  `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Rotate        *AtappLogSinkFileRotate `protobuf:"bytes,2,opt,name=rotate,proto3" json:"rotate,omitempty"`
	AutoFlush     string                  `protobuf:"bytes,3,opt,name=auto_flush,json=autoFlush,proto3" json:"auto_flush,omitempty"`
	FlushInterval *durationpb.Duration    `protobuf:"bytes,4,opt,name=flush_interval,json=flushInterval,proto3" json:"flush_interval,omitempty"`
	WritingAlias  string                  `protobuf:"bytes,5,opt,name=writing_alias,json=writingAlias,proto3" json:"writing_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappLogSinkFile) Clone

func (m *AtappLogSinkFile) Clone() *AtappLogSinkFile

===== Clone methods for AtappLogSinkFile ===== Message ====

func (*AtappLogSinkFile) Descriptor deprecated

func (*AtappLogSinkFile) Descriptor() ([]byte, []int)

Deprecated: Use AtappLogSinkFile.ProtoReflect.Descriptor instead.

func (*AtappLogSinkFile) GetAutoFlush

func (x *AtappLogSinkFile) GetAutoFlush() string

func (*AtappLogSinkFile) GetFile

func (x *AtappLogSinkFile) GetFile() string

func (*AtappLogSinkFile) GetFlushInterval

func (x *AtappLogSinkFile) GetFlushInterval() *durationpb.Duration

func (*AtappLogSinkFile) GetRotate

func (x *AtappLogSinkFile) GetRotate() *AtappLogSinkFileRotate

func (*AtappLogSinkFile) GetTypeID

func (_ *AtappLogSinkFile) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLogSinkFile ===== Message =====

func (*AtappLogSinkFile) GetWritingAlias

func (x *AtappLogSinkFile) GetWritingAlias() string

func (*AtappLogSinkFile) LogValue

func (m *AtappLogSinkFile) LogValue() slog.Value

===== SlogValue methods for AtappLogSinkFile ===== Message ====

func (*AtappLogSinkFile) Merge

func (m *AtappLogSinkFile) Merge(src *AtappLogSinkFile)

===== Merge methods for AtappLogSinkFile ===== Message ====

func (*AtappLogSinkFile) MutableFlushInterval

func (m *AtappLogSinkFile) MutableFlushInterval() *durationpb.Duration

===== Mutable methods for AtappLogSinkFile ===== Message =====

func (*AtappLogSinkFile) MutableRotate

func (m *AtappLogSinkFile) MutableRotate() *AtappLogSinkFileRotate

===== Mutable methods for AtappLogSinkFile ===== Message =====

func (*AtappLogSinkFile) ProtoMessage

func (*AtappLogSinkFile) ProtoMessage()

func (*AtappLogSinkFile) ProtoReflect

func (x *AtappLogSinkFile) ProtoReflect() protoreflect.Message

func (*AtappLogSinkFile) Reset

func (x *AtappLogSinkFile) Reset()

func (*AtappLogSinkFile) String

func (x *AtappLogSinkFile) String() string

func (*AtappLogSinkFile) ToReadonly

type AtappLogSinkFileRotate

type AtappLogSinkFileRotate struct {
	Size   uint64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Number uint32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappLogSinkFileRotate) Clone

===== Clone methods for AtappLogSinkFileRotate ===== Message ====

func (*AtappLogSinkFileRotate) Descriptor deprecated

func (*AtappLogSinkFileRotate) Descriptor() ([]byte, []int)

Deprecated: Use AtappLogSinkFileRotate.ProtoReflect.Descriptor instead.

func (*AtappLogSinkFileRotate) GetNumber

func (x *AtappLogSinkFileRotate) GetNumber() uint32

func (*AtappLogSinkFileRotate) GetSize

func (x *AtappLogSinkFileRotate) GetSize() uint64

func (*AtappLogSinkFileRotate) GetTypeID

func (_ *AtappLogSinkFileRotate) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLogSinkFileRotate ===== Message =====

func (*AtappLogSinkFileRotate) LogValue

func (m *AtappLogSinkFileRotate) LogValue() slog.Value

===== SlogValue methods for AtappLogSinkFileRotate ===== Message ====

func (*AtappLogSinkFileRotate) Merge

===== Merge methods for AtappLogSinkFileRotate ===== Message ====

func (*AtappLogSinkFileRotate) ProtoMessage

func (*AtappLogSinkFileRotate) ProtoMessage()

func (*AtappLogSinkFileRotate) ProtoReflect

func (x *AtappLogSinkFileRotate) ProtoReflect() protoreflect.Message

func (*AtappLogSinkFileRotate) Reset

func (x *AtappLogSinkFileRotate) Reset()

func (*AtappLogSinkFileRotate) String

func (x *AtappLogSinkFileRotate) String() string

func (*AtappLogSinkFileRotate) ToReadonly

type AtappLogSinkStd

type AtappLogSinkStd struct {
	// contains filtered or unexported fields
}

func (*AtappLogSinkStd) Clone

func (m *AtappLogSinkStd) Clone() *AtappLogSinkStd

===== Clone methods for AtappLogSinkStd ===== Message ====

func (*AtappLogSinkStd) Descriptor deprecated

func (*AtappLogSinkStd) Descriptor() ([]byte, []int)

Deprecated: Use AtappLogSinkStd.ProtoReflect.Descriptor instead.

func (*AtappLogSinkStd) GetTypeID

func (_ *AtappLogSinkStd) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLogSinkStd ===== Message =====

func (*AtappLogSinkStd) LogValue

func (m *AtappLogSinkStd) LogValue() slog.Value

===== SlogValue methods for AtappLogSinkStd ===== Message ====

func (*AtappLogSinkStd) Merge

func (m *AtappLogSinkStd) Merge(src *AtappLogSinkStd)

===== Merge methods for AtappLogSinkStd ===== Message ====

func (*AtappLogSinkStd) ProtoMessage

func (*AtappLogSinkStd) ProtoMessage()

func (*AtappLogSinkStd) ProtoReflect

func (x *AtappLogSinkStd) ProtoReflect() protoreflect.Message

func (*AtappLogSinkStd) Reset

func (x *AtappLogSinkStd) Reset()

func (*AtappLogSinkStd) String

func (x *AtappLogSinkStd) String() string

func (*AtappLogSinkStd) ToReadonly

func (m *AtappLogSinkStd) ToReadonly() *Readonly_AtappLogSinkStd

type AtappLogSinkSyslog

type AtappLogSinkSyslog struct {
	Ident    string   `protobuf:"bytes,1,opt,name=ident,proto3" json:"ident,omitempty"`
	Options  []string `protobuf:"bytes,2,rep,name=options,proto3" json:"options,omitempty"`   // cons, ndelay, nowait, odelay, perror, pid
	Facility string   `protobuf:"bytes,3,opt,name=facility,proto3" json:"facility,omitempty"` // auth, authpriv, cron, daemon, ftp, kern, lpr, mail,
	// contains filtered or unexported fields
}

func (*AtappLogSinkSyslog) AppendOptions

func (m *AtappLogSinkSyslog) AppendOptions(d string)

===== Append methods for AtappLogSinkSyslog ===== Repeated =====

func (*AtappLogSinkSyslog) Clone

===== Clone methods for AtappLogSinkSyslog ===== Message ====

func (*AtappLogSinkSyslog) Descriptor deprecated

func (*AtappLogSinkSyslog) Descriptor() ([]byte, []int)

Deprecated: Use AtappLogSinkSyslog.ProtoReflect.Descriptor instead.

func (*AtappLogSinkSyslog) GetFacility

func (x *AtappLogSinkSyslog) GetFacility() string

func (*AtappLogSinkSyslog) GetIdent

func (x *AtappLogSinkSyslog) GetIdent() string

func (*AtappLogSinkSyslog) GetOptions

func (x *AtappLogSinkSyslog) GetOptions() []string

func (*AtappLogSinkSyslog) GetTypeID

func (_ *AtappLogSinkSyslog) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappLogSinkSyslog ===== Message =====

func (*AtappLogSinkSyslog) LogValue

func (m *AtappLogSinkSyslog) LogValue() slog.Value

===== SlogValue methods for AtappLogSinkSyslog ===== Message ====

func (*AtappLogSinkSyslog) Merge

func (m *AtappLogSinkSyslog) Merge(src *AtappLogSinkSyslog)

===== Merge methods for AtappLogSinkSyslog ===== Message ====

func (*AtappLogSinkSyslog) MergeOptions

func (m *AtappLogSinkSyslog) MergeOptions(d []string) []string

===== Merge methods for AtappLogSinkSyslog ===== Repeated =====

func (*AtappLogSinkSyslog) MutableOptions

func (m *AtappLogSinkSyslog) MutableOptions() []string

===== Mutable methods for AtappLogSinkSyslog ===== Repeated =====

func (*AtappLogSinkSyslog) ProtoMessage

func (*AtappLogSinkSyslog) ProtoMessage()

func (*AtappLogSinkSyslog) ProtoReflect

func (x *AtappLogSinkSyslog) ProtoReflect() protoreflect.Message

func (*AtappLogSinkSyslog) RemoveLastOptions

func (m *AtappLogSinkSyslog) RemoveLastOptions()

===== RemoveLast methods for AtappLogSinkSyslog ===== Repeated =====

func (*AtappLogSinkSyslog) Reset

func (x *AtappLogSinkSyslog) Reset()

func (*AtappLogSinkSyslog) ReverseIfNilOptions

func (m *AtappLogSinkSyslog) ReverseIfNilOptions(l int32) []string

===== ReverseIfNil methods for AtappLogSinkSyslog ===== Repeated =====

func (*AtappLogSinkSyslog) String

func (x *AtappLogSinkSyslog) String() string

func (*AtappLogSinkSyslog) ToReadonly

type AtappLogSink_EnBackendID

type AtappLogSink_EnBackendID int32

===== Case Enum for AtappLogSink Oneof Backend ===== Oneof =====

const (
	AtappLogSink_EnBackendID_NONE             AtappLogSink_EnBackendID = 0  // none
	AtappLogSink_EnBackendID_LogBackendFile   AtappLogSink_EnBackendID = 21 // log_backend_file
	AtappLogSink_EnBackendID_LogBackendStdout AtappLogSink_EnBackendID = 22 // log_backend_stdout
	AtappLogSink_EnBackendID_LogBackendStderr AtappLogSink_EnBackendID = 23 // log_backend_stderr
	AtappLogSink_EnBackendID_LogBackendSyslog AtappLogSink_EnBackendID = 24 // log_backend_syslog
)

type AtappLogSink_LogBackendFile

type AtappLogSink_LogBackendFile struct {
	LogBackendFile *AtappLogSinkFile `protobuf:"bytes,21,opt,name=log_backend_file,json=logBackendFile,proto3,oneof"`
}

func (*AtappLogSink_LogBackendFile) GetAtappLogSink_Backend

func (m *AtappLogSink_LogBackendFile) GetAtappLogSink_Backend() AtappLogSink_EnBackendID

===== Oneof Interface for AtappLogSink Oneof AtappLogSink_LogBackendFile ===== Oneof =====

func (*AtappLogSink_LogBackendFile) GetFieldNameAtappLogSink_Backend

func (m *AtappLogSink_LogBackendFile) GetFieldNameAtappLogSink_Backend() string

func (*AtappLogSink_LogBackendFile) GetTypeID

func (_ *AtappLogSink_LogBackendFile) GetTypeID() lu.TypeID

func (*AtappLogSink_LogBackendFile) GetTypeIDAtappLogSink_Backend

func (m *AtappLogSink_LogBackendFile) GetTypeIDAtappLogSink_Backend() lu.TypeID

func (*AtappLogSink_LogBackendFile) MutableLogBackendFile

func (m *AtappLogSink_LogBackendFile) MutableLogBackendFile() *AtappLogSinkFile

===== Mutable Message method for AtappLogSink Oneof AtappLogSink_LogBackendFile ===== Oneof =====

type AtappLogSink_LogBackendStderr

type AtappLogSink_LogBackendStderr struct {
	LogBackendStderr *AtappLogSinkStd `protobuf:"bytes,23,opt,name=log_backend_stderr,json=logBackendStderr,proto3,oneof"`
}

func (*AtappLogSink_LogBackendStderr) GetAtappLogSink_Backend

func (m *AtappLogSink_LogBackendStderr) GetAtappLogSink_Backend() AtappLogSink_EnBackendID

===== Oneof Interface for AtappLogSink Oneof AtappLogSink_LogBackendStderr ===== Oneof =====

func (*AtappLogSink_LogBackendStderr) GetFieldNameAtappLogSink_Backend

func (m *AtappLogSink_LogBackendStderr) GetFieldNameAtappLogSink_Backend() string

func (*AtappLogSink_LogBackendStderr) GetTypeID

func (_ *AtappLogSink_LogBackendStderr) GetTypeID() lu.TypeID

func (*AtappLogSink_LogBackendStderr) GetTypeIDAtappLogSink_Backend

func (m *AtappLogSink_LogBackendStderr) GetTypeIDAtappLogSink_Backend() lu.TypeID

func (*AtappLogSink_LogBackendStderr) MutableLogBackendStderr

func (m *AtappLogSink_LogBackendStderr) MutableLogBackendStderr() *AtappLogSinkStd

===== Mutable Message method for AtappLogSink Oneof AtappLogSink_LogBackendStderr ===== Oneof =====

type AtappLogSink_LogBackendStdout

type AtappLogSink_LogBackendStdout struct {
	LogBackendStdout *AtappLogSinkStd `protobuf:"bytes,22,opt,name=log_backend_stdout,json=logBackendStdout,proto3,oneof"`
}

func (*AtappLogSink_LogBackendStdout) GetAtappLogSink_Backend

func (m *AtappLogSink_LogBackendStdout) GetAtappLogSink_Backend() AtappLogSink_EnBackendID

===== Oneof Interface for AtappLogSink Oneof AtappLogSink_LogBackendStdout ===== Oneof =====

func (*AtappLogSink_LogBackendStdout) GetFieldNameAtappLogSink_Backend

func (m *AtappLogSink_LogBackendStdout) GetFieldNameAtappLogSink_Backend() string

func (*AtappLogSink_LogBackendStdout) GetTypeID

func (_ *AtappLogSink_LogBackendStdout) GetTypeID() lu.TypeID

func (*AtappLogSink_LogBackendStdout) GetTypeIDAtappLogSink_Backend

func (m *AtappLogSink_LogBackendStdout) GetTypeIDAtappLogSink_Backend() lu.TypeID

func (*AtappLogSink_LogBackendStdout) MutableLogBackendStdout

func (m *AtappLogSink_LogBackendStdout) MutableLogBackendStdout() *AtappLogSinkStd

===== Mutable Message method for AtappLogSink Oneof AtappLogSink_LogBackendStdout ===== Oneof =====

type AtappLogSink_LogBackendSyslog

type AtappLogSink_LogBackendSyslog struct {
	LogBackendSyslog *AtappLogSinkSyslog `protobuf:"bytes,24,opt,name=log_backend_syslog,json=logBackendSyslog,proto3,oneof"`
}

func (*AtappLogSink_LogBackendSyslog) GetAtappLogSink_Backend

func (m *AtappLogSink_LogBackendSyslog) GetAtappLogSink_Backend() AtappLogSink_EnBackendID

===== Oneof Interface for AtappLogSink Oneof AtappLogSink_LogBackendSyslog ===== Oneof =====

func (*AtappLogSink_LogBackendSyslog) GetFieldNameAtappLogSink_Backend

func (m *AtappLogSink_LogBackendSyslog) GetFieldNameAtappLogSink_Backend() string

func (*AtappLogSink_LogBackendSyslog) GetTypeID

func (_ *AtappLogSink_LogBackendSyslog) GetTypeID() lu.TypeID

func (*AtappLogSink_LogBackendSyslog) GetTypeIDAtappLogSink_Backend

func (m *AtappLogSink_LogBackendSyslog) GetTypeIDAtappLogSink_Backend() lu.TypeID

func (*AtappLogSink_LogBackendSyslog) MutableLogBackendSyslog

func (m *AtappLogSink_LogBackendSyslog) MutableLogBackendSyslog() *AtappLogSinkSyslog

===== Mutable Message method for AtappLogSink Oneof AtappLogSink_LogBackendSyslog ===== Oneof =====

type AtappMetadata

type AtappMetadata struct {
	ApiVersion string `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	Kind       string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Group      string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// kubernetes ENV: ATAPP_METADATA_NAME: valueFrom: fieldRef: fieldPath: metadata.name
	Name string `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
	// kubernetes ENV: ATAPP_METADATA_NAMESPACE_NAME: valueFrom: fieldRef: fieldPath: metadata.namespace
	NamespaceName string `protobuf:"bytes,12,opt,name=namespace_name,json=namespaceName,proto3" json:"namespace_name,omitempty"`
	// kubernetes ENV: ATAPP_METADATA_UID: valueFrom: fieldRef: fieldPath: metadata.uid
	Uid string `protobuf:"bytes,13,opt,name=uid,proto3" json:"uid,omitempty"`
	// `service_subset` is similar to Destination in
	// https://istio.io/latest/docs/reference/config/networking/virtual-service/#Destination
	ServiceSubset string `protobuf:"bytes,23,opt,name=service_subset,json=serviceSubset,proto3" json:"service_subset,omitempty"`
	// https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set
	// https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto
	Labels map[string]string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

Just like PodSandboxConfig in https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto

func (*AtappMetadata) Clone

func (m *AtappMetadata) Clone() *AtappMetadata

===== Clone methods for AtappMetadata ===== Message ====

func (*AtappMetadata) Descriptor deprecated

func (*AtappMetadata) Descriptor() ([]byte, []int)

Deprecated: Use AtappMetadata.ProtoReflect.Descriptor instead.

func (*AtappMetadata) GetApiVersion

func (x *AtappMetadata) GetApiVersion() string

func (*AtappMetadata) GetGroup

func (x *AtappMetadata) GetGroup() string

func (*AtappMetadata) GetKind

func (x *AtappMetadata) GetKind() string

func (*AtappMetadata) GetLabels

func (x *AtappMetadata) GetLabels() map[string]string

func (*AtappMetadata) GetName

func (x *AtappMetadata) GetName() string

func (*AtappMetadata) GetNamespaceName

func (x *AtappMetadata) GetNamespaceName() string

func (*AtappMetadata) GetServiceSubset

func (x *AtappMetadata) GetServiceSubset() string

func (*AtappMetadata) GetTypeID

func (_ *AtappMetadata) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappMetadata ===== Message =====

func (*AtappMetadata) GetUid

func (x *AtappMetadata) GetUid() string

func (*AtappMetadata) LogValue

func (m *AtappMetadata) LogValue() slog.Value

===== SlogValue methods for AtappMetadata ===== Message ====

func (*AtappMetadata) Merge

func (m *AtappMetadata) Merge(src *AtappMetadata)

===== Merge methods for AtappMetadata ===== Message ====

func (*AtappMetadata) MutableLabels

func (m *AtappMetadata) MutableLabels() map[string]string

===== Mutable methods for AtappMetadata ===== Map =====

func (*AtappMetadata) ProtoMessage

func (*AtappMetadata) ProtoMessage()

func (*AtappMetadata) ProtoReflect

func (x *AtappMetadata) ProtoReflect() protoreflect.Message

func (*AtappMetadata) Reset

func (x *AtappMetadata) Reset()

func (*AtappMetadata) String

func (x *AtappMetadata) String() string

func (*AtappMetadata) ToReadonly

func (m *AtappMetadata) ToReadonly() *Readonly_AtappMetadata

type AtappResource

type AtappResource struct {
	Limits   *AtappResourceGroup `protobuf:"bytes,1,opt,name=limits,proto3" json:"limits,omitempty"`
	Requests *AtappResourceGroup `protobuf:"bytes,2,opt,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappResource) Clone

func (m *AtappResource) Clone() *AtappResource

===== Clone methods for AtappResource ===== Message ====

func (*AtappResource) Descriptor deprecated

func (*AtappResource) Descriptor() ([]byte, []int)

Deprecated: Use AtappResource.ProtoReflect.Descriptor instead.

func (*AtappResource) GetLimits

func (x *AtappResource) GetLimits() *AtappResourceGroup

func (*AtappResource) GetRequests

func (x *AtappResource) GetRequests() *AtappResourceGroup

func (*AtappResource) GetTypeID

func (_ *AtappResource) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappResource ===== Message =====

func (*AtappResource) LogValue

func (m *AtappResource) LogValue() slog.Value

===== SlogValue methods for AtappResource ===== Message ====

func (*AtappResource) Merge

func (m *AtappResource) Merge(src *AtappResource)

===== Merge methods for AtappResource ===== Message ====

func (*AtappResource) MutableLimits

func (m *AtappResource) MutableLimits() *AtappResourceGroup

===== Mutable methods for AtappResource ===== Message =====

func (*AtappResource) MutableRequests

func (m *AtappResource) MutableRequests() *AtappResourceGroup

===== Mutable methods for AtappResource ===== Message =====

func (*AtappResource) ProtoMessage

func (*AtappResource) ProtoMessage()

func (*AtappResource) ProtoReflect

func (x *AtappResource) ProtoReflect() protoreflect.Message

func (*AtappResource) Reset

func (x *AtappResource) Reset()

func (*AtappResource) String

func (x *AtappResource) String() string

func (*AtappResource) ToReadonly

func (m *AtappResource) ToReadonly() *Readonly_AtappResource

type AtappResourceGroup

type AtappResourceGroup struct {
	Cpu    uint64 `protobuf:"varint,1,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Memory uint64 `protobuf:"varint,2,opt,name=memory,proto3" json:"memory,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappResourceGroup) Clone

===== Clone methods for AtappResourceGroup ===== Message ====

func (*AtappResourceGroup) Descriptor deprecated

func (*AtappResourceGroup) Descriptor() ([]byte, []int)

Deprecated: Use AtappResourceGroup.ProtoReflect.Descriptor instead.

func (*AtappResourceGroup) GetCpu

func (x *AtappResourceGroup) GetCpu() uint64

func (*AtappResourceGroup) GetMemory

func (x *AtappResourceGroup) GetMemory() uint64

func (*AtappResourceGroup) GetTypeID

func (_ *AtappResourceGroup) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappResourceGroup ===== Message =====

func (*AtappResourceGroup) LogValue

func (m *AtappResourceGroup) LogValue() slog.Value

===== SlogValue methods for AtappResourceGroup ===== Message ====

func (*AtappResourceGroup) Merge

func (m *AtappResourceGroup) Merge(src *AtappResourceGroup)

===== Merge methods for AtappResourceGroup ===== Message ====

func (*AtappResourceGroup) ProtoMessage

func (*AtappResourceGroup) ProtoMessage()

func (*AtappResourceGroup) ProtoReflect

func (x *AtappResourceGroup) ProtoReflect() protoreflect.Message

func (*AtappResourceGroup) Reset

func (x *AtappResourceGroup) Reset()

func (*AtappResourceGroup) String

func (x *AtappResourceGroup) String() string

func (*AtappResourceGroup) ToReadonly

type AtappRuntime

type AtappRuntime struct {
	Spec   *AtappRuntimeSpec   `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	Status *AtappRuntimeStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappRuntime) Clone

func (m *AtappRuntime) Clone() *AtappRuntime

===== Clone methods for AtappRuntime ===== Message ====

func (*AtappRuntime) Descriptor deprecated

func (*AtappRuntime) Descriptor() ([]byte, []int)

Deprecated: Use AtappRuntime.ProtoReflect.Descriptor instead.

func (*AtappRuntime) GetSpec

func (x *AtappRuntime) GetSpec() *AtappRuntimeSpec

func (*AtappRuntime) GetStatus

func (x *AtappRuntime) GetStatus() *AtappRuntimeStatus

func (*AtappRuntime) GetTypeID

func (_ *AtappRuntime) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappRuntime ===== Message =====

func (*AtappRuntime) LogValue

func (m *AtappRuntime) LogValue() slog.Value

===== SlogValue methods for AtappRuntime ===== Message ====

func (*AtappRuntime) Merge

func (m *AtappRuntime) Merge(src *AtappRuntime)

===== Merge methods for AtappRuntime ===== Message ====

func (*AtappRuntime) MutableSpec

func (m *AtappRuntime) MutableSpec() *AtappRuntimeSpec

===== Mutable methods for AtappRuntime ===== Message =====

func (*AtappRuntime) MutableStatus

func (m *AtappRuntime) MutableStatus() *AtappRuntimeStatus

===== Mutable methods for AtappRuntime ===== Message =====

func (*AtappRuntime) ProtoMessage

func (*AtappRuntime) ProtoMessage()

func (*AtappRuntime) ProtoReflect

func (x *AtappRuntime) ProtoReflect() protoreflect.Message

func (*AtappRuntime) Reset

func (x *AtappRuntime) Reset()

func (*AtappRuntime) String

func (x *AtappRuntime) String() string

func (*AtappRuntime) ToReadonly

func (m *AtappRuntime) ToReadonly() *Readonly_AtappRuntime

type AtappRuntimeSpec

type AtappRuntimeSpec struct {

	// kubernetes ENV: ATAPP_RUNTIME_SPEC_SERVICE_ACCOUNT_NAME: valueFrom: fieldRef: fieldPath: spec.serviceAccountName
	ServiceAccountName string `protobuf:"bytes,1,opt,name=service_account_name,json=serviceAccountName,proto3" json:"service_account_name,omitempty"`
	// kubernetes ENV: ATAPP_RUNTIME_SPEC_NODE_NAME: valueFrom: fieldRef: fieldPath: spec.nodeName
	NodeName string `protobuf:"bytes,2,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappRuntimeSpec) Clone

func (m *AtappRuntimeSpec) Clone() *AtappRuntimeSpec

===== Clone methods for AtappRuntimeSpec ===== Message ====

func (*AtappRuntimeSpec) Descriptor deprecated

func (*AtappRuntimeSpec) Descriptor() ([]byte, []int)

Deprecated: Use AtappRuntimeSpec.ProtoReflect.Descriptor instead.

func (*AtappRuntimeSpec) GetNodeName

func (x *AtappRuntimeSpec) GetNodeName() string

func (*AtappRuntimeSpec) GetServiceAccountName

func (x *AtappRuntimeSpec) GetServiceAccountName() string

func (*AtappRuntimeSpec) GetTypeID

func (_ *AtappRuntimeSpec) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappRuntimeSpec ===== Message =====

func (*AtappRuntimeSpec) LogValue

func (m *AtappRuntimeSpec) LogValue() slog.Value

===== SlogValue methods for AtappRuntimeSpec ===== Message ====

func (*AtappRuntimeSpec) Merge

func (m *AtappRuntimeSpec) Merge(src *AtappRuntimeSpec)

===== Merge methods for AtappRuntimeSpec ===== Message ====

func (*AtappRuntimeSpec) ProtoMessage

func (*AtappRuntimeSpec) ProtoMessage()

func (*AtappRuntimeSpec) ProtoReflect

func (x *AtappRuntimeSpec) ProtoReflect() protoreflect.Message

func (*AtappRuntimeSpec) Reset

func (x *AtappRuntimeSpec) Reset()

func (*AtappRuntimeSpec) String

func (x *AtappRuntimeSpec) String() string

func (*AtappRuntimeSpec) ToReadonly

type AtappRuntimeStatus

type AtappRuntimeStatus struct {

	// kubernetes ENV: ATAPP_RUNTIME_STATUS_HOST_IP: valueFrom: fieldRef: fieldPath: status.hostIP
	HostIp string `protobuf:"bytes,1,opt,name=host_ip,json=hostIp,proto3" json:"host_ip,omitempty"`
	// kubernetes ENV: ATAPP_RUNTIME_STATUS_HOST_IPS: valueFrom: fieldRef: fieldPath: status.hostIPs
	HostIps string `protobuf:"bytes,2,opt,name=host_ips,json=hostIps,proto3" json:"host_ips,omitempty"`
	// kubernetes ENV: ATAPP_RUNTIME_STATUS_POD_IP: valueFrom: fieldRef: fieldPath: status.podIP
	PodIp string `protobuf:"bytes,3,opt,name=pod_ip,json=podIp,proto3" json:"pod_ip,omitempty"`
	// kubernetes ENV: ATAPP_RUNTIME_STATUS_POD_IPS: valueFrom: fieldRef: fieldPath: status.podIPs
	PodIps string `protobuf:"bytes,4,opt,name=pod_ips,json=podIps,proto3" json:"pod_ips,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappRuntimeStatus) Clone

===== Clone methods for AtappRuntimeStatus ===== Message ====

func (*AtappRuntimeStatus) Descriptor deprecated

func (*AtappRuntimeStatus) Descriptor() ([]byte, []int)

Deprecated: Use AtappRuntimeStatus.ProtoReflect.Descriptor instead.

func (*AtappRuntimeStatus) GetHostIp

func (x *AtappRuntimeStatus) GetHostIp() string

func (*AtappRuntimeStatus) GetHostIps

func (x *AtappRuntimeStatus) GetHostIps() string

func (*AtappRuntimeStatus) GetPodIp

func (x *AtappRuntimeStatus) GetPodIp() string

func (*AtappRuntimeStatus) GetPodIps

func (x *AtappRuntimeStatus) GetPodIps() string

func (*AtappRuntimeStatus) GetTypeID

func (_ *AtappRuntimeStatus) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappRuntimeStatus ===== Message =====

func (*AtappRuntimeStatus) LogValue

func (m *AtappRuntimeStatus) LogValue() slog.Value

===== SlogValue methods for AtappRuntimeStatus ===== Message ====

func (*AtappRuntimeStatus) Merge

func (m *AtappRuntimeStatus) Merge(src *AtappRuntimeStatus)

===== Merge methods for AtappRuntimeStatus ===== Message ====

func (*AtappRuntimeStatus) ProtoMessage

func (*AtappRuntimeStatus) ProtoMessage()

func (*AtappRuntimeStatus) ProtoReflect

func (x *AtappRuntimeStatus) ProtoReflect() protoreflect.Message

func (*AtappRuntimeStatus) Reset

func (x *AtappRuntimeStatus) Reset()

func (*AtappRuntimeStatus) String

func (x *AtappRuntimeStatus) String() string

func (*AtappRuntimeStatus) ToReadonly

type AtappTimer

type AtappTimer struct {
	StopTimeout        *durationpb.Duration `protobuf:"bytes,1,opt,name=stop_timeout,json=stopTimeout,proto3" json:"stop_timeout,omitempty"`
	StopInterval       *durationpb.Duration `protobuf:"bytes,2,opt,name=stop_interval,json=stopInterval,proto3" json:"stop_interval,omitempty"`
	TickInterval       *durationpb.Duration `protobuf:"bytes,3,opt,name=tick_interval,json=tickInterval,proto3" json:"tick_interval,omitempty"`
	TickRoundTimeout   *durationpb.Duration `protobuf:"bytes,4,opt,name=tick_round_timeout,json=tickRoundTimeout,proto3" json:"tick_round_timeout,omitempty"`
	MessageTimeout     *durationpb.Duration `protobuf:"bytes,5,opt,name=message_timeout,json=messageTimeout,proto3" json:"message_timeout,omitempty"`
	InitializeTimeout  *durationpb.Duration `protobuf:"bytes,6,opt,name=initialize_timeout,json=initializeTimeout,proto3" json:"initialize_timeout,omitempty"`
	ReserveIntervalMin *durationpb.Duration `protobuf:"bytes,7,opt,name=reserve_interval_min,json=reserveIntervalMin,proto3" json:"reserve_interval_min,omitempty"`
	ReserveIntervalMax *durationpb.Duration `protobuf:"bytes,8,opt,name=reserve_interval_max,json=reserveIntervalMax,proto3" json:"reserve_interval_max,omitempty"`
	ReservePermille    int32                `protobuf:"varint,9,opt,name=reserve_permille,json=reservePermille,proto3" json:"reserve_permille,omitempty"`
	EndpointGcTimeout  *durationpb.Duration `protobuf:"bytes,10,opt,name=endpoint_gc_timeout,json=endpointGcTimeout,proto3" json:"endpoint_gc_timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappTimer) Clone

func (m *AtappTimer) Clone() *AtappTimer

===== Clone methods for AtappTimer ===== Message ====

func (*AtappTimer) Descriptor deprecated

func (*AtappTimer) Descriptor() ([]byte, []int)

Deprecated: Use AtappTimer.ProtoReflect.Descriptor instead.

func (*AtappTimer) GetEndpointGcTimeout

func (x *AtappTimer) GetEndpointGcTimeout() *durationpb.Duration

func (*AtappTimer) GetInitializeTimeout

func (x *AtappTimer) GetInitializeTimeout() *durationpb.Duration

func (*AtappTimer) GetMessageTimeout

func (x *AtappTimer) GetMessageTimeout() *durationpb.Duration

func (*AtappTimer) GetReserveIntervalMax

func (x *AtappTimer) GetReserveIntervalMax() *durationpb.Duration

func (*AtappTimer) GetReserveIntervalMin

func (x *AtappTimer) GetReserveIntervalMin() *durationpb.Duration

func (*AtappTimer) GetReservePermille

func (x *AtappTimer) GetReservePermille() int32

func (*AtappTimer) GetStopInterval

func (x *AtappTimer) GetStopInterval() *durationpb.Duration

func (*AtappTimer) GetStopTimeout

func (x *AtappTimer) GetStopTimeout() *durationpb.Duration

func (*AtappTimer) GetTickInterval

func (x *AtappTimer) GetTickInterval() *durationpb.Duration

func (*AtappTimer) GetTickRoundTimeout

func (x *AtappTimer) GetTickRoundTimeout() *durationpb.Duration

func (*AtappTimer) GetTypeID

func (_ *AtappTimer) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappTimer ===== Message =====

func (*AtappTimer) LogValue

func (m *AtappTimer) LogValue() slog.Value

===== SlogValue methods for AtappTimer ===== Message ====

func (*AtappTimer) Merge

func (m *AtappTimer) Merge(src *AtappTimer)

===== Merge methods for AtappTimer ===== Message ====

func (*AtappTimer) MutableEndpointGcTimeout

func (m *AtappTimer) MutableEndpointGcTimeout() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableInitializeTimeout

func (m *AtappTimer) MutableInitializeTimeout() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableMessageTimeout

func (m *AtappTimer) MutableMessageTimeout() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableReserveIntervalMax

func (m *AtappTimer) MutableReserveIntervalMax() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableReserveIntervalMin

func (m *AtappTimer) MutableReserveIntervalMin() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableStopInterval

func (m *AtappTimer) MutableStopInterval() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableStopTimeout

func (m *AtappTimer) MutableStopTimeout() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableTickInterval

func (m *AtappTimer) MutableTickInterval() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) MutableTickRoundTimeout

func (m *AtappTimer) MutableTickRoundTimeout() *durationpb.Duration

===== Mutable methods for AtappTimer ===== Message =====

func (*AtappTimer) ProtoMessage

func (*AtappTimer) ProtoMessage()

func (*AtappTimer) ProtoReflect

func (x *AtappTimer) ProtoReflect() protoreflect.Message

func (*AtappTimer) Reset

func (x *AtappTimer) Reset()

func (*AtappTimer) String

func (x *AtappTimer) String() string

func (*AtappTimer) ToReadonly

func (m *AtappTimer) ToReadonly() *Readonly_AtappTimer

type AtappTopologyInfo

type AtappTopologyInfo struct {
	Id         uint64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Hostname   string             `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Pid        int32              `protobuf:"varint,4,opt,name=pid,proto3" json:"pid,omitempty"`
	Identity   string             `protobuf:"bytes,7,opt,name=identity,proto3" json:"identity,omitempty"`
	Version    string             `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"`
	UpstreamId uint64             `protobuf:"varint,11,opt,name=upstream_id,json=upstreamId,proto3" json:"upstream_id,omitempty"`
	Data       *AtbusTopologyData `protobuf:"bytes,12,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappTopologyInfo) Clone

===== Clone methods for AtappTopologyInfo ===== Message ====

func (*AtappTopologyInfo) Descriptor deprecated

func (*AtappTopologyInfo) Descriptor() ([]byte, []int)

Deprecated: Use AtappTopologyInfo.ProtoReflect.Descriptor instead.

func (*AtappTopologyInfo) GetData

func (x *AtappTopologyInfo) GetData() *AtbusTopologyData

func (*AtappTopologyInfo) GetHostname

func (x *AtappTopologyInfo) GetHostname() string

func (*AtappTopologyInfo) GetId

func (x *AtappTopologyInfo) GetId() uint64

func (*AtappTopologyInfo) GetIdentity

func (x *AtappTopologyInfo) GetIdentity() string

func (*AtappTopologyInfo) GetName

func (x *AtappTopologyInfo) GetName() string

func (*AtappTopologyInfo) GetPid

func (x *AtappTopologyInfo) GetPid() int32

func (*AtappTopologyInfo) GetTypeID

func (_ *AtappTopologyInfo) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappTopologyInfo ===== Message =====

func (*AtappTopologyInfo) GetUpstreamId

func (x *AtappTopologyInfo) GetUpstreamId() uint64

func (*AtappTopologyInfo) GetVersion

func (x *AtappTopologyInfo) GetVersion() string

func (*AtappTopologyInfo) LogValue

func (m *AtappTopologyInfo) LogValue() slog.Value

===== SlogValue methods for AtappTopologyInfo ===== Message ====

func (*AtappTopologyInfo) Merge

func (m *AtappTopologyInfo) Merge(src *AtappTopologyInfo)

===== Merge methods for AtappTopologyInfo ===== Message ====

func (*AtappTopologyInfo) MutableData

func (m *AtappTopologyInfo) MutableData() *AtbusTopologyData

===== Mutable methods for AtappTopologyInfo ===== Message =====

func (*AtappTopologyInfo) ProtoMessage

func (*AtappTopologyInfo) ProtoMessage()

func (*AtappTopologyInfo) ProtoReflect

func (x *AtappTopologyInfo) ProtoReflect() protoreflect.Message

func (*AtappTopologyInfo) Reset

func (x *AtappTopologyInfo) Reset()

func (*AtappTopologyInfo) String

func (x *AtappTopologyInfo) String() string

func (*AtappTopologyInfo) ToReadonly

type AtappWorkerPool

type AtappWorkerPool struct {
	QueueSize       uint32               `protobuf:"varint,1,opt,name=queue_size,json=queueSize,proto3" json:"queue_size,omitempty"`
	TickMinInterval *durationpb.Duration `protobuf:"bytes,2,opt,name=tick_min_interval,json=tickMinInterval,proto3" json:"tick_min_interval,omitempty"`
	TickMaxInterval *durationpb.Duration `protobuf:"bytes,3,opt,name=tick_max_interval,json=tickMaxInterval,proto3" json:"tick_max_interval,omitempty"`
	WorkerNumberMin uint32               `protobuf:"varint,11,opt,name=worker_number_min,json=workerNumberMin,proto3" json:"worker_number_min,omitempty"`
	WorkerNumberMax uint32               `protobuf:"varint,12,opt,name=worker_number_max,json=workerNumberMax,proto3" json:"worker_number_max,omitempty"`
	ScalingRules    *AtappWorkerScaling  `protobuf:"bytes,21,opt,name=scaling_rules,json=scalingRules,proto3" json:"scaling_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappWorkerPool) Clone

func (m *AtappWorkerPool) Clone() *AtappWorkerPool

===== Clone methods for AtappWorkerPool ===== Message ====

func (*AtappWorkerPool) Descriptor deprecated

func (*AtappWorkerPool) Descriptor() ([]byte, []int)

Deprecated: Use AtappWorkerPool.ProtoReflect.Descriptor instead.

func (*AtappWorkerPool) GetQueueSize

func (x *AtappWorkerPool) GetQueueSize() uint32

func (*AtappWorkerPool) GetScalingRules

func (x *AtappWorkerPool) GetScalingRules() *AtappWorkerScaling

func (*AtappWorkerPool) GetTickMaxInterval

func (x *AtappWorkerPool) GetTickMaxInterval() *durationpb.Duration

func (*AtappWorkerPool) GetTickMinInterval

func (x *AtappWorkerPool) GetTickMinInterval() *durationpb.Duration

func (*AtappWorkerPool) GetTypeID

func (_ *AtappWorkerPool) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappWorkerPool ===== Message =====

func (*AtappWorkerPool) GetWorkerNumberMax

func (x *AtappWorkerPool) GetWorkerNumberMax() uint32

func (*AtappWorkerPool) GetWorkerNumberMin

func (x *AtappWorkerPool) GetWorkerNumberMin() uint32

func (*AtappWorkerPool) LogValue

func (m *AtappWorkerPool) LogValue() slog.Value

===== SlogValue methods for AtappWorkerPool ===== Message ====

func (*AtappWorkerPool) Merge

func (m *AtappWorkerPool) Merge(src *AtappWorkerPool)

===== Merge methods for AtappWorkerPool ===== Message ====

func (*AtappWorkerPool) MutableScalingRules

func (m *AtappWorkerPool) MutableScalingRules() *AtappWorkerScaling

===== Mutable methods for AtappWorkerPool ===== Message =====

func (*AtappWorkerPool) MutableTickMaxInterval

func (m *AtappWorkerPool) MutableTickMaxInterval() *durationpb.Duration

===== Mutable methods for AtappWorkerPool ===== Message =====

func (*AtappWorkerPool) MutableTickMinInterval

func (m *AtappWorkerPool) MutableTickMinInterval() *durationpb.Duration

===== Mutable methods for AtappWorkerPool ===== Message =====

func (*AtappWorkerPool) ProtoMessage

func (*AtappWorkerPool) ProtoMessage()

func (*AtappWorkerPool) ProtoReflect

func (x *AtappWorkerPool) ProtoReflect() protoreflect.Message

func (*AtappWorkerPool) Reset

func (x *AtappWorkerPool) Reset()

func (*AtappWorkerPool) String

func (x *AtappWorkerPool) String() string

func (*AtappWorkerPool) ToReadonly

func (m *AtappWorkerPool) ToReadonly() *Readonly_AtappWorkerPool

type AtappWorkerScaling

type AtappWorkerScaling struct {
	ScalingUpStabilizationWindow   *durationpb.Duration `` /* 150-byte string literal not displayed */
	ScalingUpCpuPermillage         int64                `` /* 133-byte string literal not displayed */
	ScalingUpQueueSize             uint32               `protobuf:"varint,23,opt,name=scaling_up_queue_size,json=scalingUpQueueSize,proto3" json:"scaling_up_queue_size,omitempty"`
	ScalingDownStabilizationWindow *durationpb.Duration `` /* 156-byte string literal not displayed */
	ScalingDownCpuPermillage       int64                `` /* 139-byte string literal not displayed */
	ScalingDownQueueSize           uint32               `` /* 127-byte string literal not displayed */
	LeakScanInterval               *durationpb.Duration `protobuf:"bytes,41,opt,name=leak_scan_interval,json=leakScanInterval,proto3" json:"leak_scan_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*AtappWorkerScaling) Clone

===== Clone methods for AtappWorkerScaling ===== Message ====

func (*AtappWorkerScaling) Descriptor deprecated

func (*AtappWorkerScaling) Descriptor() ([]byte, []int)

Deprecated: Use AtappWorkerScaling.ProtoReflect.Descriptor instead.

func (*AtappWorkerScaling) GetLeakScanInterval

func (x *AtappWorkerScaling) GetLeakScanInterval() *durationpb.Duration

func (*AtappWorkerScaling) GetScalingDownCpuPermillage

func (x *AtappWorkerScaling) GetScalingDownCpuPermillage() int64

func (*AtappWorkerScaling) GetScalingDownQueueSize

func (x *AtappWorkerScaling) GetScalingDownQueueSize() uint32

func (*AtappWorkerScaling) GetScalingDownStabilizationWindow

func (x *AtappWorkerScaling) GetScalingDownStabilizationWindow() *durationpb.Duration

func (*AtappWorkerScaling) GetScalingUpCpuPermillage

func (x *AtappWorkerScaling) GetScalingUpCpuPermillage() int64

func (*AtappWorkerScaling) GetScalingUpQueueSize

func (x *AtappWorkerScaling) GetScalingUpQueueSize() uint32

func (*AtappWorkerScaling) GetScalingUpStabilizationWindow

func (x *AtappWorkerScaling) GetScalingUpStabilizationWindow() *durationpb.Duration

func (*AtappWorkerScaling) GetTypeID

func (_ *AtappWorkerScaling) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtappWorkerScaling ===== Message =====

func (*AtappWorkerScaling) LogValue

func (m *AtappWorkerScaling) LogValue() slog.Value

===== SlogValue methods for AtappWorkerScaling ===== Message ====

func (*AtappWorkerScaling) Merge

func (m *AtappWorkerScaling) Merge(src *AtappWorkerScaling)

===== Merge methods for AtappWorkerScaling ===== Message ====

func (*AtappWorkerScaling) MutableLeakScanInterval

func (m *AtappWorkerScaling) MutableLeakScanInterval() *durationpb.Duration

===== Mutable methods for AtappWorkerScaling ===== Message =====

func (*AtappWorkerScaling) MutableScalingDownStabilizationWindow

func (m *AtappWorkerScaling) MutableScalingDownStabilizationWindow() *durationpb.Duration

===== Mutable methods for AtappWorkerScaling ===== Message =====

func (*AtappWorkerScaling) MutableScalingUpStabilizationWindow

func (m *AtappWorkerScaling) MutableScalingUpStabilizationWindow() *durationpb.Duration

===== Mutable methods for AtappWorkerScaling ===== Message =====

func (*AtappWorkerScaling) ProtoMessage

func (*AtappWorkerScaling) ProtoMessage()

func (*AtappWorkerScaling) ProtoReflect

func (x *AtappWorkerScaling) ProtoReflect() protoreflect.Message

func (*AtappWorkerScaling) Reset

func (x *AtappWorkerScaling) Reset()

func (*AtappWorkerScaling) String

func (x *AtappWorkerScaling) String() string

func (*AtappWorkerScaling) ToReadonly

type AtbusCompression

type AtbusCompression struct {
	Algorithm []ATAPP_COMPRESSION_ALGORITHM_TYPE `` /* 144-byte string literal not displayed */
	Level     ATAPP_COMPRESSION_LEVEL            `protobuf:"varint,2,opt,name=level,proto3,enum=atframework.atapp.protocol.ATAPP_COMPRESSION_LEVEL" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*AtbusCompression) AppendAlgorithm

func (m *AtbusCompression) AppendAlgorithm(d ATAPP_COMPRESSION_ALGORITHM_TYPE)

===== Append methods for AtbusCompression ===== Repeated =====

func (*AtbusCompression) Clone

func (m *AtbusCompression) Clone() *AtbusCompression

===== Clone methods for AtbusCompression ===== Message ====

func (*AtbusCompression) Descriptor deprecated

func (*AtbusCompression) Descriptor() ([]byte, []int)

Deprecated: Use AtbusCompression.ProtoReflect.Descriptor instead.

func (*AtbusCompression) GetAlgorithm

func (*AtbusCompression) GetLevel

func (*AtbusCompression) GetTypeID

func (_ *AtbusCompression) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtbusCompression ===== Message =====

func (*AtbusCompression) LogValue

func (m *AtbusCompression) LogValue() slog.Value

===== SlogValue methods for AtbusCompression ===== Message ====

func (*AtbusCompression) Merge

func (m *AtbusCompression) Merge(src *AtbusCompression)

===== Merge methods for AtbusCompression ===== Message ====

func (*AtbusCompression) MergeAlgorithm

===== Merge methods for AtbusCompression ===== Repeated =====

func (*AtbusCompression) MutableAlgorithm

func (m *AtbusCompression) MutableAlgorithm() []ATAPP_COMPRESSION_ALGORITHM_TYPE

===== Mutable methods for AtbusCompression ===== Repeated =====

func (*AtbusCompression) ProtoMessage

func (*AtbusCompression) ProtoMessage()

func (*AtbusCompression) ProtoReflect

func (x *AtbusCompression) ProtoReflect() protoreflect.Message

func (*AtbusCompression) RemoveLastAlgorithm

func (m *AtbusCompression) RemoveLastAlgorithm()

===== RemoveLast methods for AtbusCompression ===== Repeated =====

func (*AtbusCompression) Reset

func (x *AtbusCompression) Reset()

func (*AtbusCompression) ReverseIfNilAlgorithm

func (m *AtbusCompression) ReverseIfNilAlgorithm(l int32) []ATAPP_COMPRESSION_ALGORITHM_TYPE

===== ReverseIfNil methods for AtbusCompression ===== Repeated =====

func (*AtbusCompression) String

func (x *AtbusCompression) String() string

func (*AtbusCompression) ToReadonly

type AtbusConfigure

type AtbusConfigure struct {
	Listen                 []string             `protobuf:"bytes,101,rep,name=listen,proto3" json:"listen,omitempty"`
	Proxy                  string               `protobuf:"bytes,103,opt,name=proxy,proto3" json:"proxy,omitempty"`
	LoopTimes              int32                `protobuf:"varint,104,opt,name=loop_times,json=loopTimes,proto3" json:"loop_times,omitempty"`
	Ttl                    int32                `protobuf:"varint,105,opt,name=ttl,proto3" json:"ttl,omitempty"`
	Backlog                int32                `protobuf:"varint,106,opt,name=backlog,proto3" json:"backlog,omitempty"`
	AccessTokenMaxNumber   uint64               `` /* 128-byte string literal not displayed */
	AccessTokens           []string             `protobuf:"bytes,108,rep,name=access_tokens,json=accessTokens,proto3" json:"access_tokens,omitempty"`
	Gateways               []*AtappGateway      `protobuf:"bytes,110,rep,name=gateways,proto3" json:"gateways,omitempty"`
	OverwriteListenPath    bool                 `protobuf:"varint,111,opt,name=overwrite_listen_path,json=overwriteListenPath,proto3" json:"overwrite_listen_path,omitempty"`
	Topology               *AtbusTopology       `protobuf:"bytes,120,opt,name=topology,proto3" json:"topology,omitempty"`
	FirstIdleTimeout       *durationpb.Duration `protobuf:"bytes,201,opt,name=first_idle_timeout,json=firstIdleTimeout,proto3" json:"first_idle_timeout,omitempty"`
	PingInterval           *durationpb.Duration `protobuf:"bytes,202,opt,name=ping_interval,json=pingInterval,proto3" json:"ping_interval,omitempty"`
	RetryInterval          *durationpb.Duration `protobuf:"bytes,203,opt,name=retry_interval,json=retryInterval,proto3" json:"retry_interval,omitempty"`
	ReconnectStartInterval *durationpb.Duration `` /* 131-byte string literal not displayed */
	ReconnectMaxInterval   *durationpb.Duration `protobuf:"bytes,205,opt,name=reconnect_max_interval,json=reconnectMaxInterval,proto3" json:"reconnect_max_interval,omitempty"`
	ReconnectMaxTryTimes   uint32               `` /* 128-byte string literal not displayed */
	LostTopologyTimeout    *durationpb.Duration `protobuf:"bytes,207,opt,name=lost_topology_timeout,json=lostTopologyTimeout,proto3" json:"lost_topology_timeout,omitempty"`
	FaultTolerant          uint64               `protobuf:"varint,301,opt,name=fault_tolerant,json=faultTolerant,proto3" json:"fault_tolerant,omitempty"`
	MessageSize            uint64               `protobuf:"varint,302,opt,name=message_size,json=messageSize,proto3" json:"message_size,omitempty"`
	ReceiveBufferSize      uint64               `protobuf:"varint,303,opt,name=receive_buffer_size,json=receiveBufferSize,proto3" json:"receive_buffer_size,omitempty"`
	SendBufferSize         uint64               `protobuf:"varint,304,opt,name=send_buffer_size,json=sendBufferSize,proto3" json:"send_buffer_size,omitempty"`
	SendBufferNumber       uint64               `protobuf:"varint,305,opt,name=send_buffer_number,json=sendBufferNumber,proto3" json:"send_buffer_number,omitempty"`
	Crypto                 *AtbusCrypto         `protobuf:"bytes,401,opt,name=crypto,proto3" json:"crypto,omitempty"`
	Compression            *AtbusCompression    `protobuf:"bytes,402,opt,name=compression,proto3" json:"compression,omitempty"`
	// contains filtered or unexported fields
}

func (*AtbusConfigure) AddGateways

func (m *AtbusConfigure) AddGateways() *AtappGateway

===== Add methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) AppendAccessTokens

func (m *AtbusConfigure) AppendAccessTokens(d string)

===== Append methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) AppendGateways

func (m *AtbusConfigure) AppendGateways(d *AtappGateway)

===== Append methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) AppendListen

func (m *AtbusConfigure) AppendListen(d string)

===== Append methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) Clone

func (m *AtbusConfigure) Clone() *AtbusConfigure

===== Clone methods for AtbusConfigure ===== Message ====

func (*AtbusConfigure) Descriptor deprecated

func (*AtbusConfigure) Descriptor() ([]byte, []int)

Deprecated: Use AtbusConfigure.ProtoReflect.Descriptor instead.

func (*AtbusConfigure) GetAccessTokenMaxNumber

func (x *AtbusConfigure) GetAccessTokenMaxNumber() uint64

func (*AtbusConfigure) GetAccessTokens

func (x *AtbusConfigure) GetAccessTokens() []string

func (*AtbusConfigure) GetBacklog

func (x *AtbusConfigure) GetBacklog() int32

func (*AtbusConfigure) GetCompression

func (x *AtbusConfigure) GetCompression() *AtbusCompression

func (*AtbusConfigure) GetCrypto

func (x *AtbusConfigure) GetCrypto() *AtbusCrypto

func (*AtbusConfigure) GetFaultTolerant

func (x *AtbusConfigure) GetFaultTolerant() uint64

func (*AtbusConfigure) GetFirstIdleTimeout

func (x *AtbusConfigure) GetFirstIdleTimeout() *durationpb.Duration

func (*AtbusConfigure) GetGateways

func (x *AtbusConfigure) GetGateways() []*AtappGateway

func (*AtbusConfigure) GetListen

func (x *AtbusConfigure) GetListen() []string

func (*AtbusConfigure) GetLoopTimes

func (x *AtbusConfigure) GetLoopTimes() int32

func (*AtbusConfigure) GetLostTopologyTimeout

func (x *AtbusConfigure) GetLostTopologyTimeout() *durationpb.Duration

func (*AtbusConfigure) GetMessageSize

func (x *AtbusConfigure) GetMessageSize() uint64

func (*AtbusConfigure) GetOverwriteListenPath

func (x *AtbusConfigure) GetOverwriteListenPath() bool

func (*AtbusConfigure) GetPingInterval

func (x *AtbusConfigure) GetPingInterval() *durationpb.Duration

func (*AtbusConfigure) GetProxy

func (x *AtbusConfigure) GetProxy() string

func (*AtbusConfigure) GetReceiveBufferSize

func (x *AtbusConfigure) GetReceiveBufferSize() uint64

func (*AtbusConfigure) GetReconnectMaxInterval

func (x *AtbusConfigure) GetReconnectMaxInterval() *durationpb.Duration

func (*AtbusConfigure) GetReconnectMaxTryTimes

func (x *AtbusConfigure) GetReconnectMaxTryTimes() uint32

func (*AtbusConfigure) GetReconnectStartInterval

func (x *AtbusConfigure) GetReconnectStartInterval() *durationpb.Duration

func (*AtbusConfigure) GetRetryInterval

func (x *AtbusConfigure) GetRetryInterval() *durationpb.Duration

func (*AtbusConfigure) GetSendBufferNumber

func (x *AtbusConfigure) GetSendBufferNumber() uint64

func (*AtbusConfigure) GetSendBufferSize

func (x *AtbusConfigure) GetSendBufferSize() uint64

func (*AtbusConfigure) GetTopology

func (x *AtbusConfigure) GetTopology() *AtbusTopology

func (*AtbusConfigure) GetTtl

func (x *AtbusConfigure) GetTtl() int32

func (*AtbusConfigure) GetTypeID

func (_ *AtbusConfigure) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) LogValue

func (m *AtbusConfigure) LogValue() slog.Value

===== SlogValue methods for AtbusConfigure ===== Message ====

func (*AtbusConfigure) Merge

func (m *AtbusConfigure) Merge(src *AtbusConfigure)

===== Merge methods for AtbusConfigure ===== Message ====

func (*AtbusConfigure) MergeAccessTokens

func (m *AtbusConfigure) MergeAccessTokens(d []string) []string

===== Merge methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) MergeGateways

func (m *AtbusConfigure) MergeGateways(d []*AtappGateway) []*AtappGateway

===== Merge methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) MergeListen

func (m *AtbusConfigure) MergeListen(d []string) []string

===== Merge methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) MutableAccessTokens

func (m *AtbusConfigure) MutableAccessTokens() []string

===== Mutable methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) MutableCompression

func (m *AtbusConfigure) MutableCompression() *AtbusCompression

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutableCrypto

func (m *AtbusConfigure) MutableCrypto() *AtbusCrypto

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutableFirstIdleTimeout

func (m *AtbusConfigure) MutableFirstIdleTimeout() *durationpb.Duration

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutableGateways

func (m *AtbusConfigure) MutableGateways() []*AtappGateway

===== Mutable methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) MutableListen

func (m *AtbusConfigure) MutableListen() []string

===== Mutable methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) MutableLostTopologyTimeout

func (m *AtbusConfigure) MutableLostTopologyTimeout() *durationpb.Duration

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutablePingInterval

func (m *AtbusConfigure) MutablePingInterval() *durationpb.Duration

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutableReconnectMaxInterval

func (m *AtbusConfigure) MutableReconnectMaxInterval() *durationpb.Duration

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutableReconnectStartInterval

func (m *AtbusConfigure) MutableReconnectStartInterval() *durationpb.Duration

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutableRetryInterval

func (m *AtbusConfigure) MutableRetryInterval() *durationpb.Duration

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) MutableTopology

func (m *AtbusConfigure) MutableTopology() *AtbusTopology

===== Mutable methods for AtbusConfigure ===== Message =====

func (*AtbusConfigure) ProtoMessage

func (*AtbusConfigure) ProtoMessage()

func (*AtbusConfigure) ProtoReflect

func (x *AtbusConfigure) ProtoReflect() protoreflect.Message

func (*AtbusConfigure) RemoveLastAccessTokens

func (m *AtbusConfigure) RemoveLastAccessTokens()

===== RemoveLast methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) RemoveLastGateways

func (m *AtbusConfigure) RemoveLastGateways()

===== RemoveLast methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) RemoveLastListen

func (m *AtbusConfigure) RemoveLastListen()

===== RemoveLast methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) Reset

func (x *AtbusConfigure) Reset()

func (*AtbusConfigure) ReverseIfNilAccessTokens

func (m *AtbusConfigure) ReverseIfNilAccessTokens(l int32) []string

===== ReverseIfNil methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) ReverseIfNilGateways

func (m *AtbusConfigure) ReverseIfNilGateways(l int32) []*AtappGateway

===== ReverseIfNil methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) ReverseIfNilListen

func (m *AtbusConfigure) ReverseIfNilListen(l int32) []string

===== ReverseIfNil methods for AtbusConfigure ===== Repeated =====

func (*AtbusConfigure) String

func (x *AtbusConfigure) String() string

func (*AtbusConfigure) ToReadonly

func (m *AtbusConfigure) ToReadonly() *Readonly_AtbusConfigure

type AtbusCrypto

type AtbusCrypto struct {
	KeyExchangeType    ATAPP_CRYPTO_KEY_EXCHANGE_TYPE `` /* 172-byte string literal not displayed */
	KeyRefreshInterval *durationpb.Duration           `protobuf:"bytes,2,opt,name=key_refresh_interval,json=keyRefreshInterval,proto3" json:"key_refresh_interval,omitempty"`
	Algorithm          []ATAPP_CRYPTO_ALGORITHM_TYPE  `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AtbusCrypto) AppendAlgorithm

func (m *AtbusCrypto) AppendAlgorithm(d ATAPP_CRYPTO_ALGORITHM_TYPE)

===== Append methods for AtbusCrypto ===== Repeated =====

func (*AtbusCrypto) Clone

func (m *AtbusCrypto) Clone() *AtbusCrypto

===== Clone methods for AtbusCrypto ===== Message ====

func (*AtbusCrypto) Descriptor deprecated

func (*AtbusCrypto) Descriptor() ([]byte, []int)

Deprecated: Use AtbusCrypto.ProtoReflect.Descriptor instead.

func (*AtbusCrypto) GetAlgorithm

func (x *AtbusCrypto) GetAlgorithm() []ATAPP_CRYPTO_ALGORITHM_TYPE

func (*AtbusCrypto) GetKeyExchangeType

func (x *AtbusCrypto) GetKeyExchangeType() ATAPP_CRYPTO_KEY_EXCHANGE_TYPE

func (*AtbusCrypto) GetKeyRefreshInterval

func (x *AtbusCrypto) GetKeyRefreshInterval() *durationpb.Duration

func (*AtbusCrypto) GetTypeID

func (_ *AtbusCrypto) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtbusCrypto ===== Message =====

func (*AtbusCrypto) LogValue

func (m *AtbusCrypto) LogValue() slog.Value

===== SlogValue methods for AtbusCrypto ===== Message ====

func (*AtbusCrypto) Merge

func (m *AtbusCrypto) Merge(src *AtbusCrypto)

===== Merge methods for AtbusCrypto ===== Message ====

func (*AtbusCrypto) MergeAlgorithm

===== Merge methods for AtbusCrypto ===== Repeated =====

func (*AtbusCrypto) MutableAlgorithm

func (m *AtbusCrypto) MutableAlgorithm() []ATAPP_CRYPTO_ALGORITHM_TYPE

===== Mutable methods for AtbusCrypto ===== Repeated =====

func (*AtbusCrypto) MutableKeyRefreshInterval

func (m *AtbusCrypto) MutableKeyRefreshInterval() *durationpb.Duration

===== Mutable methods for AtbusCrypto ===== Message =====

func (*AtbusCrypto) ProtoMessage

func (*AtbusCrypto) ProtoMessage()

func (*AtbusCrypto) ProtoReflect

func (x *AtbusCrypto) ProtoReflect() protoreflect.Message

func (*AtbusCrypto) RemoveLastAlgorithm

func (m *AtbusCrypto) RemoveLastAlgorithm()

===== RemoveLast methods for AtbusCrypto ===== Repeated =====

func (*AtbusCrypto) Reset

func (x *AtbusCrypto) Reset()

func (*AtbusCrypto) ReverseIfNilAlgorithm

func (m *AtbusCrypto) ReverseIfNilAlgorithm(l int32) []ATAPP_CRYPTO_ALGORITHM_TYPE

===== ReverseIfNil methods for AtbusCrypto ===== Repeated =====

func (*AtbusCrypto) String

func (x *AtbusCrypto) String() string

func (*AtbusCrypto) ToReadonly

func (m *AtbusCrypto) ToReadonly() *Readonly_AtbusCrypto

type AtbusTopology

type AtbusTopology struct {
	Rule *AtbusTopologyRule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	Data *AtbusTopologyData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AtbusTopology) Clone

func (m *AtbusTopology) Clone() *AtbusTopology

===== Clone methods for AtbusTopology ===== Message ====

func (*AtbusTopology) Descriptor deprecated

func (*AtbusTopology) Descriptor() ([]byte, []int)

Deprecated: Use AtbusTopology.ProtoReflect.Descriptor instead.

func (*AtbusTopology) GetData

func (x *AtbusTopology) GetData() *AtbusTopologyData

func (*AtbusTopology) GetRule

func (x *AtbusTopology) GetRule() *AtbusTopologyRule

func (*AtbusTopology) GetTypeID

func (_ *AtbusTopology) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtbusTopology ===== Message =====

func (*AtbusTopology) LogValue

func (m *AtbusTopology) LogValue() slog.Value

===== SlogValue methods for AtbusTopology ===== Message ====

func (*AtbusTopology) Merge

func (m *AtbusTopology) Merge(src *AtbusTopology)

===== Merge methods for AtbusTopology ===== Message ====

func (*AtbusTopology) MutableData

func (m *AtbusTopology) MutableData() *AtbusTopologyData

===== Mutable methods for AtbusTopology ===== Message =====

func (*AtbusTopology) MutableRule

func (m *AtbusTopology) MutableRule() *AtbusTopologyRule

===== Mutable methods for AtbusTopology ===== Message =====

func (*AtbusTopology) ProtoMessage

func (*AtbusTopology) ProtoMessage()

func (*AtbusTopology) ProtoReflect

func (x *AtbusTopology) ProtoReflect() protoreflect.Message

func (*AtbusTopology) Reset

func (x *AtbusTopology) Reset()

func (*AtbusTopology) String

func (x *AtbusTopology) String() string

func (*AtbusTopology) ToReadonly

func (m *AtbusTopology) ToReadonly() *Readonly_AtbusTopology

type AtbusTopologyData

type AtbusTopologyData struct {
	Label map[string]string `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AtbusTopologyData) Clone

===== Clone methods for AtbusTopologyData ===== Message ====

func (*AtbusTopologyData) Descriptor deprecated

func (*AtbusTopologyData) Descriptor() ([]byte, []int)

Deprecated: Use AtbusTopologyData.ProtoReflect.Descriptor instead.

func (*AtbusTopologyData) GetLabel

func (x *AtbusTopologyData) GetLabel() map[string]string

func (*AtbusTopologyData) GetTypeID

func (_ *AtbusTopologyData) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtbusTopologyData ===== Message =====

func (*AtbusTopologyData) LogValue

func (m *AtbusTopologyData) LogValue() slog.Value

===== SlogValue methods for AtbusTopologyData ===== Message ====

func (*AtbusTopologyData) Merge

func (m *AtbusTopologyData) Merge(src *AtbusTopologyData)

===== Merge methods for AtbusTopologyData ===== Message ====

func (*AtbusTopologyData) MutableLabel

func (m *AtbusTopologyData) MutableLabel() map[string]string

===== Mutable methods for AtbusTopologyData ===== Map =====

func (*AtbusTopologyData) ProtoMessage

func (*AtbusTopologyData) ProtoMessage()

func (*AtbusTopologyData) ProtoReflect

func (x *AtbusTopologyData) ProtoReflect() protoreflect.Message

func (*AtbusTopologyData) Reset

func (x *AtbusTopologyData) Reset()

func (*AtbusTopologyData) String

func (x *AtbusTopologyData) String() string

func (*AtbusTopologyData) ToReadonly

type AtbusTopologyLabelData

type AtbusTopologyLabelData struct {
	Value []string `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AtbusTopologyLabelData) AppendValue

func (m *AtbusTopologyLabelData) AppendValue(d string)

===== Append methods for AtbusTopologyLabelData ===== Repeated =====

func (*AtbusTopologyLabelData) Clone

===== Clone methods for AtbusTopologyLabelData ===== Message ====

func (*AtbusTopologyLabelData) Descriptor deprecated

func (*AtbusTopologyLabelData) Descriptor() ([]byte, []int)

Deprecated: Use AtbusTopologyLabelData.ProtoReflect.Descriptor instead.

func (*AtbusTopologyLabelData) GetTypeID

func (_ *AtbusTopologyLabelData) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtbusTopologyLabelData ===== Message =====

func (*AtbusTopologyLabelData) GetValue

func (x *AtbusTopologyLabelData) GetValue() []string

func (*AtbusTopologyLabelData) LogValue

func (m *AtbusTopologyLabelData) LogValue() slog.Value

===== SlogValue methods for AtbusTopologyLabelData ===== Message ====

func (*AtbusTopologyLabelData) Merge

===== Merge methods for AtbusTopologyLabelData ===== Message ====

func (*AtbusTopologyLabelData) MergeValue

func (m *AtbusTopologyLabelData) MergeValue(d []string) []string

===== Merge methods for AtbusTopologyLabelData ===== Repeated =====

func (*AtbusTopologyLabelData) MutableValue

func (m *AtbusTopologyLabelData) MutableValue() []string

===== Mutable methods for AtbusTopologyLabelData ===== Repeated =====

func (*AtbusTopologyLabelData) ProtoMessage

func (*AtbusTopologyLabelData) ProtoMessage()

func (*AtbusTopologyLabelData) ProtoReflect

func (x *AtbusTopologyLabelData) ProtoReflect() protoreflect.Message

func (*AtbusTopologyLabelData) RemoveLastValue

func (m *AtbusTopologyLabelData) RemoveLastValue()

===== RemoveLast methods for AtbusTopologyLabelData ===== Repeated =====

func (*AtbusTopologyLabelData) Reset

func (x *AtbusTopologyLabelData) Reset()

func (*AtbusTopologyLabelData) ReverseIfNilValue

func (m *AtbusTopologyLabelData) ReverseIfNilValue(l int32) []string

===== ReverseIfNil methods for AtbusTopologyLabelData ===== Repeated =====

func (*AtbusTopologyLabelData) String

func (x *AtbusTopologyLabelData) String() string

func (*AtbusTopologyLabelData) ToReadonly

type AtbusTopologyRule

type AtbusTopologyRule struct {
	AllowDirectConnection bool `` // 是否允许直连(对邻居/远方节点)
	/* 127-byte string literal not displayed */
	RequireSameUpstream bool                               `protobuf:"varint,11,opt,name=require_same_upstream,json=requireSameUpstream,proto3" json:"require_same_upstream,omitempty"`
	RequireSameProcess  bool                               `protobuf:"varint,12,opt,name=require_same_process,json=requireSameProcess,proto3" json:"require_same_process,omitempty"`
	RequireSameHost     bool                               `protobuf:"varint,13,opt,name=require_same_host,json=requireSameHost,proto3" json:"require_same_host,omitempty"`
	MatchLabel          map[string]*AtbusTopologyLabelData `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AtbusTopologyRule) Clone

===== Clone methods for AtbusTopologyRule ===== Message ====

func (*AtbusTopologyRule) Descriptor deprecated

func (*AtbusTopologyRule) Descriptor() ([]byte, []int)

Deprecated: Use AtbusTopologyRule.ProtoReflect.Descriptor instead.

func (*AtbusTopologyRule) GetAllowDirectConnection

func (x *AtbusTopologyRule) GetAllowDirectConnection() bool

func (*AtbusTopologyRule) GetMatchLabel

func (x *AtbusTopologyRule) GetMatchLabel() map[string]*AtbusTopologyLabelData

func (*AtbusTopologyRule) GetRequireSameHost

func (x *AtbusTopologyRule) GetRequireSameHost() bool

func (*AtbusTopologyRule) GetRequireSameProcess

func (x *AtbusTopologyRule) GetRequireSameProcess() bool

func (*AtbusTopologyRule) GetRequireSameUpstream

func (x *AtbusTopologyRule) GetRequireSameUpstream() bool

func (*AtbusTopologyRule) GetTypeID

func (_ *AtbusTopologyRule) GetTypeID() lu.TypeID

===== GetMessageReflectType methods for AtbusTopologyRule ===== Message =====

func (*AtbusTopologyRule) LogValue

func (m *AtbusTopologyRule) LogValue() slog.Value

===== SlogValue methods for AtbusTopologyRule ===== Message ====

func (*AtbusTopologyRule) Merge

func (m *AtbusTopologyRule) Merge(src *AtbusTopologyRule)

===== Merge methods for AtbusTopologyRule ===== Message ====

func (*AtbusTopologyRule) MutableMatchLabel

func (m *AtbusTopologyRule) MutableMatchLabel() map[string]*AtbusTopologyLabelData

===== Mutable methods for AtbusTopologyRule ===== Map =====

func (*AtbusTopologyRule) ProtoMessage

func (*AtbusTopologyRule) ProtoMessage()

func (*AtbusTopologyRule) ProtoReflect

func (x *AtbusTopologyRule) ProtoReflect() protoreflect.Message

func (*AtbusTopologyRule) Reset

func (x *AtbusTopologyRule) Reset()

func (*AtbusTopologyRule) String

func (x *AtbusTopologyRule) String() string

func (*AtbusTopologyRule) ToReadonly

type Readonly_AtappArea

type Readonly_AtappArea struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappArea ===== Message ====

func (*Readonly_AtappArea) CloneMessage

func (r *Readonly_AtappArea) CloneMessage() *AtappArea

func (*Readonly_AtappArea) GetDistrict

func (r *Readonly_AtappArea) GetDistrict() string

func (*Readonly_AtappArea) GetRegion

func (r *Readonly_AtappArea) GetRegion() string

func (*Readonly_AtappArea) GetZoneId

func (r *Readonly_AtappArea) GetZoneId() uint64

func (Readonly_AtappArea) LogValue

func (r Readonly_AtappArea) LogValue() slog.Value

func (*Readonly_AtappArea) ReadonlyProtoReflect

func (r *Readonly_AtappArea) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappArea) ToMessage

func (r *Readonly_AtappArea) ToMessage() *AtappArea

type Readonly_AtappConfigure

type Readonly_AtappConfigure struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappConfigure ===== Message ====

func (*Readonly_AtappConfigure) CloneMessage

func (r *Readonly_AtappConfigure) CloneMessage() *AtappConfigure

func (*Readonly_AtappConfigure) GetArea

func (*Readonly_AtappConfigure) GetBus

func (*Readonly_AtappConfigure) GetEtcd

func (*Readonly_AtappConfigure) GetHostname

func (r *Readonly_AtappConfigure) GetHostname() string

func (*Readonly_AtappConfigure) GetId

func (r *Readonly_AtappConfigure) GetId() string

func (*Readonly_AtappConfigure) GetIdMask

func (r *Readonly_AtappConfigure) GetIdMask() string

func (*Readonly_AtappConfigure) GetIdentity

func (r *Readonly_AtappConfigure) GetIdentity() string

func (*Readonly_AtappConfigure) GetMetadata

func (*Readonly_AtappConfigure) GetName

func (r *Readonly_AtappConfigure) GetName() string

func (*Readonly_AtappConfigure) GetRemovePidfileAfterExit

func (r *Readonly_AtappConfigure) GetRemovePidfileAfterExit() bool

func (*Readonly_AtappConfigure) GetRuntime

func (*Readonly_AtappConfigure) GetTimer

func (*Readonly_AtappConfigure) GetTypeId

func (r *Readonly_AtappConfigure) GetTypeId() uint64

func (*Readonly_AtappConfigure) GetTypeName

func (r *Readonly_AtappConfigure) GetTypeName() string

func (*Readonly_AtappConfigure) GetWorkerPool

func (Readonly_AtappConfigure) LogValue

func (r Readonly_AtappConfigure) LogValue() slog.Value

func (*Readonly_AtappConfigure) ReadonlyProtoReflect

func (r *Readonly_AtappConfigure) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappConfigure) ToMessage

func (r *Readonly_AtappConfigure) ToMessage() *AtappConfigure

type Readonly_AtappConfigureEnumvalueOptions

type Readonly_AtappConfigureEnumvalueOptions struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappConfigureEnumvalueOptions ===== Message ====

func (*Readonly_AtappConfigureEnumvalueOptions) CloneMessage

func (*Readonly_AtappConfigureEnumvalueOptions) GetAliasName

func (r *Readonly_AtappConfigureEnumvalueOptions) GetAliasName() []string

func (*Readonly_AtappConfigureEnumvalueOptions) GetCaseSensitive

func (r *Readonly_AtappConfigureEnumvalueOptions) GetCaseSensitive() bool

func (Readonly_AtappConfigureEnumvalueOptions) LogValue

func (*Readonly_AtappConfigureEnumvalueOptions) ReadonlyProtoReflect

func (r *Readonly_AtappConfigureEnumvalueOptions) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappConfigureEnumvalueOptions) ToMessage

type Readonly_AtappConfigureMeta

type Readonly_AtappConfigureMeta struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappConfigureMeta ===== Message ====

func (*Readonly_AtappConfigureMeta) CloneMessage

func (*Readonly_AtappConfigureMeta) GetDefaultValue

func (r *Readonly_AtappConfigureMeta) GetDefaultValue() string

func (*Readonly_AtappConfigureMeta) GetEnableExpression

func (r *Readonly_AtappConfigureMeta) GetEnableExpression() bool

func (*Readonly_AtappConfigureMeta) GetFieldMatch

func (*Readonly_AtappConfigureMeta) GetMaxValue

func (r *Readonly_AtappConfigureMeta) GetMaxValue() string

func (*Readonly_AtappConfigureMeta) GetMinValue

func (r *Readonly_AtappConfigureMeta) GetMinValue() string

func (*Readonly_AtappConfigureMeta) GetSizeMode

func (r *Readonly_AtappConfigureMeta) GetSizeMode() bool

func (Readonly_AtappConfigureMeta) LogValue

func (r Readonly_AtappConfigureMeta) LogValue() slog.Value

func (*Readonly_AtappConfigureMeta) ReadonlyProtoReflect

func (r *Readonly_AtappConfigureMeta) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappConfigureMeta) ToMessage

type Readonly_AtappConfigureMetaOneofFieldMatch

type Readonly_AtappConfigureMetaOneofFieldMatch struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappConfigureMetaOneofFieldMatch ===== Message ====

func (*Readonly_AtappConfigureMetaOneofFieldMatch) CloneMessage

func (*Readonly_AtappConfigureMetaOneofFieldMatch) GetFieldName

func (*Readonly_AtappConfigureMetaOneofFieldMatch) GetFieldValue

func (Readonly_AtappConfigureMetaOneofFieldMatch) LogValue

func (*Readonly_AtappConfigureMetaOneofFieldMatch) ReadonlyProtoReflect

func (r *Readonly_AtappConfigureMetaOneofFieldMatch) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappConfigureMetaOneofFieldMatch) ToMessage

type Readonly_AtappDiscovery

type Readonly_AtappDiscovery struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappDiscovery ===== Message ====

func (*Readonly_AtappDiscovery) CloneMessage

func (r *Readonly_AtappDiscovery) CloneMessage() *AtappDiscovery

func (*Readonly_AtappDiscovery) GetArea

func (*Readonly_AtappDiscovery) GetAtbusProtocolMinVersion

func (r *Readonly_AtappDiscovery) GetAtbusProtocolMinVersion() uint64

func (*Readonly_AtappDiscovery) GetAtbusProtocolVersion

func (r *Readonly_AtappDiscovery) GetAtbusProtocolVersion() uint64

func (*Readonly_AtappDiscovery) GetCustomData

func (r *Readonly_AtappDiscovery) GetCustomData() string

func (*Readonly_AtappDiscovery) GetGateways

func (r *Readonly_AtappDiscovery) GetGateways() []*Readonly_AtappGateway

func (*Readonly_AtappDiscovery) GetHashCode

func (r *Readonly_AtappDiscovery) GetHashCode() string

func (*Readonly_AtappDiscovery) GetHostname

func (r *Readonly_AtappDiscovery) GetHostname() string

func (*Readonly_AtappDiscovery) GetId

func (r *Readonly_AtappDiscovery) GetId() uint64

func (*Readonly_AtappDiscovery) GetIdentity

func (r *Readonly_AtappDiscovery) GetIdentity() string

func (*Readonly_AtappDiscovery) GetListen

func (r *Readonly_AtappDiscovery) GetListen() []string

func (*Readonly_AtappDiscovery) GetMetadata

func (*Readonly_AtappDiscovery) GetName

func (r *Readonly_AtappDiscovery) GetName() string

func (*Readonly_AtappDiscovery) GetPid

func (r *Readonly_AtappDiscovery) GetPid() int32

func (*Readonly_AtappDiscovery) GetRuntime

func (*Readonly_AtappDiscovery) GetTypeId

func (r *Readonly_AtappDiscovery) GetTypeId() uint64

func (*Readonly_AtappDiscovery) GetTypeName

func (r *Readonly_AtappDiscovery) GetTypeName() string

func (*Readonly_AtappDiscovery) GetVersion

func (r *Readonly_AtappDiscovery) GetVersion() string

func (Readonly_AtappDiscovery) LogValue

func (r Readonly_AtappDiscovery) LogValue() slog.Value

func (*Readonly_AtappDiscovery) ReadonlyProtoReflect

func (r *Readonly_AtappDiscovery) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappDiscovery) ToMessage

func (r *Readonly_AtappDiscovery) ToMessage() *AtappDiscovery

type Readonly_AtappDiscoveryRuntime

type Readonly_AtappDiscoveryRuntime struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappDiscoveryRuntime ===== Message ====

func (*Readonly_AtappDiscoveryRuntime) CloneMessage

func (*Readonly_AtappDiscoveryRuntime) GetStatefulPodIndex

func (r *Readonly_AtappDiscoveryRuntime) GetStatefulPodIndex() int32

func (Readonly_AtappDiscoveryRuntime) LogValue

func (*Readonly_AtappDiscoveryRuntime) ReadonlyProtoReflect

func (r *Readonly_AtappDiscoveryRuntime) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappDiscoveryRuntime) ToMessage

type Readonly_AtappEtcd

type Readonly_AtappEtcd struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcd ===== Message ====

func (*Readonly_AtappEtcd) CloneMessage

func (r *Readonly_AtappEtcd) CloneMessage() *AtappEtcd

func (*Readonly_AtappEtcd) GetAuthorization

func (r *Readonly_AtappEtcd) GetAuthorization() string

func (*Readonly_AtappEtcd) GetCluster

func (*Readonly_AtappEtcd) GetEnable

func (r *Readonly_AtappEtcd) GetEnable() bool

func (*Readonly_AtappEtcd) GetHosts

func (r *Readonly_AtappEtcd) GetHosts() []string

func (*Readonly_AtappEtcd) GetHttp

func (*Readonly_AtappEtcd) GetInit

func (*Readonly_AtappEtcd) GetKeepalive

func (*Readonly_AtappEtcd) GetLog

func (*Readonly_AtappEtcd) GetPath

func (r *Readonly_AtappEtcd) GetPath() string

func (*Readonly_AtappEtcd) GetRequest

func (*Readonly_AtappEtcd) GetSsl

func (*Readonly_AtappEtcd) GetWatcher

func (Readonly_AtappEtcd) LogValue

func (r Readonly_AtappEtcd) LogValue() slog.Value

func (*Readonly_AtappEtcd) ReadonlyProtoReflect

func (r *Readonly_AtappEtcd) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcd) ToMessage

func (r *Readonly_AtappEtcd) ToMessage() *AtappEtcd

type Readonly_AtappEtcdCluster

type Readonly_AtappEtcdCluster struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdCluster ===== Message ====

func (*Readonly_AtappEtcdCluster) CloneMessage

func (r *Readonly_AtappEtcdCluster) CloneMessage() *AtappEtcdCluster

func (*Readonly_AtappEtcdCluster) GetAutoUpdate

func (r *Readonly_AtappEtcdCluster) GetAutoUpdate() bool

func (*Readonly_AtappEtcdCluster) GetRetryInterval

func (r *Readonly_AtappEtcdCluster) GetRetryInterval() *durationpb.Duration

func (*Readonly_AtappEtcdCluster) GetUpdateInterval

func (r *Readonly_AtappEtcdCluster) GetUpdateInterval() *durationpb.Duration

func (Readonly_AtappEtcdCluster) LogValue

func (r Readonly_AtappEtcdCluster) LogValue() slog.Value

func (*Readonly_AtappEtcdCluster) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdCluster) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdCluster) ToMessage

type Readonly_AtappEtcdHttp

type Readonly_AtappEtcdHttp struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdHttp ===== Message ====

func (*Readonly_AtappEtcdHttp) CloneMessage

func (r *Readonly_AtappEtcdHttp) CloneMessage() *AtappEtcdHttp

func (*Readonly_AtappEtcdHttp) GetDebug

func (r *Readonly_AtappEtcdHttp) GetDebug() bool

func (*Readonly_AtappEtcdHttp) GetNoProxy

func (r *Readonly_AtappEtcdHttp) GetNoProxy() string

func (*Readonly_AtappEtcdHttp) GetProxy

func (r *Readonly_AtappEtcdHttp) GetProxy() string

func (*Readonly_AtappEtcdHttp) GetProxyPassword

func (r *Readonly_AtappEtcdHttp) GetProxyPassword() string

func (*Readonly_AtappEtcdHttp) GetProxyUserName

func (r *Readonly_AtappEtcdHttp) GetProxyUserName() string

func (*Readonly_AtappEtcdHttp) GetUserAgent

func (r *Readonly_AtappEtcdHttp) GetUserAgent() string

func (Readonly_AtappEtcdHttp) LogValue

func (r Readonly_AtappEtcdHttp) LogValue() slog.Value

func (*Readonly_AtappEtcdHttp) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdHttp) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdHttp) ToMessage

func (r *Readonly_AtappEtcdHttp) ToMessage() *AtappEtcdHttp

type Readonly_AtappEtcdInit

type Readonly_AtappEtcdInit struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdInit ===== Message ====

func (*Readonly_AtappEtcdInit) CloneMessage

func (r *Readonly_AtappEtcdInit) CloneMessage() *AtappEtcdInit

func (*Readonly_AtappEtcdInit) GetTickInterval

func (r *Readonly_AtappEtcdInit) GetTickInterval() *durationpb.Duration

func (*Readonly_AtappEtcdInit) GetTimeout

func (r *Readonly_AtappEtcdInit) GetTimeout() *durationpb.Duration

func (Readonly_AtappEtcdInit) LogValue

func (r Readonly_AtappEtcdInit) LogValue() slog.Value

func (*Readonly_AtappEtcdInit) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdInit) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdInit) ToMessage

func (r *Readonly_AtappEtcdInit) ToMessage() *AtappEtcdInit

type Readonly_AtappEtcdKeepalive

type Readonly_AtappEtcdKeepalive struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdKeepalive ===== Message ====

func (*Readonly_AtappEtcdKeepalive) CloneMessage

func (*Readonly_AtappEtcdKeepalive) GetRetryInterval

func (r *Readonly_AtappEtcdKeepalive) GetRetryInterval() *durationpb.Duration

func (*Readonly_AtappEtcdKeepalive) GetTimeout

func (*Readonly_AtappEtcdKeepalive) GetTtl

func (Readonly_AtappEtcdKeepalive) LogValue

func (r Readonly_AtappEtcdKeepalive) LogValue() slog.Value

func (*Readonly_AtappEtcdKeepalive) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdKeepalive) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdKeepalive) ToMessage

type Readonly_AtappEtcdLogExtend

type Readonly_AtappEtcdLogExtend struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdLogExtend ===== Message ====

func (*Readonly_AtappEtcdLogExtend) CloneMessage

func (*Readonly_AtappEtcdLogExtend) GetStartupLevel

func (r *Readonly_AtappEtcdLogExtend) GetStartupLevel() string

func (Readonly_AtappEtcdLogExtend) LogValue

func (r Readonly_AtappEtcdLogExtend) LogValue() slog.Value

func (*Readonly_AtappEtcdLogExtend) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdLogExtend) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdLogExtend) ToMessage

type Readonly_AtappEtcdRequest

type Readonly_AtappEtcdRequest struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdRequest ===== Message ====

func (*Readonly_AtappEtcdRequest) CloneMessage

func (r *Readonly_AtappEtcdRequest) CloneMessage() *AtappEtcdRequest

func (*Readonly_AtappEtcdRequest) GetConnectTimeout

func (r *Readonly_AtappEtcdRequest) GetConnectTimeout() *durationpb.Duration

func (*Readonly_AtappEtcdRequest) GetDnsCacheTimeout

func (r *Readonly_AtappEtcdRequest) GetDnsCacheTimeout() *durationpb.Duration

func (*Readonly_AtappEtcdRequest) GetDnsServers

func (r *Readonly_AtappEtcdRequest) GetDnsServers() string

func (*Readonly_AtappEtcdRequest) GetInitializationTimeout

func (r *Readonly_AtappEtcdRequest) GetInitializationTimeout() *durationpb.Duration

func (*Readonly_AtappEtcdRequest) GetTimeout

func (Readonly_AtappEtcdRequest) LogValue

func (r Readonly_AtappEtcdRequest) LogValue() slog.Value

func (*Readonly_AtappEtcdRequest) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdRequest) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdRequest) ToMessage

type Readonly_AtappEtcdSsl

type Readonly_AtappEtcdSsl struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdSsl ===== Message ====

func (*Readonly_AtappEtcdSsl) CloneMessage

func (r *Readonly_AtappEtcdSsl) CloneMessage() *AtappEtcdSsl

func (*Readonly_AtappEtcdSsl) GetEnableAlpn

func (r *Readonly_AtappEtcdSsl) GetEnableAlpn() bool

func (*Readonly_AtappEtcdSsl) GetSslCaCert

func (r *Readonly_AtappEtcdSsl) GetSslCaCert() string

func (*Readonly_AtappEtcdSsl) GetSslCipherList

func (r *Readonly_AtappEtcdSsl) GetSslCipherList() string

func (*Readonly_AtappEtcdSsl) GetSslCipherListTls13

func (r *Readonly_AtappEtcdSsl) GetSslCipherListTls13() string

func (*Readonly_AtappEtcdSsl) GetSslClientCert

func (r *Readonly_AtappEtcdSsl) GetSslClientCert() string

func (*Readonly_AtappEtcdSsl) GetSslClientCertType

func (r *Readonly_AtappEtcdSsl) GetSslClientCertType() string

func (*Readonly_AtappEtcdSsl) GetSslClientKey

func (r *Readonly_AtappEtcdSsl) GetSslClientKey() string

func (*Readonly_AtappEtcdSsl) GetSslClientKeyPasswd

func (r *Readonly_AtappEtcdSsl) GetSslClientKeyPasswd() string

func (*Readonly_AtappEtcdSsl) GetSslClientKeyType

func (r *Readonly_AtappEtcdSsl) GetSslClientKeyType() string

func (*Readonly_AtappEtcdSsl) GetSslClientTlsauthPassword

func (r *Readonly_AtappEtcdSsl) GetSslClientTlsauthPassword() string

func (*Readonly_AtappEtcdSsl) GetSslClientTlsauthUsername

func (r *Readonly_AtappEtcdSsl) GetSslClientTlsauthUsername() string

func (*Readonly_AtappEtcdSsl) GetSslMinVersion

func (r *Readonly_AtappEtcdSsl) GetSslMinVersion() string

func (*Readonly_AtappEtcdSsl) GetSslProxyCaCert

func (r *Readonly_AtappEtcdSsl) GetSslProxyCaCert() string

func (*Readonly_AtappEtcdSsl) GetSslProxyCert

func (r *Readonly_AtappEtcdSsl) GetSslProxyCert() string

func (*Readonly_AtappEtcdSsl) GetSslProxyCertType

func (r *Readonly_AtappEtcdSsl) GetSslProxyCertType() string

func (*Readonly_AtappEtcdSsl) GetSslProxyKey

func (r *Readonly_AtappEtcdSsl) GetSslProxyKey() string

func (*Readonly_AtappEtcdSsl) GetSslProxyKeyPasswd

func (r *Readonly_AtappEtcdSsl) GetSslProxyKeyPasswd() string

func (*Readonly_AtappEtcdSsl) GetSslProxyKeyType

func (r *Readonly_AtappEtcdSsl) GetSslProxyKeyType() string

func (*Readonly_AtappEtcdSsl) GetSslProxyTlsauthPassword

func (r *Readonly_AtappEtcdSsl) GetSslProxyTlsauthPassword() string

func (*Readonly_AtappEtcdSsl) GetSslProxyTlsauthUsername

func (r *Readonly_AtappEtcdSsl) GetSslProxyTlsauthUsername() string

func (*Readonly_AtappEtcdSsl) GetVerifyPeer

func (r *Readonly_AtappEtcdSsl) GetVerifyPeer() bool

func (Readonly_AtappEtcdSsl) LogValue

func (r Readonly_AtappEtcdSsl) LogValue() slog.Value

func (*Readonly_AtappEtcdSsl) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdSsl) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdSsl) ToMessage

func (r *Readonly_AtappEtcdSsl) ToMessage() *AtappEtcdSsl

type Readonly_AtappEtcdWatcher

type Readonly_AtappEtcdWatcher struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappEtcdWatcher ===== Message ====

func (*Readonly_AtappEtcdWatcher) CloneMessage

func (r *Readonly_AtappEtcdWatcher) CloneMessage() *AtappEtcdWatcher

func (*Readonly_AtappEtcdWatcher) GetGetRequestTimeout_

func (r *Readonly_AtappEtcdWatcher) GetGetRequestTimeout_() *durationpb.Duration

func (*Readonly_AtappEtcdWatcher) GetRequestTimeout

func (r *Readonly_AtappEtcdWatcher) GetRequestTimeout() *durationpb.Duration

func (*Readonly_AtappEtcdWatcher) GetRetryInterval

func (r *Readonly_AtappEtcdWatcher) GetRetryInterval() *durationpb.Duration

func (*Readonly_AtappEtcdWatcher) GetStartupRandomDelayMax

func (r *Readonly_AtappEtcdWatcher) GetStartupRandomDelayMax() *durationpb.Duration

func (*Readonly_AtappEtcdWatcher) GetStartupRandomDelayMin

func (r *Readonly_AtappEtcdWatcher) GetStartupRandomDelayMin() *durationpb.Duration

func (Readonly_AtappEtcdWatcher) LogValue

func (r Readonly_AtappEtcdWatcher) LogValue() slog.Value

func (*Readonly_AtappEtcdWatcher) ReadonlyProtoReflect

func (r *Readonly_AtappEtcdWatcher) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappEtcdWatcher) ToMessage

type Readonly_AtappGateway

type Readonly_AtappGateway struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappGateway ===== Message ====

func (*Readonly_AtappGateway) CloneMessage

func (r *Readonly_AtappGateway) CloneMessage() *AtappGateway

func (*Readonly_AtappGateway) GetAddress

func (r *Readonly_AtappGateway) GetAddress() string

func (*Readonly_AtappGateway) GetMatchHosts

func (r *Readonly_AtappGateway) GetMatchHosts() []string

func (*Readonly_AtappGateway) GetMatchLabels

func (r *Readonly_AtappGateway) GetMatchLabels() map[string]string

func (*Readonly_AtappGateway) GetMatchNamespaces

func (r *Readonly_AtappGateway) GetMatchNamespaces() []string

func (Readonly_AtappGateway) LogValue

func (r Readonly_AtappGateway) LogValue() slog.Value

func (*Readonly_AtappGateway) ReadonlyProtoReflect

func (r *Readonly_AtappGateway) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappGateway) ToMessage

func (r *Readonly_AtappGateway) ToMessage() *AtappGateway

type Readonly_AtappGrpc

type Readonly_AtappGrpc struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappGrpc ===== Message ====

func (*Readonly_AtappGrpc) CloneMessage

func (r *Readonly_AtappGrpc) CloneMessage() *AtappGrpc

func (*Readonly_AtappGrpc) GetSsl

func (*Readonly_AtappGrpc) GetStub

func (Readonly_AtappGrpc) LogValue

func (r Readonly_AtappGrpc) LogValue() slog.Value

func (*Readonly_AtappGrpc) ReadonlyProtoReflect

func (r *Readonly_AtappGrpc) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappGrpc) ToMessage

func (r *Readonly_AtappGrpc) ToMessage() *AtappGrpc

type Readonly_AtappGrpcCredentialsOptions

type Readonly_AtappGrpcCredentialsOptions struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappGrpcCredentialsOptions ===== Message ====

func (*Readonly_AtappGrpcCredentialsOptions) CloneMessage

func (*Readonly_AtappGrpcCredentialsOptions) GetInsecure

func (r *Readonly_AtappGrpcCredentialsOptions) GetInsecure() bool

func (*Readonly_AtappGrpcCredentialsOptions) GetPemCertChain

func (r *Readonly_AtappGrpcCredentialsOptions) GetPemCertChain() string

func (*Readonly_AtappGrpcCredentialsOptions) GetPemPrivateKey

func (r *Readonly_AtappGrpcCredentialsOptions) GetPemPrivateKey() string

func (*Readonly_AtappGrpcCredentialsOptions) GetPemRootCerts

func (r *Readonly_AtappGrpcCredentialsOptions) GetPemRootCerts() string

func (Readonly_AtappGrpcCredentialsOptions) LogValue

func (*Readonly_AtappGrpcCredentialsOptions) ReadonlyProtoReflect

func (r *Readonly_AtappGrpcCredentialsOptions) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappGrpcCredentialsOptions) ToMessage

type Readonly_AtappGrpcStubOptions

type Readonly_AtappGrpcStubOptions struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappGrpcStubOptions ===== Message ====

func (*Readonly_AtappGrpcStubOptions) CloneMessage

func (Readonly_AtappGrpcStubOptions) LogValue

func (*Readonly_AtappGrpcStubOptions) ReadonlyProtoReflect

func (r *Readonly_AtappGrpcStubOptions) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappGrpcStubOptions) ToMessage

type Readonly_AtappLog

type Readonly_AtappLog struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLog ===== Message ====

func (*Readonly_AtappLog) CloneMessage

func (r *Readonly_AtappLog) CloneMessage() *AtappLog

func (*Readonly_AtappLog) GetCategory

func (r *Readonly_AtappLog) GetCategory() []*Readonly_AtappLogCategory

func (*Readonly_AtappLog) GetCrashOutputFile

func (r *Readonly_AtappLog) GetCrashOutputFile() string

func (*Readonly_AtappLog) GetLevel

func (r *Readonly_AtappLog) GetLevel() string

func (Readonly_AtappLog) LogValue

func (r Readonly_AtappLog) LogValue() slog.Value

func (*Readonly_AtappLog) ReadonlyProtoReflect

func (r *Readonly_AtappLog) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLog) ToMessage

func (r *Readonly_AtappLog) ToMessage() *AtappLog

type Readonly_AtappLogCategory

type Readonly_AtappLogCategory struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLogCategory ===== Message ====

func (*Readonly_AtappLogCategory) CloneMessage

func (r *Readonly_AtappLogCategory) CloneMessage() *AtappLogCategory

func (*Readonly_AtappLogCategory) GetIndex

func (r *Readonly_AtappLogCategory) GetIndex() int32

func (*Readonly_AtappLogCategory) GetName

func (r *Readonly_AtappLogCategory) GetName() string

func (*Readonly_AtappLogCategory) GetPrefix

func (r *Readonly_AtappLogCategory) GetPrefix() string

func (*Readonly_AtappLogCategory) GetSink

func (*Readonly_AtappLogCategory) GetStacktrace

func (Readonly_AtappLogCategory) LogValue

func (r Readonly_AtappLogCategory) LogValue() slog.Value

func (*Readonly_AtappLogCategory) ReadonlyProtoReflect

func (r *Readonly_AtappLogCategory) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLogCategory) ToMessage

type Readonly_AtappLogLevelRange

type Readonly_AtappLogLevelRange struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLogLevelRange ===== Message ====

func (*Readonly_AtappLogLevelRange) CloneMessage

func (*Readonly_AtappLogLevelRange) GetMax

func (r *Readonly_AtappLogLevelRange) GetMax() string

func (*Readonly_AtappLogLevelRange) GetMin

func (r *Readonly_AtappLogLevelRange) GetMin() string

func (Readonly_AtappLogLevelRange) LogValue

func (r Readonly_AtappLogLevelRange) LogValue() slog.Value

func (*Readonly_AtappLogLevelRange) ReadonlyProtoReflect

func (r *Readonly_AtappLogLevelRange) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLogLevelRange) ToMessage

type Readonly_AtappLogSink

type Readonly_AtappLogSink struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLogSink ===== Message ====

func (*Readonly_AtappLogSink) CloneMessage

func (r *Readonly_AtappLogSink) CloneMessage() *AtappLogSink

func (*Readonly_AtappLogSink) GetBackendOneofCase

func (r *Readonly_AtappLogSink) GetBackendOneofCase() AtappLogSink_EnBackendID

func (*Readonly_AtappLogSink) GetBackendTypeID

func (r *Readonly_AtappLogSink) GetBackendTypeID() lu.TypeID

func (*Readonly_AtappLogSink) GetLevel

func (*Readonly_AtappLogSink) GetLogBackendFile

func (r *Readonly_AtappLogSink) GetLogBackendFile() *Readonly_AtappLogSinkFile

func (*Readonly_AtappLogSink) GetLogBackendStderr

func (r *Readonly_AtappLogSink) GetLogBackendStderr() *Readonly_AtappLogSinkStd

func (*Readonly_AtappLogSink) GetLogBackendStdout

func (r *Readonly_AtappLogSink) GetLogBackendStdout() *Readonly_AtappLogSinkStd

func (*Readonly_AtappLogSink) GetLogBackendSyslog

func (r *Readonly_AtappLogSink) GetLogBackendSyslog() *Readonly_AtappLogSinkSyslog

func (*Readonly_AtappLogSink) GetType

func (r *Readonly_AtappLogSink) GetType() string

func (*Readonly_AtappLogSink) GetUnresolvedKeyValues

func (r *Readonly_AtappLogSink) GetUnresolvedKeyValues() map[string]string

func (Readonly_AtappLogSink) LogValue

func (r Readonly_AtappLogSink) LogValue() slog.Value

func (*Readonly_AtappLogSink) ReadonlyProtoReflect

func (r *Readonly_AtappLogSink) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLogSink) ToMessage

func (r *Readonly_AtappLogSink) ToMessage() *AtappLogSink

type Readonly_AtappLogSinkFile

type Readonly_AtappLogSinkFile struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLogSinkFile ===== Message ====

func (*Readonly_AtappLogSinkFile) CloneMessage

func (r *Readonly_AtappLogSinkFile) CloneMessage() *AtappLogSinkFile

func (*Readonly_AtappLogSinkFile) GetAutoFlush

func (r *Readonly_AtappLogSinkFile) GetAutoFlush() string

func (*Readonly_AtappLogSinkFile) GetFile

func (r *Readonly_AtappLogSinkFile) GetFile() string

func (*Readonly_AtappLogSinkFile) GetFlushInterval

func (r *Readonly_AtappLogSinkFile) GetFlushInterval() *durationpb.Duration

func (*Readonly_AtappLogSinkFile) GetRotate

func (*Readonly_AtappLogSinkFile) GetWritingAlias

func (r *Readonly_AtappLogSinkFile) GetWritingAlias() string

func (Readonly_AtappLogSinkFile) LogValue

func (r Readonly_AtappLogSinkFile) LogValue() slog.Value

func (*Readonly_AtappLogSinkFile) ReadonlyProtoReflect

func (r *Readonly_AtappLogSinkFile) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLogSinkFile) ToMessage

type Readonly_AtappLogSinkFileRotate

type Readonly_AtappLogSinkFileRotate struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLogSinkFileRotate ===== Message ====

func (*Readonly_AtappLogSinkFileRotate) CloneMessage

func (*Readonly_AtappLogSinkFileRotate) GetNumber

func (r *Readonly_AtappLogSinkFileRotate) GetNumber() uint32

func (*Readonly_AtappLogSinkFileRotate) GetSize

func (Readonly_AtappLogSinkFileRotate) LogValue

func (*Readonly_AtappLogSinkFileRotate) ReadonlyProtoReflect

func (r *Readonly_AtappLogSinkFileRotate) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLogSinkFileRotate) ToMessage

type Readonly_AtappLogSinkStd

type Readonly_AtappLogSinkStd struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLogSinkStd ===== Message ====

func (*Readonly_AtappLogSinkStd) CloneMessage

func (r *Readonly_AtappLogSinkStd) CloneMessage() *AtappLogSinkStd

func (Readonly_AtappLogSinkStd) LogValue

func (r Readonly_AtappLogSinkStd) LogValue() slog.Value

func (*Readonly_AtappLogSinkStd) ReadonlyProtoReflect

func (r *Readonly_AtappLogSinkStd) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLogSinkStd) ToMessage

func (r *Readonly_AtappLogSinkStd) ToMessage() *AtappLogSinkStd

type Readonly_AtappLogSinkSyslog

type Readonly_AtappLogSinkSyslog struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappLogSinkSyslog ===== Message ====

func (*Readonly_AtappLogSinkSyslog) CloneMessage

func (*Readonly_AtappLogSinkSyslog) GetFacility

func (r *Readonly_AtappLogSinkSyslog) GetFacility() string

func (*Readonly_AtappLogSinkSyslog) GetIdent

func (r *Readonly_AtappLogSinkSyslog) GetIdent() string

func (*Readonly_AtappLogSinkSyslog) GetOptions

func (r *Readonly_AtappLogSinkSyslog) GetOptions() []string

func (Readonly_AtappLogSinkSyslog) LogValue

func (r Readonly_AtappLogSinkSyslog) LogValue() slog.Value

func (*Readonly_AtappLogSinkSyslog) ReadonlyProtoReflect

func (r *Readonly_AtappLogSinkSyslog) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappLogSinkSyslog) ToMessage

type Readonly_AtappLogSink_LogBackendFile

type Readonly_AtappLogSink_LogBackendFile struct {
	// contains filtered or unexported fields
}

===== Readonly struct for AtappLogSink_LogBackendFile ===== Oneof option ====

func (*Readonly_AtappLogSink_LogBackendFile) GetAtappLogSink_Backend

func (*Readonly_AtappLogSink_LogBackendFile) GetLogBackendFile

func (*Readonly_AtappLogSink_LogBackendFile) GetTypeIDAtappLogSink_Backend

func (r *Readonly_AtappLogSink_LogBackendFile) GetTypeIDAtappLogSink_Backend() lu.TypeID

type Readonly_AtappLogSink_LogBackendStderr

type Readonly_AtappLogSink_LogBackendStderr struct {
	// contains filtered or unexported fields
}

===== Readonly struct for AtappLogSink_LogBackendStderr ===== Oneof option ====

func (*Readonly_AtappLogSink_LogBackendStderr) GetAtappLogSink_Backend

func (*Readonly_AtappLogSink_LogBackendStderr) GetLogBackendStderr

func (*Readonly_AtappLogSink_LogBackendStderr) GetTypeIDAtappLogSink_Backend

func (r *Readonly_AtappLogSink_LogBackendStderr) GetTypeIDAtappLogSink_Backend() lu.TypeID

type Readonly_AtappLogSink_LogBackendStdout

type Readonly_AtappLogSink_LogBackendStdout struct {
	// contains filtered or unexported fields
}

===== Readonly struct for AtappLogSink_LogBackendStdout ===== Oneof option ====

func (*Readonly_AtappLogSink_LogBackendStdout) GetAtappLogSink_Backend

func (*Readonly_AtappLogSink_LogBackendStdout) GetLogBackendStdout

func (*Readonly_AtappLogSink_LogBackendStdout) GetTypeIDAtappLogSink_Backend

func (r *Readonly_AtappLogSink_LogBackendStdout) GetTypeIDAtappLogSink_Backend() lu.TypeID

type Readonly_AtappLogSink_LogBackendSyslog

type Readonly_AtappLogSink_LogBackendSyslog struct {
	// contains filtered or unexported fields
}

===== Readonly struct for AtappLogSink_LogBackendSyslog ===== Oneof option ====

func (*Readonly_AtappLogSink_LogBackendSyslog) GetAtappLogSink_Backend

func (*Readonly_AtappLogSink_LogBackendSyslog) GetLogBackendSyslog

func (*Readonly_AtappLogSink_LogBackendSyslog) GetTypeIDAtappLogSink_Backend

func (r *Readonly_AtappLogSink_LogBackendSyslog) GetTypeIDAtappLogSink_Backend() lu.TypeID

type Readonly_AtappMetadata

type Readonly_AtappMetadata struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappMetadata ===== Message ====

func (*Readonly_AtappMetadata) CloneMessage

func (r *Readonly_AtappMetadata) CloneMessage() *AtappMetadata

func (*Readonly_AtappMetadata) GetApiVersion

func (r *Readonly_AtappMetadata) GetApiVersion() string

func (*Readonly_AtappMetadata) GetGroup

func (r *Readonly_AtappMetadata) GetGroup() string

func (*Readonly_AtappMetadata) GetKind

func (r *Readonly_AtappMetadata) GetKind() string

func (*Readonly_AtappMetadata) GetLabels

func (r *Readonly_AtappMetadata) GetLabels() map[string]string

func (*Readonly_AtappMetadata) GetName

func (r *Readonly_AtappMetadata) GetName() string

func (*Readonly_AtappMetadata) GetNamespaceName

func (r *Readonly_AtappMetadata) GetNamespaceName() string

func (*Readonly_AtappMetadata) GetServiceSubset

func (r *Readonly_AtappMetadata) GetServiceSubset() string

func (*Readonly_AtappMetadata) GetUid

func (r *Readonly_AtappMetadata) GetUid() string

func (Readonly_AtappMetadata) LogValue

func (r Readonly_AtappMetadata) LogValue() slog.Value

func (*Readonly_AtappMetadata) ReadonlyProtoReflect

func (r *Readonly_AtappMetadata) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappMetadata) ToMessage

func (r *Readonly_AtappMetadata) ToMessage() *AtappMetadata

type Readonly_AtappResource

type Readonly_AtappResource struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappResource ===== Message ====

func (*Readonly_AtappResource) CloneMessage

func (r *Readonly_AtappResource) CloneMessage() *AtappResource

func (*Readonly_AtappResource) GetLimits

func (*Readonly_AtappResource) GetRequests

func (Readonly_AtappResource) LogValue

func (r Readonly_AtappResource) LogValue() slog.Value

func (*Readonly_AtappResource) ReadonlyProtoReflect

func (r *Readonly_AtappResource) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappResource) ToMessage

func (r *Readonly_AtappResource) ToMessage() *AtappResource

type Readonly_AtappResourceGroup

type Readonly_AtappResourceGroup struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappResourceGroup ===== Message ====

func (*Readonly_AtappResourceGroup) CloneMessage

func (*Readonly_AtappResourceGroup) GetCpu

func (r *Readonly_AtappResourceGroup) GetCpu() uint64

func (*Readonly_AtappResourceGroup) GetMemory

func (r *Readonly_AtappResourceGroup) GetMemory() uint64

func (Readonly_AtappResourceGroup) LogValue

func (r Readonly_AtappResourceGroup) LogValue() slog.Value

func (*Readonly_AtappResourceGroup) ReadonlyProtoReflect

func (r *Readonly_AtappResourceGroup) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappResourceGroup) ToMessage

type Readonly_AtappRuntime

type Readonly_AtappRuntime struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappRuntime ===== Message ====

func (*Readonly_AtappRuntime) CloneMessage

func (r *Readonly_AtappRuntime) CloneMessage() *AtappRuntime

func (*Readonly_AtappRuntime) GetSpec

func (*Readonly_AtappRuntime) GetStatus

func (Readonly_AtappRuntime) LogValue

func (r Readonly_AtappRuntime) LogValue() slog.Value

func (*Readonly_AtappRuntime) ReadonlyProtoReflect

func (r *Readonly_AtappRuntime) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappRuntime) ToMessage

func (r *Readonly_AtappRuntime) ToMessage() *AtappRuntime

type Readonly_AtappRuntimeSpec

type Readonly_AtappRuntimeSpec struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappRuntimeSpec ===== Message ====

func (*Readonly_AtappRuntimeSpec) CloneMessage

func (r *Readonly_AtappRuntimeSpec) CloneMessage() *AtappRuntimeSpec

func (*Readonly_AtappRuntimeSpec) GetNodeName

func (r *Readonly_AtappRuntimeSpec) GetNodeName() string

func (*Readonly_AtappRuntimeSpec) GetServiceAccountName

func (r *Readonly_AtappRuntimeSpec) GetServiceAccountName() string

func (Readonly_AtappRuntimeSpec) LogValue

func (r Readonly_AtappRuntimeSpec) LogValue() slog.Value

func (*Readonly_AtappRuntimeSpec) ReadonlyProtoReflect

func (r *Readonly_AtappRuntimeSpec) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappRuntimeSpec) ToMessage

type Readonly_AtappRuntimeStatus

type Readonly_AtappRuntimeStatus struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappRuntimeStatus ===== Message ====

func (*Readonly_AtappRuntimeStatus) CloneMessage

func (*Readonly_AtappRuntimeStatus) GetHostIp

func (r *Readonly_AtappRuntimeStatus) GetHostIp() string

func (*Readonly_AtappRuntimeStatus) GetHostIps

func (r *Readonly_AtappRuntimeStatus) GetHostIps() string

func (*Readonly_AtappRuntimeStatus) GetPodIp

func (r *Readonly_AtappRuntimeStatus) GetPodIp() string

func (*Readonly_AtappRuntimeStatus) GetPodIps

func (r *Readonly_AtappRuntimeStatus) GetPodIps() string

func (Readonly_AtappRuntimeStatus) LogValue

func (r Readonly_AtappRuntimeStatus) LogValue() slog.Value

func (*Readonly_AtappRuntimeStatus) ReadonlyProtoReflect

func (r *Readonly_AtappRuntimeStatus) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappRuntimeStatus) ToMessage

type Readonly_AtappTimer

type Readonly_AtappTimer struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappTimer ===== Message ====

func (*Readonly_AtappTimer) CloneMessage

func (r *Readonly_AtappTimer) CloneMessage() *AtappTimer

func (*Readonly_AtappTimer) GetEndpointGcTimeout

func (r *Readonly_AtappTimer) GetEndpointGcTimeout() *durationpb.Duration

func (*Readonly_AtappTimer) GetInitializeTimeout

func (r *Readonly_AtappTimer) GetInitializeTimeout() *durationpb.Duration

func (*Readonly_AtappTimer) GetMessageTimeout

func (r *Readonly_AtappTimer) GetMessageTimeout() *durationpb.Duration

func (*Readonly_AtappTimer) GetReserveIntervalMax

func (r *Readonly_AtappTimer) GetReserveIntervalMax() *durationpb.Duration

func (*Readonly_AtappTimer) GetReserveIntervalMin

func (r *Readonly_AtappTimer) GetReserveIntervalMin() *durationpb.Duration

func (*Readonly_AtappTimer) GetReservePermille

func (r *Readonly_AtappTimer) GetReservePermille() int32

func (*Readonly_AtappTimer) GetStopInterval

func (r *Readonly_AtappTimer) GetStopInterval() *durationpb.Duration

func (*Readonly_AtappTimer) GetStopTimeout

func (r *Readonly_AtappTimer) GetStopTimeout() *durationpb.Duration

func (*Readonly_AtappTimer) GetTickInterval

func (r *Readonly_AtappTimer) GetTickInterval() *durationpb.Duration

func (*Readonly_AtappTimer) GetTickRoundTimeout

func (r *Readonly_AtappTimer) GetTickRoundTimeout() *durationpb.Duration

func (Readonly_AtappTimer) LogValue

func (r Readonly_AtappTimer) LogValue() slog.Value

func (*Readonly_AtappTimer) ReadonlyProtoReflect

func (r *Readonly_AtappTimer) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappTimer) ToMessage

func (r *Readonly_AtappTimer) ToMessage() *AtappTimer

type Readonly_AtappTopologyInfo

type Readonly_AtappTopologyInfo struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappTopologyInfo ===== Message ====

func (*Readonly_AtappTopologyInfo) CloneMessage

func (r *Readonly_AtappTopologyInfo) CloneMessage() *AtappTopologyInfo

func (*Readonly_AtappTopologyInfo) GetData

func (*Readonly_AtappTopologyInfo) GetHostname

func (r *Readonly_AtappTopologyInfo) GetHostname() string

func (*Readonly_AtappTopologyInfo) GetId

func (*Readonly_AtappTopologyInfo) GetIdentity

func (r *Readonly_AtappTopologyInfo) GetIdentity() string

func (*Readonly_AtappTopologyInfo) GetName

func (r *Readonly_AtappTopologyInfo) GetName() string

func (*Readonly_AtappTopologyInfo) GetPid

func (r *Readonly_AtappTopologyInfo) GetPid() int32

func (*Readonly_AtappTopologyInfo) GetUpstreamId

func (r *Readonly_AtappTopologyInfo) GetUpstreamId() uint64

func (*Readonly_AtappTopologyInfo) GetVersion

func (r *Readonly_AtappTopologyInfo) GetVersion() string

func (Readonly_AtappTopologyInfo) LogValue

func (r Readonly_AtappTopologyInfo) LogValue() slog.Value

func (*Readonly_AtappTopologyInfo) ReadonlyProtoReflect

func (r *Readonly_AtappTopologyInfo) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappTopologyInfo) ToMessage

type Readonly_AtappWorkerPool

type Readonly_AtappWorkerPool struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappWorkerPool ===== Message ====

func (*Readonly_AtappWorkerPool) CloneMessage

func (r *Readonly_AtappWorkerPool) CloneMessage() *AtappWorkerPool

func (*Readonly_AtappWorkerPool) GetQueueSize

func (r *Readonly_AtappWorkerPool) GetQueueSize() uint32

func (*Readonly_AtappWorkerPool) GetScalingRules

func (*Readonly_AtappWorkerPool) GetTickMaxInterval

func (r *Readonly_AtappWorkerPool) GetTickMaxInterval() *durationpb.Duration

func (*Readonly_AtappWorkerPool) GetTickMinInterval

func (r *Readonly_AtappWorkerPool) GetTickMinInterval() *durationpb.Duration

func (*Readonly_AtappWorkerPool) GetWorkerNumberMax

func (r *Readonly_AtappWorkerPool) GetWorkerNumberMax() uint32

func (*Readonly_AtappWorkerPool) GetWorkerNumberMin

func (r *Readonly_AtappWorkerPool) GetWorkerNumberMin() uint32

func (Readonly_AtappWorkerPool) LogValue

func (r Readonly_AtappWorkerPool) LogValue() slog.Value

func (*Readonly_AtappWorkerPool) ReadonlyProtoReflect

func (r *Readonly_AtappWorkerPool) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappWorkerPool) ToMessage

func (r *Readonly_AtappWorkerPool) ToMessage() *AtappWorkerPool

type Readonly_AtappWorkerScaling

type Readonly_AtappWorkerScaling struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtappWorkerScaling ===== Message ====

func (*Readonly_AtappWorkerScaling) CloneMessage

func (*Readonly_AtappWorkerScaling) GetLeakScanInterval

func (r *Readonly_AtappWorkerScaling) GetLeakScanInterval() *durationpb.Duration

func (*Readonly_AtappWorkerScaling) GetScalingDownCpuPermillage

func (r *Readonly_AtappWorkerScaling) GetScalingDownCpuPermillage() int64

func (*Readonly_AtappWorkerScaling) GetScalingDownQueueSize

func (r *Readonly_AtappWorkerScaling) GetScalingDownQueueSize() uint32

func (*Readonly_AtappWorkerScaling) GetScalingDownStabilizationWindow

func (r *Readonly_AtappWorkerScaling) GetScalingDownStabilizationWindow() *durationpb.Duration

func (*Readonly_AtappWorkerScaling) GetScalingUpCpuPermillage

func (r *Readonly_AtappWorkerScaling) GetScalingUpCpuPermillage() int64

func (*Readonly_AtappWorkerScaling) GetScalingUpQueueSize

func (r *Readonly_AtappWorkerScaling) GetScalingUpQueueSize() uint32

func (*Readonly_AtappWorkerScaling) GetScalingUpStabilizationWindow

func (r *Readonly_AtappWorkerScaling) GetScalingUpStabilizationWindow() *durationpb.Duration

func (Readonly_AtappWorkerScaling) LogValue

func (r Readonly_AtappWorkerScaling) LogValue() slog.Value

func (*Readonly_AtappWorkerScaling) ReadonlyProtoReflect

func (r *Readonly_AtappWorkerScaling) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtappWorkerScaling) ToMessage

type Readonly_AtbusCompression

type Readonly_AtbusCompression struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtbusCompression ===== Message ====

func (*Readonly_AtbusCompression) CloneMessage

func (r *Readonly_AtbusCompression) CloneMessage() *AtbusCompression

func (*Readonly_AtbusCompression) GetAlgorithm

func (*Readonly_AtbusCompression) GetLevel

func (Readonly_AtbusCompression) LogValue

func (r Readonly_AtbusCompression) LogValue() slog.Value

func (*Readonly_AtbusCompression) ReadonlyProtoReflect

func (r *Readonly_AtbusCompression) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtbusCompression) ToMessage

type Readonly_AtbusConfigure

type Readonly_AtbusConfigure struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtbusConfigure ===== Message ====

func (*Readonly_AtbusConfigure) CloneMessage

func (r *Readonly_AtbusConfigure) CloneMessage() *AtbusConfigure

func (*Readonly_AtbusConfigure) GetAccessTokenMaxNumber

func (r *Readonly_AtbusConfigure) GetAccessTokenMaxNumber() uint64

func (*Readonly_AtbusConfigure) GetAccessTokens

func (r *Readonly_AtbusConfigure) GetAccessTokens() []string

func (*Readonly_AtbusConfigure) GetBacklog

func (r *Readonly_AtbusConfigure) GetBacklog() int32

func (*Readonly_AtbusConfigure) GetCompression

func (*Readonly_AtbusConfigure) GetCrypto

func (*Readonly_AtbusConfigure) GetFaultTolerant

func (r *Readonly_AtbusConfigure) GetFaultTolerant() uint64

func (*Readonly_AtbusConfigure) GetFirstIdleTimeout

func (r *Readonly_AtbusConfigure) GetFirstIdleTimeout() *durationpb.Duration

func (*Readonly_AtbusConfigure) GetGateways

func (r *Readonly_AtbusConfigure) GetGateways() []*Readonly_AtappGateway

func (*Readonly_AtbusConfigure) GetListen

func (r *Readonly_AtbusConfigure) GetListen() []string

func (*Readonly_AtbusConfigure) GetLoopTimes

func (r *Readonly_AtbusConfigure) GetLoopTimes() int32

func (*Readonly_AtbusConfigure) GetLostTopologyTimeout

func (r *Readonly_AtbusConfigure) GetLostTopologyTimeout() *durationpb.Duration

func (*Readonly_AtbusConfigure) GetMessageSize

func (r *Readonly_AtbusConfigure) GetMessageSize() uint64

func (*Readonly_AtbusConfigure) GetOverwriteListenPath

func (r *Readonly_AtbusConfigure) GetOverwriteListenPath() bool

func (*Readonly_AtbusConfigure) GetPingInterval

func (r *Readonly_AtbusConfigure) GetPingInterval() *durationpb.Duration

func (*Readonly_AtbusConfigure) GetProxy

func (r *Readonly_AtbusConfigure) GetProxy() string

func (*Readonly_AtbusConfigure) GetReceiveBufferSize

func (r *Readonly_AtbusConfigure) GetReceiveBufferSize() uint64

func (*Readonly_AtbusConfigure) GetReconnectMaxInterval

func (r *Readonly_AtbusConfigure) GetReconnectMaxInterval() *durationpb.Duration

func (*Readonly_AtbusConfigure) GetReconnectMaxTryTimes

func (r *Readonly_AtbusConfigure) GetReconnectMaxTryTimes() uint32

func (*Readonly_AtbusConfigure) GetReconnectStartInterval

func (r *Readonly_AtbusConfigure) GetReconnectStartInterval() *durationpb.Duration

func (*Readonly_AtbusConfigure) GetRetryInterval

func (r *Readonly_AtbusConfigure) GetRetryInterval() *durationpb.Duration

func (*Readonly_AtbusConfigure) GetSendBufferNumber

func (r *Readonly_AtbusConfigure) GetSendBufferNumber() uint64

func (*Readonly_AtbusConfigure) GetSendBufferSize

func (r *Readonly_AtbusConfigure) GetSendBufferSize() uint64

func (*Readonly_AtbusConfigure) GetTopology

func (*Readonly_AtbusConfigure) GetTtl

func (r *Readonly_AtbusConfigure) GetTtl() int32

func (Readonly_AtbusConfigure) LogValue

func (r Readonly_AtbusConfigure) LogValue() slog.Value

func (*Readonly_AtbusConfigure) ReadonlyProtoReflect

func (r *Readonly_AtbusConfigure) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtbusConfigure) ToMessage

func (r *Readonly_AtbusConfigure) ToMessage() *AtbusConfigure

type Readonly_AtbusCrypto

type Readonly_AtbusCrypto struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtbusCrypto ===== Message ====

func (*Readonly_AtbusCrypto) CloneMessage

func (r *Readonly_AtbusCrypto) CloneMessage() *AtbusCrypto

func (*Readonly_AtbusCrypto) GetAlgorithm

func (*Readonly_AtbusCrypto) GetKeyExchangeType

func (r *Readonly_AtbusCrypto) GetKeyExchangeType() ATAPP_CRYPTO_KEY_EXCHANGE_TYPE

func (*Readonly_AtbusCrypto) GetKeyRefreshInterval

func (r *Readonly_AtbusCrypto) GetKeyRefreshInterval() *durationpb.Duration

func (Readonly_AtbusCrypto) LogValue

func (r Readonly_AtbusCrypto) LogValue() slog.Value

func (*Readonly_AtbusCrypto) ReadonlyProtoReflect

func (r *Readonly_AtbusCrypto) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtbusCrypto) ToMessage

func (r *Readonly_AtbusCrypto) ToMessage() *AtbusCrypto

type Readonly_AtbusTopology

type Readonly_AtbusTopology struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtbusTopology ===== Message ====

func (*Readonly_AtbusTopology) CloneMessage

func (r *Readonly_AtbusTopology) CloneMessage() *AtbusTopology

func (*Readonly_AtbusTopology) GetData

func (*Readonly_AtbusTopology) GetRule

func (Readonly_AtbusTopology) LogValue

func (r Readonly_AtbusTopology) LogValue() slog.Value

func (*Readonly_AtbusTopology) ReadonlyProtoReflect

func (r *Readonly_AtbusTopology) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtbusTopology) ToMessage

func (r *Readonly_AtbusTopology) ToMessage() *AtbusTopology

type Readonly_AtbusTopologyData

type Readonly_AtbusTopologyData struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtbusTopologyData ===== Message ====

func (*Readonly_AtbusTopologyData) CloneMessage

func (r *Readonly_AtbusTopologyData) CloneMessage() *AtbusTopologyData

func (*Readonly_AtbusTopologyData) GetLabel

func (r *Readonly_AtbusTopologyData) GetLabel() map[string]string

func (Readonly_AtbusTopologyData) LogValue

func (r Readonly_AtbusTopologyData) LogValue() slog.Value

func (*Readonly_AtbusTopologyData) ReadonlyProtoReflect

func (r *Readonly_AtbusTopologyData) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtbusTopologyData) ToMessage

type Readonly_AtbusTopologyLabelData

type Readonly_AtbusTopologyLabelData struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtbusTopologyLabelData ===== Message ====

func (*Readonly_AtbusTopologyLabelData) CloneMessage

func (*Readonly_AtbusTopologyLabelData) GetValue

func (r *Readonly_AtbusTopologyLabelData) GetValue() []string

func (Readonly_AtbusTopologyLabelData) LogValue

func (*Readonly_AtbusTopologyLabelData) ReadonlyProtoReflect

func (r *Readonly_AtbusTopologyLabelData) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtbusTopologyLabelData) ToMessage

type Readonly_AtbusTopologyRule

type Readonly_AtbusTopologyRule struct {
	// contains filtered or unexported fields
}

===== Readonly wrapper for AtbusTopologyRule ===== Message ====

func (*Readonly_AtbusTopologyRule) CloneMessage

func (r *Readonly_AtbusTopologyRule) CloneMessage() *AtbusTopologyRule

func (*Readonly_AtbusTopologyRule) GetAllowDirectConnection

func (r *Readonly_AtbusTopologyRule) GetAllowDirectConnection() bool

func (*Readonly_AtbusTopologyRule) GetMatchLabel

func (*Readonly_AtbusTopologyRule) GetRequireSameHost

func (r *Readonly_AtbusTopologyRule) GetRequireSameHost() bool

func (*Readonly_AtbusTopologyRule) GetRequireSameProcess

func (r *Readonly_AtbusTopologyRule) GetRequireSameProcess() bool

func (*Readonly_AtbusTopologyRule) GetRequireSameUpstream

func (r *Readonly_AtbusTopologyRule) GetRequireSameUpstream() bool

func (Readonly_AtbusTopologyRule) LogValue

func (r Readonly_AtbusTopologyRule) LogValue() slog.Value

func (*Readonly_AtbusTopologyRule) ReadonlyProtoReflect

func (r *Readonly_AtbusTopologyRule) ReadonlyProtoReflect() innerFile_atframe_atapp_conf_protoReadonlyMessage

func (*Readonly_AtbusTopologyRule) ToMessage

Jump to

Keyboard shortcuts

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