Versions in this module Expand all Collapse all v0 v0.7.0 Oct 19, 2024 Changes in this version + var ApiStatus_name = map[int32]string + var ApiStatus_value = map[string]int32 + var File_api_core_address_proto protoreflect.FileDescriptor + var File_api_core_base_proto protoreflect.FileDescriptor + var RoutingPriority_name = map[int32]string + var RoutingPriority_value = map[string]int32 + var SocketAddress_Protocol_name = map[int32]string + var SocketAddress_Protocol_value = map[string]int32 + type ApiStatus int32 + const ApiStatus_ALL + const ApiStatus_DELETE + const ApiStatus_NONE + const ApiStatus_UNCHANGED + const ApiStatus_UPDATE + const ApiStatus_WAITING + func (ApiStatus) Descriptor() protoreflect.EnumDescriptor + func (ApiStatus) EnumDescriptor() ([]byte, []int) + func (ApiStatus) Type() protoreflect.EnumType + func (x ApiStatus) Enum() *ApiStatus + func (x ApiStatus) Number() protoreflect.EnumNumber + func (x ApiStatus) String() string + type CidrRange struct + AddressPrefix string + PrefixLen uint32 + func (*CidrRange) Descriptor() ([]byte, []int) + func (*CidrRange) ProtoMessage() + func (x *CidrRange) GetAddressPrefix() string + func (x *CidrRange) GetPrefixLen() uint32 + func (x *CidrRange) ProtoReflect() protoreflect.Message + func (x *CidrRange) Reset() + func (x *CidrRange) String() string + type RoutingPriority int32 + const RoutingPriority_DEFAULT + const RoutingPriority_HIGH + func (RoutingPriority) Descriptor() protoreflect.EnumDescriptor + func (RoutingPriority) EnumDescriptor() ([]byte, []int) + func (RoutingPriority) Type() protoreflect.EnumType + func (x RoutingPriority) Enum() *RoutingPriority + func (x RoutingPriority) Number() protoreflect.EnumNumber + func (x RoutingPriority) String() string + type SocketAddress struct + Ipv4 uint32 + Port uint32 + Protocol SocketAddress_Protocol + func (*SocketAddress) Descriptor() ([]byte, []int) + func (*SocketAddress) ProtoMessage() + func (x *SocketAddress) GetIpv4() uint32 + func (x *SocketAddress) GetPort() uint32 + func (x *SocketAddress) GetProtocol() SocketAddress_Protocol + func (x *SocketAddress) ProtoReflect() protoreflect.Message + func (x *SocketAddress) Reset() + func (x *SocketAddress) String() string + type SocketAddress_Protocol int32 + const SocketAddress_TCP + const SocketAddress_UDP + func (SocketAddress_Protocol) Descriptor() protoreflect.EnumDescriptor + func (SocketAddress_Protocol) EnumDescriptor() ([]byte, []int) + func (SocketAddress_Protocol) Type() protoreflect.EnumType + func (x SocketAddress_Protocol) Enum() *SocketAddress_Protocol + func (x SocketAddress_Protocol) Number() protoreflect.EnumNumber + func (x SocketAddress_Protocol) String() string