Documentation
¶
Index ¶
- Variables
- type Address
- type AppendAddressesToWatchListRequest
- func (*AppendAddressesToWatchListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AppendAddressesToWatchListRequest) GetAddresses() []*Address
- func (*AppendAddressesToWatchListRequest) ProtoMessage()
- func (x *AppendAddressesToWatchListRequest) ProtoReflect() protoreflect.Message
- func (x *AppendAddressesToWatchListRequest) Reset()
- func (x *AppendAddressesToWatchListRequest) String() string
- type AppendAddressesToWatchListResponse
- func (*AppendAddressesToWatchListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AppendAddressesToWatchListResponse) GetAddresses() []*Address
- func (*AppendAddressesToWatchListResponse) ProtoMessage()
- func (x *AppendAddressesToWatchListResponse) ProtoReflect() protoreflect.Message
- func (x *AppendAddressesToWatchListResponse) Reset()
- func (x *AppendAddressesToWatchListResponse) String() string
- type UpdateWatchListRequest
- func (*UpdateWatchListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWatchListRequest) GetAddresses() []*Address
- func (*UpdateWatchListRequest) ProtoMessage()
- func (x *UpdateWatchListRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWatchListRequest) Reset()
- func (x *UpdateWatchListRequest) String() string
- type UpdateWatchListResponse
- func (*UpdateWatchListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWatchListResponse) GetAddresses() []*Address
- func (*UpdateWatchListResponse) ProtoMessage()
- func (x *UpdateWatchListResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateWatchListResponse) Reset()
- func (x *UpdateWatchListResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_watcher_addresses_v1_addresses_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
Blockchain v2.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
// contains filtered or unexported fields
}
func (*Address) Descriptor
deprecated
func (*Address) GetBlockchain ¶
func (x *Address) GetBlockchain() v2.Blockchain
func (*Address) ProtoMessage ¶
func (*Address) ProtoMessage()
func (*Address) ProtoReflect ¶
func (x *Address) ProtoReflect() protoreflect.Message
type AppendAddressesToWatchListRequest ¶
type AppendAddressesToWatchListRequest struct {
Addresses []*Address `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
// contains filtered or unexported fields
}
func (*AppendAddressesToWatchListRequest) Descriptor
deprecated
func (*AppendAddressesToWatchListRequest) Descriptor() ([]byte, []int)
Deprecated: Use AppendAddressesToWatchListRequest.ProtoReflect.Descriptor instead.
func (*AppendAddressesToWatchListRequest) GetAddresses ¶
func (x *AppendAddressesToWatchListRequest) GetAddresses() []*Address
func (*AppendAddressesToWatchListRequest) ProtoMessage ¶
func (*AppendAddressesToWatchListRequest) ProtoMessage()
func (*AppendAddressesToWatchListRequest) ProtoReflect ¶
func (x *AppendAddressesToWatchListRequest) ProtoReflect() protoreflect.Message
func (*AppendAddressesToWatchListRequest) Reset ¶
func (x *AppendAddressesToWatchListRequest) Reset()
func (*AppendAddressesToWatchListRequest) String ¶
func (x *AppendAddressesToWatchListRequest) String() string
type AppendAddressesToWatchListResponse ¶
type AppendAddressesToWatchListResponse struct {
Addresses []*Address `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
// contains filtered or unexported fields
}
func (*AppendAddressesToWatchListResponse) Descriptor
deprecated
func (*AppendAddressesToWatchListResponse) Descriptor() ([]byte, []int)
Deprecated: Use AppendAddressesToWatchListResponse.ProtoReflect.Descriptor instead.
func (*AppendAddressesToWatchListResponse) GetAddresses ¶
func (x *AppendAddressesToWatchListResponse) GetAddresses() []*Address
func (*AppendAddressesToWatchListResponse) ProtoMessage ¶
func (*AppendAddressesToWatchListResponse) ProtoMessage()
func (*AppendAddressesToWatchListResponse) ProtoReflect ¶
func (x *AppendAddressesToWatchListResponse) ProtoReflect() protoreflect.Message
func (*AppendAddressesToWatchListResponse) Reset ¶
func (x *AppendAddressesToWatchListResponse) Reset()
func (*AppendAddressesToWatchListResponse) String ¶
func (x *AppendAddressesToWatchListResponse) String() string
type UpdateWatchListRequest ¶
type UpdateWatchListRequest struct {
Addresses []*Address `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateWatchListRequest) Descriptor
deprecated
func (*UpdateWatchListRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWatchListRequest.ProtoReflect.Descriptor instead.
func (*UpdateWatchListRequest) GetAddresses ¶
func (x *UpdateWatchListRequest) GetAddresses() []*Address
func (*UpdateWatchListRequest) ProtoMessage ¶
func (*UpdateWatchListRequest) ProtoMessage()
func (*UpdateWatchListRequest) ProtoReflect ¶
func (x *UpdateWatchListRequest) ProtoReflect() protoreflect.Message
func (*UpdateWatchListRequest) Reset ¶
func (x *UpdateWatchListRequest) Reset()
func (*UpdateWatchListRequest) String ¶
func (x *UpdateWatchListRequest) String() string
type UpdateWatchListResponse ¶
type UpdateWatchListResponse struct {
Addresses []*Address `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateWatchListResponse) Descriptor
deprecated
func (*UpdateWatchListResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWatchListResponse.ProtoReflect.Descriptor instead.
func (*UpdateWatchListResponse) GetAddresses ¶
func (x *UpdateWatchListResponse) GetAddresses() []*Address
func (*UpdateWatchListResponse) ProtoMessage ¶
func (*UpdateWatchListResponse) ProtoMessage()
func (*UpdateWatchListResponse) ProtoReflect ¶
func (x *UpdateWatchListResponse) ProtoReflect() protoreflect.Message
func (*UpdateWatchListResponse) Reset ¶
func (x *UpdateWatchListResponse) Reset()
func (*UpdateWatchListResponse) String ¶
func (x *UpdateWatchListResponse) String() string
Click to show internal directories.
Click to hide internal directories.