v1

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: Apache-2.0, MIT Imports: 28 Imported by: 2

Documentation

Overview

Package v1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	NetworkWardenService_CheckEmails_FullMethodName                              = "/networkwarden.v1.NetworkWardenService/CheckEmails"
	NetworkWardenService_CheckPhoneNumbers_FullMethodName                        = "/networkwarden.v1.NetworkWardenService/CheckPhoneNumbers"
	NetworkWardenService_RegisterHolder_FullMethodName                           = "/networkwarden.v1.NetworkWardenService/RegisterHolder"
	NetworkWardenService_ConfirmHolderRegistration_FullMethodName                = "/networkwarden.v1.NetworkWardenService/ConfirmHolderRegistration"
	NetworkWardenService_ResendConfirmationCode_FullMethodName                   = "/networkwarden.v1.NetworkWardenService/ResendConfirmationCode"
	NetworkWardenService_LoginHolder_FullMethodName                              = "/networkwarden.v1.NetworkWardenService/LoginHolder"
	NetworkWardenService_LogoutHolder_FullMethodName                             = "/networkwarden.v1.NetworkWardenService/LogoutHolder"
	NetworkWardenService_RefreshHolderToken_FullMethodName                       = "/networkwarden.v1.NetworkWardenService/RefreshHolderToken"
	NetworkWardenService_ChangeHolderPassword_FullMethodName                     = "/networkwarden.v1.NetworkWardenService/ChangeHolderPassword"
	NetworkWardenService_ModifyHolder_FullMethodName                             = "/networkwarden.v1.NetworkWardenService/ModifyHolder"
	NetworkWardenService_GetHolder_FullMethodName                                = "/networkwarden.v1.NetworkWardenService/GetHolder"
	NetworkWardenService_DeleteHolder_FullMethodName                             = "/networkwarden.v1.NetworkWardenService/DeleteHolder"
	NetworkWardenService_GetPersonalDataNodesList_FullMethodName                 = "/networkwarden.v1.NetworkWardenService/GetPersonalDataNodesList"
	NetworkWardenService_JoinPersonalDataNodeRegistrationWaitlist_FullMethodName = "/networkwarden.v1.NetworkWardenService/JoinPersonalDataNodeRegistrationWaitlist"
	NetworkWardenService_ActivatePersonalDataNode_FullMethodName                 = "/networkwarden.v1.NetworkWardenService/ActivatePersonalDataNode"
	NetworkWardenService_GetNetworkNodesList_FullMethodName                      = "/networkwarden.v1.NetworkWardenService/GetNetworkNodesList"
	NetworkWardenService_JoinNetworkNodeRegistrationWaitlist_FullMethodName      = "/networkwarden.v1.NetworkWardenService/JoinNetworkNodeRegistrationWaitlist"
	NetworkWardenService_ActivateNetworkNode_FullMethodName                      = "/networkwarden.v1.NetworkWardenService/ActivateNetworkNode"
	NetworkWardenService_InitiateNetworkNode_FullMethodName                      = "/networkwarden.v1.NetworkWardenService/InitiateNetworkNode"
	NetworkWardenService_GetNetworkWardensList_FullMethodName                    = "/networkwarden.v1.NetworkWardenService/GetNetworkWardensList"
	NetworkWardenService_RegisterNetworkWarden_FullMethodName                    = "/networkwarden.v1.NetworkWardenService/RegisterNetworkWarden"
)

Variables

View Source
var (
	NetworkNode_Status_name = map[int32]string{
		0: "STATUS_UNKNOWN_UNSPECIFIED",
		1: "STATUS_APPROVED",
		2: "STATUS_PENDING",
		3: "STATUS_REJECTED",
	}
	NetworkNode_Status_value = map[string]int32{
		"STATUS_UNKNOWN_UNSPECIFIED": 0,
		"STATUS_APPROVED":            1,
		"STATUS_PENDING":             2,
		"STATUS_REJECTED":            3,
	}
)

Enum value maps for NetworkNode_Status.

View Source
var (
	ConfirmationApproach_name = map[int32]string{
		0: "CONFIRMATION_APPROACH_UNKNOWN_UNSPECIFIED",
		1: "CONFIRMATION_APPROACH_PHONE_NUMBER",
		2: "CONFIRMATION_APPROACH_EMAIL",
	}
	ConfirmationApproach_value = map[string]int32{
		"CONFIRMATION_APPROACH_UNKNOWN_UNSPECIFIED": 0,
		"CONFIRMATION_APPROACH_PHONE_NUMBER":        1,
		"CONFIRMATION_APPROACH_EMAIL":               2,
	}
)

Enum value maps for ConfirmationApproach.

View Source
var (
	PersonalDataNode_Status_name = map[int32]string{
		0: "STATUS_UNKNOWN_UNSPECIFIED",
		1: "STATUS_APPROVED",
		2: "STATUS_PENDING",
		3: "STATUS_REJECTED",
	}
	PersonalDataNode_Status_value = map[string]int32{
		"STATUS_UNKNOWN_UNSPECIFIED": 0,
		"STATUS_APPROVED":            1,
		"STATUS_PENDING":             2,
		"STATUS_REJECTED":            3,
	}
)

Enum value maps for PersonalDataNode_Status.

View Source
var AdminService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "networkwarden.v1.AdminService",
	HandlerType: (*AdminServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams:     []grpc.StreamDesc{},
	Metadata:    "networkwarden/v1/admin_service.proto",
}

AdminService_ServiceDesc is the grpc.ServiceDesc for AdminService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_networkwarden_v1_admin_service_proto protoreflect.FileDescriptor
View Source
var File_networkwarden_v1_holder_proto protoreflect.FileDescriptor
View Source
var File_networkwarden_v1_network_node_proto protoreflect.FileDescriptor
View Source
var File_networkwarden_v1_network_warden_service_proto protoreflect.FileDescriptor
View Source
var File_networkwarden_v1_personal_data_node_proto protoreflect.FileDescriptor
View Source
var NetworkWardenService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "networkwarden.v1.NetworkWardenService",
	HandlerType: (*NetworkWardenServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CheckEmails",
			Handler:    _NetworkWardenService_CheckEmails_Handler,
		},
		{
			MethodName: "CheckPhoneNumbers",
			Handler:    _NetworkWardenService_CheckPhoneNumbers_Handler,
		},
		{
			MethodName: "RegisterHolder",
			Handler:    _NetworkWardenService_RegisterHolder_Handler,
		},
		{
			MethodName: "ConfirmHolderRegistration",
			Handler:    _NetworkWardenService_ConfirmHolderRegistration_Handler,
		},
		{
			MethodName: "ResendConfirmationCode",
			Handler:    _NetworkWardenService_ResendConfirmationCode_Handler,
		},
		{
			MethodName: "LoginHolder",
			Handler:    _NetworkWardenService_LoginHolder_Handler,
		},
		{
			MethodName: "LogoutHolder",
			Handler:    _NetworkWardenService_LogoutHolder_Handler,
		},
		{
			MethodName: "RefreshHolderToken",
			Handler:    _NetworkWardenService_RefreshHolderToken_Handler,
		},
		{
			MethodName: "ChangeHolderPassword",
			Handler:    _NetworkWardenService_ChangeHolderPassword_Handler,
		},
		{
			MethodName: "ModifyHolder",
			Handler:    _NetworkWardenService_ModifyHolder_Handler,
		},
		{
			MethodName: "GetHolder",
			Handler:    _NetworkWardenService_GetHolder_Handler,
		},
		{
			MethodName: "DeleteHolder",
			Handler:    _NetworkWardenService_DeleteHolder_Handler,
		},
		{
			MethodName: "GetPersonalDataNodesList",
			Handler:    _NetworkWardenService_GetPersonalDataNodesList_Handler,
		},
		{
			MethodName: "JoinPersonalDataNodeRegistrationWaitlist",
			Handler:    _NetworkWardenService_JoinPersonalDataNodeRegistrationWaitlist_Handler,
		},
		{
			MethodName: "ActivatePersonalDataNode",
			Handler:    _NetworkWardenService_ActivatePersonalDataNode_Handler,
		},
		{
			MethodName: "GetNetworkNodesList",
			Handler:    _NetworkWardenService_GetNetworkNodesList_Handler,
		},
		{
			MethodName: "JoinNetworkNodeRegistrationWaitlist",
			Handler:    _NetworkWardenService_JoinNetworkNodeRegistrationWaitlist_Handler,
		},
		{
			MethodName: "ActivateNetworkNode",
			Handler:    _NetworkWardenService_ActivateNetworkNode_Handler,
		},
		{
			MethodName: "InitiateNetworkNode",
			Handler:    _NetworkWardenService_InitiateNetworkNode_Handler,
		},
		{
			MethodName: "GetNetworkWardensList",
			Handler:    _NetworkWardenService_GetNetworkWardensList_Handler,
		},
		{
			MethodName: "RegisterNetworkWarden",
			Handler:    _NetworkWardenService_RegisterNetworkWarden_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "networkwarden/v1/network_warden_service.proto",
}

NetworkWardenService_ServiceDesc is the grpc.ServiceDesc for NetworkWardenService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAdminServiceServer added in v0.0.4

func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)

func RegisterNetworkWardenServiceHandler added in v0.0.3

func RegisterNetworkWardenServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterNetworkWardenServiceHandler registers the http handlers for service NetworkWardenService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterNetworkWardenServiceHandlerClient added in v0.0.3

func RegisterNetworkWardenServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NetworkWardenServiceClient) error

RegisterNetworkWardenServiceHandlerClient registers the http handlers for service NetworkWardenService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NetworkWardenServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NetworkWardenServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NetworkWardenServiceClient" to call the correct interceptors.

func RegisterNetworkWardenServiceHandlerFromEndpoint added in v0.0.3

func RegisterNetworkWardenServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterNetworkWardenServiceHandlerFromEndpoint is same as RegisterNetworkWardenServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterNetworkWardenServiceHandlerServer added in v0.0.3

func RegisterNetworkWardenServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NetworkWardenServiceServer) error

RegisterNetworkWardenServiceHandlerServer registers the http handlers for service NetworkWardenService to "mux". UnaryRPC :call NetworkWardenServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNetworkWardenServiceHandlerFromEndpoint instead.

func RegisterNetworkWardenServiceServer

func RegisterNetworkWardenServiceServer(s grpc.ServiceRegistrar, srv NetworkWardenServiceServer)

Types

type ActivateNetworkNodeRequest added in v0.0.16

type ActivateNetworkNodeRequest struct {
	Token            string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Id               string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,3,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateNetworkNodeRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ActivateNetworkNodeRequest.ProtoReflect.Descriptor instead.

func (*ActivateNetworkNodeRequest) GetId added in v0.0.16

func (*ActivateNetworkNodeRequest) GetRemoteMacAddress added in v0.0.16

func (x *ActivateNetworkNodeRequest) GetRemoteMacAddress() string

func (*ActivateNetworkNodeRequest) GetToken added in v0.0.16

func (x *ActivateNetworkNodeRequest) GetToken() string

func (*ActivateNetworkNodeRequest) ProtoMessage added in v0.0.16

func (*ActivateNetworkNodeRequest) ProtoMessage()

func (*ActivateNetworkNodeRequest) ProtoReflect added in v0.0.16

func (*ActivateNetworkNodeRequest) Reset added in v0.0.16

func (x *ActivateNetworkNodeRequest) Reset()

func (*ActivateNetworkNodeRequest) String added in v0.0.16

func (x *ActivateNetworkNodeRequest) String() string

func (*ActivateNetworkNodeRequest) Validate added in v0.0.16

func (m *ActivateNetworkNodeRequest) Validate() error

Validate checks the field values on ActivateNetworkNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActivateNetworkNodeRequest) ValidateAll added in v0.0.16

func (m *ActivateNetworkNodeRequest) ValidateAll() error

ValidateAll checks the field values on ActivateNetworkNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActivateNetworkNodeRequestMultiError, or nil if none found.

type ActivateNetworkNodeRequestMultiError added in v0.0.16

type ActivateNetworkNodeRequestMultiError []error

ActivateNetworkNodeRequestMultiError is an error wrapping multiple validation errors returned by ActivateNetworkNodeRequest.ValidateAll() if the designated constraints aren't met.

func (ActivateNetworkNodeRequestMultiError) AllErrors added in v0.0.16

AllErrors returns a list of validation violation errors.

func (ActivateNetworkNodeRequestMultiError) Error added in v0.0.16

Error returns a concatenation of all the error messages it wraps.

type ActivateNetworkNodeRequestValidationError added in v0.0.16

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

ActivateNetworkNodeRequestValidationError is the validation error returned by ActivateNetworkNodeRequest.Validate if the designated constraints aren't met.

func (ActivateNetworkNodeRequestValidationError) Cause added in v0.0.16

Cause function returns cause value.

func (ActivateNetworkNodeRequestValidationError) Error added in v0.0.16

Error satisfies the builtin error interface

func (ActivateNetworkNodeRequestValidationError) ErrorName added in v0.0.16

ErrorName returns error name.

func (ActivateNetworkNodeRequestValidationError) Field added in v0.0.16

Field function returns field value.

func (ActivateNetworkNodeRequestValidationError) Key added in v0.0.16

Key function returns key value.

func (ActivateNetworkNodeRequestValidationError) Reason added in v0.0.16

Reason function returns reason value.

type ActivateNetworkNodeResponse added in v0.0.16

type ActivateNetworkNodeResponse struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	ApiKey  string `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateNetworkNodeResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ActivateNetworkNodeResponse.ProtoReflect.Descriptor instead.

func (*ActivateNetworkNodeResponse) GetApiKey added in v0.0.16

func (x *ActivateNetworkNodeResponse) GetApiKey() string

func (*ActivateNetworkNodeResponse) GetSuccess added in v0.0.16

func (x *ActivateNetworkNodeResponse) GetSuccess() bool

func (*ActivateNetworkNodeResponse) ProtoMessage added in v0.0.16

func (*ActivateNetworkNodeResponse) ProtoMessage()

func (*ActivateNetworkNodeResponse) ProtoReflect added in v0.0.16

func (*ActivateNetworkNodeResponse) Reset added in v0.0.16

func (x *ActivateNetworkNodeResponse) Reset()

func (*ActivateNetworkNodeResponse) String added in v0.0.16

func (x *ActivateNetworkNodeResponse) String() string

func (*ActivateNetworkNodeResponse) Validate added in v0.0.16

func (m *ActivateNetworkNodeResponse) Validate() error

Validate checks the field values on ActivateNetworkNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActivateNetworkNodeResponse) ValidateAll added in v0.0.16

func (m *ActivateNetworkNodeResponse) ValidateAll() error

ValidateAll checks the field values on ActivateNetworkNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActivateNetworkNodeResponseMultiError, or nil if none found.

type ActivateNetworkNodeResponseMultiError added in v0.0.16

type ActivateNetworkNodeResponseMultiError []error

ActivateNetworkNodeResponseMultiError is an error wrapping multiple validation errors returned by ActivateNetworkNodeResponse.ValidateAll() if the designated constraints aren't met.

func (ActivateNetworkNodeResponseMultiError) AllErrors added in v0.0.16

AllErrors returns a list of validation violation errors.

func (ActivateNetworkNodeResponseMultiError) Error added in v0.0.16

Error returns a concatenation of all the error messages it wraps.

type ActivateNetworkNodeResponseValidationError added in v0.0.16

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

ActivateNetworkNodeResponseValidationError is the validation error returned by ActivateNetworkNodeResponse.Validate if the designated constraints aren't met.

func (ActivateNetworkNodeResponseValidationError) Cause added in v0.0.16

Cause function returns cause value.

func (ActivateNetworkNodeResponseValidationError) Error added in v0.0.16

Error satisfies the builtin error interface

func (ActivateNetworkNodeResponseValidationError) ErrorName added in v0.0.16

ErrorName returns error name.

func (ActivateNetworkNodeResponseValidationError) Field added in v0.0.16

Field function returns field value.

func (ActivateNetworkNodeResponseValidationError) Key added in v0.0.16

Key function returns key value.

func (ActivateNetworkNodeResponseValidationError) Reason added in v0.0.16

Reason function returns reason value.

type ActivatePersonalDataNodeRequest added in v0.0.16

type ActivatePersonalDataNodeRequest struct {
	Token            string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Id               string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,3,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivatePersonalDataNodeRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ActivatePersonalDataNodeRequest.ProtoReflect.Descriptor instead.

func (*ActivatePersonalDataNodeRequest) GetId added in v0.0.16

func (*ActivatePersonalDataNodeRequest) GetRemoteMacAddress added in v0.0.16

func (x *ActivatePersonalDataNodeRequest) GetRemoteMacAddress() string

func (*ActivatePersonalDataNodeRequest) GetToken added in v0.0.16

func (*ActivatePersonalDataNodeRequest) ProtoMessage added in v0.0.16

func (*ActivatePersonalDataNodeRequest) ProtoMessage()

func (*ActivatePersonalDataNodeRequest) ProtoReflect added in v0.0.16

func (*ActivatePersonalDataNodeRequest) Reset added in v0.0.16

func (*ActivatePersonalDataNodeRequest) String added in v0.0.16

func (*ActivatePersonalDataNodeRequest) Validate added in v0.0.16

func (m *ActivatePersonalDataNodeRequest) Validate() error

Validate checks the field values on ActivatePersonalDataNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActivatePersonalDataNodeRequest) ValidateAll added in v0.0.16

func (m *ActivatePersonalDataNodeRequest) ValidateAll() error

ValidateAll checks the field values on ActivatePersonalDataNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActivatePersonalDataNodeRequestMultiError, or nil if none found.

type ActivatePersonalDataNodeRequestMultiError added in v0.0.16

type ActivatePersonalDataNodeRequestMultiError []error

ActivatePersonalDataNodeRequestMultiError is an error wrapping multiple validation errors returned by ActivatePersonalDataNodeRequest.ValidateAll() if the designated constraints aren't met.

func (ActivatePersonalDataNodeRequestMultiError) AllErrors added in v0.0.16

AllErrors returns a list of validation violation errors.

func (ActivatePersonalDataNodeRequestMultiError) Error added in v0.0.16

Error returns a concatenation of all the error messages it wraps.

type ActivatePersonalDataNodeRequestValidationError added in v0.0.16

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

ActivatePersonalDataNodeRequestValidationError is the validation error returned by ActivatePersonalDataNodeRequest.Validate if the designated constraints aren't met.

func (ActivatePersonalDataNodeRequestValidationError) Cause added in v0.0.16

Cause function returns cause value.

func (ActivatePersonalDataNodeRequestValidationError) Error added in v0.0.16

Error satisfies the builtin error interface

func (ActivatePersonalDataNodeRequestValidationError) ErrorName added in v0.0.16

ErrorName returns error name.

func (ActivatePersonalDataNodeRequestValidationError) Field added in v0.0.16

Field function returns field value.

func (ActivatePersonalDataNodeRequestValidationError) Key added in v0.0.16

Key function returns key value.

func (ActivatePersonalDataNodeRequestValidationError) Reason added in v0.0.16

Reason function returns reason value.

type ActivatePersonalDataNodeResponse added in v0.0.16

type ActivatePersonalDataNodeResponse struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	ApiKey  string `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivatePersonalDataNodeResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ActivatePersonalDataNodeResponse.ProtoReflect.Descriptor instead.

func (*ActivatePersonalDataNodeResponse) GetApiKey added in v0.0.16

func (*ActivatePersonalDataNodeResponse) GetSuccess added in v0.0.16

func (x *ActivatePersonalDataNodeResponse) GetSuccess() bool

func (*ActivatePersonalDataNodeResponse) ProtoMessage added in v0.0.16

func (*ActivatePersonalDataNodeResponse) ProtoMessage()

func (*ActivatePersonalDataNodeResponse) ProtoReflect added in v0.0.16

func (*ActivatePersonalDataNodeResponse) Reset added in v0.0.16

func (*ActivatePersonalDataNodeResponse) String added in v0.0.16

func (*ActivatePersonalDataNodeResponse) Validate added in v0.0.16

Validate checks the field values on ActivatePersonalDataNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActivatePersonalDataNodeResponse) ValidateAll added in v0.0.16

func (m *ActivatePersonalDataNodeResponse) ValidateAll() error

ValidateAll checks the field values on ActivatePersonalDataNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActivatePersonalDataNodeResponseMultiError, or nil if none found.

type ActivatePersonalDataNodeResponseMultiError added in v0.0.16

type ActivatePersonalDataNodeResponseMultiError []error

ActivatePersonalDataNodeResponseMultiError is an error wrapping multiple validation errors returned by ActivatePersonalDataNodeResponse.ValidateAll() if the designated constraints aren't met.

func (ActivatePersonalDataNodeResponseMultiError) AllErrors added in v0.0.16

AllErrors returns a list of validation violation errors.

func (ActivatePersonalDataNodeResponseMultiError) Error added in v0.0.16

Error returns a concatenation of all the error messages it wraps.

type ActivatePersonalDataNodeResponseValidationError added in v0.0.16

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

ActivatePersonalDataNodeResponseValidationError is the validation error returned by ActivatePersonalDataNodeResponse.Validate if the designated constraints aren't met.

func (ActivatePersonalDataNodeResponseValidationError) Cause added in v0.0.16

Cause function returns cause value.

func (ActivatePersonalDataNodeResponseValidationError) Error added in v0.0.16

Error satisfies the builtin error interface

func (ActivatePersonalDataNodeResponseValidationError) ErrorName added in v0.0.16

ErrorName returns error name.

func (ActivatePersonalDataNodeResponseValidationError) Field added in v0.0.16

Field function returns field value.

func (ActivatePersonalDataNodeResponseValidationError) Key added in v0.0.16

Key function returns key value.

func (ActivatePersonalDataNodeResponseValidationError) Reason added in v0.0.16

Reason function returns reason value.

type AdminServiceClient added in v0.0.4

type AdminServiceClient interface {
}

AdminServiceClient is the client API for AdminService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAdminServiceClient added in v0.0.4

func NewAdminServiceClient(cc grpc.ClientConnInterface) AdminServiceClient

type AdminServiceServer added in v0.0.4

type AdminServiceServer interface {
	// contains filtered or unexported methods
}

AdminServiceServer is the server API for AdminService service. All implementations must embed UnimplementedAdminServiceServer for forward compatibility

type ChangeHolderPasswordRequest

type ChangeHolderPasswordRequest struct {
	Token            string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Password         string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	NewPassword      string `protobuf:"bytes,3,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,4,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeHolderPasswordRequest) Descriptor deprecated

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

Deprecated: Use ChangeHolderPasswordRequest.ProtoReflect.Descriptor instead.

func (*ChangeHolderPasswordRequest) GetNewPassword

func (x *ChangeHolderPasswordRequest) GetNewPassword() string

func (*ChangeHolderPasswordRequest) GetPassword

func (x *ChangeHolderPasswordRequest) GetPassword() string

func (*ChangeHolderPasswordRequest) GetRemoteMacAddress added in v0.0.6

func (x *ChangeHolderPasswordRequest) GetRemoteMacAddress() string

func (*ChangeHolderPasswordRequest) GetToken

func (x *ChangeHolderPasswordRequest) GetToken() string

func (*ChangeHolderPasswordRequest) ProtoMessage

func (*ChangeHolderPasswordRequest) ProtoMessage()

func (*ChangeHolderPasswordRequest) ProtoReflect

func (*ChangeHolderPasswordRequest) Reset

func (x *ChangeHolderPasswordRequest) Reset()

func (*ChangeHolderPasswordRequest) String

func (x *ChangeHolderPasswordRequest) String() string

func (*ChangeHolderPasswordRequest) Validate

func (m *ChangeHolderPasswordRequest) Validate() error

Validate checks the field values on ChangeHolderPasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeHolderPasswordRequest) ValidateAll

func (m *ChangeHolderPasswordRequest) ValidateAll() error

ValidateAll checks the field values on ChangeHolderPasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeHolderPasswordRequestMultiError, or nil if none found.

type ChangeHolderPasswordRequestMultiError

type ChangeHolderPasswordRequestMultiError []error

ChangeHolderPasswordRequestMultiError is an error wrapping multiple validation errors returned by ChangeHolderPasswordRequest.ValidateAll() if the designated constraints aren't met.

func (ChangeHolderPasswordRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ChangeHolderPasswordRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangeHolderPasswordRequestValidationError

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

ChangeHolderPasswordRequestValidationError is the validation error returned by ChangeHolderPasswordRequest.Validate if the designated constraints aren't met.

func (ChangeHolderPasswordRequestValidationError) Cause

Cause function returns cause value.

func (ChangeHolderPasswordRequestValidationError) Error

Error satisfies the builtin error interface

func (ChangeHolderPasswordRequestValidationError) ErrorName

ErrorName returns error name.

func (ChangeHolderPasswordRequestValidationError) Field

Field function returns field value.

func (ChangeHolderPasswordRequestValidationError) Key

Key function returns key value.

func (ChangeHolderPasswordRequestValidationError) Reason

Reason function returns reason value.

type ChangeHolderPasswordResponse

type ChangeHolderPasswordResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeHolderPasswordResponse) Descriptor deprecated

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

Deprecated: Use ChangeHolderPasswordResponse.ProtoReflect.Descriptor instead.

func (*ChangeHolderPasswordResponse) GetSuccess

func (x *ChangeHolderPasswordResponse) GetSuccess() bool

func (*ChangeHolderPasswordResponse) ProtoMessage

func (*ChangeHolderPasswordResponse) ProtoMessage()

func (*ChangeHolderPasswordResponse) ProtoReflect

func (*ChangeHolderPasswordResponse) Reset

func (x *ChangeHolderPasswordResponse) Reset()

func (*ChangeHolderPasswordResponse) String

func (*ChangeHolderPasswordResponse) Validate

func (m *ChangeHolderPasswordResponse) Validate() error

Validate checks the field values on ChangeHolderPasswordResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeHolderPasswordResponse) ValidateAll

func (m *ChangeHolderPasswordResponse) ValidateAll() error

ValidateAll checks the field values on ChangeHolderPasswordResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeHolderPasswordResponseMultiError, or nil if none found.

type ChangeHolderPasswordResponseMultiError

type ChangeHolderPasswordResponseMultiError []error

ChangeHolderPasswordResponseMultiError is an error wrapping multiple validation errors returned by ChangeHolderPasswordResponse.ValidateAll() if the designated constraints aren't met.

func (ChangeHolderPasswordResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ChangeHolderPasswordResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangeHolderPasswordResponseValidationError

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

ChangeHolderPasswordResponseValidationError is the validation error returned by ChangeHolderPasswordResponse.Validate if the designated constraints aren't met.

func (ChangeHolderPasswordResponseValidationError) Cause

Cause function returns cause value.

func (ChangeHolderPasswordResponseValidationError) Error

Error satisfies the builtin error interface

func (ChangeHolderPasswordResponseValidationError) ErrorName

ErrorName returns error name.

func (ChangeHolderPasswordResponseValidationError) Field

Field function returns field value.

func (ChangeHolderPasswordResponseValidationError) Key

Key function returns key value.

func (ChangeHolderPasswordResponseValidationError) Reason

Reason function returns reason value.

type CheckEmailsRequest added in v0.0.13

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

func (*CheckEmailsRequest) Descriptor deprecated added in v0.0.13

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

Deprecated: Use CheckEmailsRequest.ProtoReflect.Descriptor instead.

func (*CheckEmailsRequest) GetEmails added in v0.0.13

func (x *CheckEmailsRequest) GetEmails() []string

func (*CheckEmailsRequest) ProtoMessage added in v0.0.13

func (*CheckEmailsRequest) ProtoMessage()

func (*CheckEmailsRequest) ProtoReflect added in v0.0.13

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

func (*CheckEmailsRequest) Reset added in v0.0.13

func (x *CheckEmailsRequest) Reset()

func (*CheckEmailsRequest) String added in v0.0.13

func (x *CheckEmailsRequest) String() string

func (*CheckEmailsRequest) Validate added in v0.0.13

func (m *CheckEmailsRequest) Validate() error

Validate checks the field values on CheckEmailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckEmailsRequest) ValidateAll added in v0.0.13

func (m *CheckEmailsRequest) ValidateAll() error

ValidateAll checks the field values on CheckEmailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckEmailsRequestMultiError, or nil if none found.

type CheckEmailsRequestMultiError added in v0.0.13

type CheckEmailsRequestMultiError []error

CheckEmailsRequestMultiError is an error wrapping multiple validation errors returned by CheckEmailsRequest.ValidateAll() if the designated constraints aren't met.

func (CheckEmailsRequestMultiError) AllErrors added in v0.0.13

func (m CheckEmailsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckEmailsRequestMultiError) Error added in v0.0.13

Error returns a concatenation of all the error messages it wraps.

type CheckEmailsRequestValidationError added in v0.0.13

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

CheckEmailsRequestValidationError is the validation error returned by CheckEmailsRequest.Validate if the designated constraints aren't met.

func (CheckEmailsRequestValidationError) Cause added in v0.0.13

Cause function returns cause value.

func (CheckEmailsRequestValidationError) Error added in v0.0.13

Error satisfies the builtin error interface

func (CheckEmailsRequestValidationError) ErrorName added in v0.0.13

ErrorName returns error name.

func (CheckEmailsRequestValidationError) Field added in v0.0.13

Field function returns field value.

func (CheckEmailsRequestValidationError) Key added in v0.0.13

Key function returns key value.

func (CheckEmailsRequestValidationError) Reason added in v0.0.13

Reason function returns reason value.

type CheckEmailsResponse added in v0.0.13

type CheckEmailsResponse struct {
	Valid   bool     `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	Results []string `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckEmailsResponse) Descriptor deprecated added in v0.0.13

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

Deprecated: Use CheckEmailsResponse.ProtoReflect.Descriptor instead.

func (*CheckEmailsResponse) GetResults added in v0.0.14

func (x *CheckEmailsResponse) GetResults() []string

func (*CheckEmailsResponse) GetValid added in v0.0.14

func (x *CheckEmailsResponse) GetValid() bool

func (*CheckEmailsResponse) ProtoMessage added in v0.0.13

func (*CheckEmailsResponse) ProtoMessage()

func (*CheckEmailsResponse) ProtoReflect added in v0.0.13

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

func (*CheckEmailsResponse) Reset added in v0.0.13

func (x *CheckEmailsResponse) Reset()

func (*CheckEmailsResponse) String added in v0.0.13

func (x *CheckEmailsResponse) String() string

func (*CheckEmailsResponse) Validate added in v0.0.13

func (m *CheckEmailsResponse) Validate() error

Validate checks the field values on CheckEmailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckEmailsResponse) ValidateAll added in v0.0.13

func (m *CheckEmailsResponse) ValidateAll() error

ValidateAll checks the field values on CheckEmailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckEmailsResponseMultiError, or nil if none found.

type CheckEmailsResponseMultiError added in v0.0.13

type CheckEmailsResponseMultiError []error

CheckEmailsResponseMultiError is an error wrapping multiple validation errors returned by CheckEmailsResponse.ValidateAll() if the designated constraints aren't met.

func (CheckEmailsResponseMultiError) AllErrors added in v0.0.13

func (m CheckEmailsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckEmailsResponseMultiError) Error added in v0.0.13

Error returns a concatenation of all the error messages it wraps.

type CheckEmailsResponseValidationError added in v0.0.13

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

CheckEmailsResponseValidationError is the validation error returned by CheckEmailsResponse.Validate if the designated constraints aren't met.

func (CheckEmailsResponseValidationError) Cause added in v0.0.13

Cause function returns cause value.

func (CheckEmailsResponseValidationError) Error added in v0.0.13

Error satisfies the builtin error interface

func (CheckEmailsResponseValidationError) ErrorName added in v0.0.13

ErrorName returns error name.

func (CheckEmailsResponseValidationError) Field added in v0.0.13

Field function returns field value.

func (CheckEmailsResponseValidationError) Key added in v0.0.13

Key function returns key value.

func (CheckEmailsResponseValidationError) Reason added in v0.0.13

Reason function returns reason value.

type CheckPhoneNumbersRequest added in v0.0.14

type CheckPhoneNumbersRequest struct {
	PhoneNumbers []string `protobuf:"bytes,1,rep,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckPhoneNumbersRequest) Descriptor deprecated added in v0.0.14

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

Deprecated: Use CheckPhoneNumbersRequest.ProtoReflect.Descriptor instead.

func (*CheckPhoneNumbersRequest) GetPhoneNumbers added in v0.0.14

func (x *CheckPhoneNumbersRequest) GetPhoneNumbers() []string

func (*CheckPhoneNumbersRequest) ProtoMessage added in v0.0.14

func (*CheckPhoneNumbersRequest) ProtoMessage()

func (*CheckPhoneNumbersRequest) ProtoReflect added in v0.0.14

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

func (*CheckPhoneNumbersRequest) Reset added in v0.0.14

func (x *CheckPhoneNumbersRequest) Reset()

func (*CheckPhoneNumbersRequest) String added in v0.0.14

func (x *CheckPhoneNumbersRequest) String() string

func (*CheckPhoneNumbersRequest) Validate added in v0.0.14

func (m *CheckPhoneNumbersRequest) Validate() error

Validate checks the field values on CheckPhoneNumbersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckPhoneNumbersRequest) ValidateAll added in v0.0.14

func (m *CheckPhoneNumbersRequest) ValidateAll() error

ValidateAll checks the field values on CheckPhoneNumbersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckPhoneNumbersRequestMultiError, or nil if none found.

type CheckPhoneNumbersRequestMultiError added in v0.0.14

type CheckPhoneNumbersRequestMultiError []error

CheckPhoneNumbersRequestMultiError is an error wrapping multiple validation errors returned by CheckPhoneNumbersRequest.ValidateAll() if the designated constraints aren't met.

func (CheckPhoneNumbersRequestMultiError) AllErrors added in v0.0.14

func (m CheckPhoneNumbersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckPhoneNumbersRequestMultiError) Error added in v0.0.14

Error returns a concatenation of all the error messages it wraps.

type CheckPhoneNumbersRequestValidationError added in v0.0.14

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

CheckPhoneNumbersRequestValidationError is the validation error returned by CheckPhoneNumbersRequest.Validate if the designated constraints aren't met.

func (CheckPhoneNumbersRequestValidationError) Cause added in v0.0.14

Cause function returns cause value.

func (CheckPhoneNumbersRequestValidationError) Error added in v0.0.14

Error satisfies the builtin error interface

func (CheckPhoneNumbersRequestValidationError) ErrorName added in v0.0.14

ErrorName returns error name.

func (CheckPhoneNumbersRequestValidationError) Field added in v0.0.14

Field function returns field value.

func (CheckPhoneNumbersRequestValidationError) Key added in v0.0.14

Key function returns key value.

func (CheckPhoneNumbersRequestValidationError) Reason added in v0.0.14

Reason function returns reason value.

type CheckPhoneNumbersResponse added in v0.0.14

type CheckPhoneNumbersResponse struct {
	Valid   bool     `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	Results []string `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckPhoneNumbersResponse) Descriptor deprecated added in v0.0.14

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

Deprecated: Use CheckPhoneNumbersResponse.ProtoReflect.Descriptor instead.

func (*CheckPhoneNumbersResponse) GetResults added in v0.0.14

func (x *CheckPhoneNumbersResponse) GetResults() []string

func (*CheckPhoneNumbersResponse) GetValid added in v0.0.14

func (x *CheckPhoneNumbersResponse) GetValid() bool

func (*CheckPhoneNumbersResponse) ProtoMessage added in v0.0.14

func (*CheckPhoneNumbersResponse) ProtoMessage()

func (*CheckPhoneNumbersResponse) ProtoReflect added in v0.0.14

func (*CheckPhoneNumbersResponse) Reset added in v0.0.14

func (x *CheckPhoneNumbersResponse) Reset()

func (*CheckPhoneNumbersResponse) String added in v0.0.14

func (x *CheckPhoneNumbersResponse) String() string

func (*CheckPhoneNumbersResponse) Validate added in v0.0.14

func (m *CheckPhoneNumbersResponse) Validate() error

Validate checks the field values on CheckPhoneNumbersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckPhoneNumbersResponse) ValidateAll added in v0.0.14

func (m *CheckPhoneNumbersResponse) ValidateAll() error

ValidateAll checks the field values on CheckPhoneNumbersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckPhoneNumbersResponseMultiError, or nil if none found.

type CheckPhoneNumbersResponseMultiError added in v0.0.14

type CheckPhoneNumbersResponseMultiError []error

CheckPhoneNumbersResponseMultiError is an error wrapping multiple validation errors returned by CheckPhoneNumbersResponse.ValidateAll() if the designated constraints aren't met.

func (CheckPhoneNumbersResponseMultiError) AllErrors added in v0.0.14

AllErrors returns a list of validation violation errors.

func (CheckPhoneNumbersResponseMultiError) Error added in v0.0.14

Error returns a concatenation of all the error messages it wraps.

type CheckPhoneNumbersResponseValidationError added in v0.0.14

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

CheckPhoneNumbersResponseValidationError is the validation error returned by CheckPhoneNumbersResponse.Validate if the designated constraints aren't met.

func (CheckPhoneNumbersResponseValidationError) Cause added in v0.0.14

Cause function returns cause value.

func (CheckPhoneNumbersResponseValidationError) Error added in v0.0.14

Error satisfies the builtin error interface

func (CheckPhoneNumbersResponseValidationError) ErrorName added in v0.0.14

ErrorName returns error name.

func (CheckPhoneNumbersResponseValidationError) Field added in v0.0.14

Field function returns field value.

func (CheckPhoneNumbersResponseValidationError) Key added in v0.0.14

Key function returns key value.

func (CheckPhoneNumbersResponseValidationError) Reason added in v0.0.14

Reason function returns reason value.

type ConfirmHolderRegistrationRequest

type ConfirmHolderRegistrationRequest struct {
	Token            string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	ConfirmationCode string `protobuf:"bytes,2,opt,name=confirmation_code,json=confirmationCode,proto3" json:"confirmation_code,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,3,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfirmHolderRegistrationRequest) Descriptor deprecated

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

Deprecated: Use ConfirmHolderRegistrationRequest.ProtoReflect.Descriptor instead.

func (*ConfirmHolderRegistrationRequest) GetConfirmationCode

func (x *ConfirmHolderRegistrationRequest) GetConfirmationCode() string

func (*ConfirmHolderRegistrationRequest) GetRemoteMacAddress added in v0.0.6

func (x *ConfirmHolderRegistrationRequest) GetRemoteMacAddress() string

func (*ConfirmHolderRegistrationRequest) GetToken

func (*ConfirmHolderRegistrationRequest) ProtoMessage

func (*ConfirmHolderRegistrationRequest) ProtoMessage()

func (*ConfirmHolderRegistrationRequest) ProtoReflect

func (*ConfirmHolderRegistrationRequest) Reset

func (*ConfirmHolderRegistrationRequest) String

func (*ConfirmHolderRegistrationRequest) Validate

Validate checks the field values on ConfirmHolderRegistrationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConfirmHolderRegistrationRequest) ValidateAll

func (m *ConfirmHolderRegistrationRequest) ValidateAll() error

ValidateAll checks the field values on ConfirmHolderRegistrationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfirmHolderRegistrationRequestMultiError, or nil if none found.

type ConfirmHolderRegistrationRequestMultiError

type ConfirmHolderRegistrationRequestMultiError []error

ConfirmHolderRegistrationRequestMultiError is an error wrapping multiple validation errors returned by ConfirmHolderRegistrationRequest.ValidateAll() if the designated constraints aren't met.

func (ConfirmHolderRegistrationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConfirmHolderRegistrationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ConfirmHolderRegistrationRequestValidationError

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

ConfirmHolderRegistrationRequestValidationError is the validation error returned by ConfirmHolderRegistrationRequest.Validate if the designated constraints aren't met.

func (ConfirmHolderRegistrationRequestValidationError) Cause

Cause function returns cause value.

func (ConfirmHolderRegistrationRequestValidationError) Error

Error satisfies the builtin error interface

func (ConfirmHolderRegistrationRequestValidationError) ErrorName

ErrorName returns error name.

func (ConfirmHolderRegistrationRequestValidationError) Field

Field function returns field value.

func (ConfirmHolderRegistrationRequestValidationError) Key

Key function returns key value.

func (ConfirmHolderRegistrationRequestValidationError) Reason

Reason function returns reason value.

type ConfirmHolderRegistrationResponse

type ConfirmHolderRegistrationResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfirmHolderRegistrationResponse) Descriptor deprecated

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

Deprecated: Use ConfirmHolderRegistrationResponse.ProtoReflect.Descriptor instead.

func (*ConfirmHolderRegistrationResponse) GetSuccess

func (x *ConfirmHolderRegistrationResponse) GetSuccess() bool

func (*ConfirmHolderRegistrationResponse) ProtoMessage

func (*ConfirmHolderRegistrationResponse) ProtoMessage()

func (*ConfirmHolderRegistrationResponse) ProtoReflect

func (*ConfirmHolderRegistrationResponse) Reset

func (*ConfirmHolderRegistrationResponse) String

func (*ConfirmHolderRegistrationResponse) Validate

Validate checks the field values on ConfirmHolderRegistrationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConfirmHolderRegistrationResponse) ValidateAll

func (m *ConfirmHolderRegistrationResponse) ValidateAll() error

ValidateAll checks the field values on ConfirmHolderRegistrationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfirmHolderRegistrationResponseMultiError, or nil if none found.

type ConfirmHolderRegistrationResponseMultiError

type ConfirmHolderRegistrationResponseMultiError []error

ConfirmHolderRegistrationResponseMultiError is an error wrapping multiple validation errors returned by ConfirmHolderRegistrationResponse.ValidateAll() if the designated constraints aren't met.

func (ConfirmHolderRegistrationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConfirmHolderRegistrationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ConfirmHolderRegistrationResponseValidationError

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

ConfirmHolderRegistrationResponseValidationError is the validation error returned by ConfirmHolderRegistrationResponse.Validate if the designated constraints aren't met.

func (ConfirmHolderRegistrationResponseValidationError) Cause

Cause function returns cause value.

func (ConfirmHolderRegistrationResponseValidationError) Error

Error satisfies the builtin error interface

func (ConfirmHolderRegistrationResponseValidationError) ErrorName

ErrorName returns error name.

func (ConfirmHolderRegistrationResponseValidationError) Field

Field function returns field value.

func (ConfirmHolderRegistrationResponseValidationError) Key

Key function returns key value.

func (ConfirmHolderRegistrationResponseValidationError) Reason

Reason function returns reason value.

type ConfirmationApproach

type ConfirmationApproach int32
const (
	ConfirmationApproach_CONFIRMATION_APPROACH_UNKNOWN_UNSPECIFIED ConfirmationApproach = 0
	ConfirmationApproach_CONFIRMATION_APPROACH_PHONE_NUMBER        ConfirmationApproach = 1
	ConfirmationApproach_CONFIRMATION_APPROACH_EMAIL               ConfirmationApproach = 2
)

func (ConfirmationApproach) Descriptor

func (ConfirmationApproach) Enum

func (ConfirmationApproach) EnumDescriptor deprecated

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

Deprecated: Use ConfirmationApproach.Descriptor instead.

func (ConfirmationApproach) Number

func (ConfirmationApproach) String

func (x ConfirmationApproach) String() string

func (ConfirmationApproach) Type

type DeleteHolderRequest

type DeleteHolderRequest struct {
	Token            string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Password         string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,3,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteHolderRequest) Descriptor deprecated

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

Deprecated: Use DeleteHolderRequest.ProtoReflect.Descriptor instead.

func (*DeleteHolderRequest) GetPassword

func (x *DeleteHolderRequest) GetPassword() string

func (*DeleteHolderRequest) GetRemoteMacAddress added in v0.0.6

func (x *DeleteHolderRequest) GetRemoteMacAddress() string

func (*DeleteHolderRequest) GetToken

func (x *DeleteHolderRequest) GetToken() string

func (*DeleteHolderRequest) ProtoMessage

func (*DeleteHolderRequest) ProtoMessage()

func (*DeleteHolderRequest) ProtoReflect

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

func (*DeleteHolderRequest) Reset

func (x *DeleteHolderRequest) Reset()

func (*DeleteHolderRequest) String

func (x *DeleteHolderRequest) String() string

func (*DeleteHolderRequest) Validate

func (m *DeleteHolderRequest) Validate() error

Validate checks the field values on DeleteHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteHolderRequest) ValidateAll

func (m *DeleteHolderRequest) ValidateAll() error

ValidateAll checks the field values on DeleteHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteHolderRequestMultiError, or nil if none found.

type DeleteHolderRequestMultiError

type DeleteHolderRequestMultiError []error

DeleteHolderRequestMultiError is an error wrapping multiple validation errors returned by DeleteHolderRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteHolderRequestMultiError) AllErrors

func (m DeleteHolderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteHolderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteHolderRequestValidationError

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

DeleteHolderRequestValidationError is the validation error returned by DeleteHolderRequest.Validate if the designated constraints aren't met.

func (DeleteHolderRequestValidationError) Cause

Cause function returns cause value.

func (DeleteHolderRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteHolderRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteHolderRequestValidationError) Field

Field function returns field value.

func (DeleteHolderRequestValidationError) Key

Key function returns key value.

func (DeleteHolderRequestValidationError) Reason

Reason function returns reason value.

type DeleteHolderResponse

type DeleteHolderResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteHolderResponse) Descriptor deprecated

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

Deprecated: Use DeleteHolderResponse.ProtoReflect.Descriptor instead.

func (*DeleteHolderResponse) GetSuccess

func (x *DeleteHolderResponse) GetSuccess() bool

func (*DeleteHolderResponse) ProtoMessage

func (*DeleteHolderResponse) ProtoMessage()

func (*DeleteHolderResponse) ProtoReflect

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

func (*DeleteHolderResponse) Reset

func (x *DeleteHolderResponse) Reset()

func (*DeleteHolderResponse) String

func (x *DeleteHolderResponse) String() string

func (*DeleteHolderResponse) Validate

func (m *DeleteHolderResponse) Validate() error

Validate checks the field values on DeleteHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteHolderResponse) ValidateAll

func (m *DeleteHolderResponse) ValidateAll() error

ValidateAll checks the field values on DeleteHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteHolderResponseMultiError, or nil if none found.

type DeleteHolderResponseMultiError

type DeleteHolderResponseMultiError []error

DeleteHolderResponseMultiError is an error wrapping multiple validation errors returned by DeleteHolderResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteHolderResponseMultiError) AllErrors

func (m DeleteHolderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteHolderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteHolderResponseValidationError

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

DeleteHolderResponseValidationError is the validation error returned by DeleteHolderResponse.Validate if the designated constraints aren't met.

func (DeleteHolderResponseValidationError) Cause

Cause function returns cause value.

func (DeleteHolderResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteHolderResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteHolderResponseValidationError) Field

Field function returns field value.

func (DeleteHolderResponseValidationError) Key

Key function returns key value.

func (DeleteHolderResponseValidationError) Reason

Reason function returns reason value.

type GetHolderRequest

type GetHolderRequest struct {
	Token            string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	HolderId         string `protobuf:"bytes,2,opt,name=holder_id,json=holderId,proto3" json:"holder_id,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,3,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHolderRequest) Descriptor deprecated

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

Deprecated: Use GetHolderRequest.ProtoReflect.Descriptor instead.

func (*GetHolderRequest) GetHolderId

func (x *GetHolderRequest) GetHolderId() string

func (*GetHolderRequest) GetRemoteMacAddress added in v0.0.6

func (x *GetHolderRequest) GetRemoteMacAddress() string

func (*GetHolderRequest) GetToken

func (x *GetHolderRequest) GetToken() string

func (*GetHolderRequest) ProtoMessage

func (*GetHolderRequest) ProtoMessage()

func (*GetHolderRequest) ProtoReflect

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

func (*GetHolderRequest) Reset

func (x *GetHolderRequest) Reset()

func (*GetHolderRequest) String

func (x *GetHolderRequest) String() string

func (*GetHolderRequest) Validate

func (m *GetHolderRequest) Validate() error

Validate checks the field values on GetHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetHolderRequest) ValidateAll

func (m *GetHolderRequest) ValidateAll() error

ValidateAll checks the field values on GetHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetHolderRequestMultiError, or nil if none found.

type GetHolderRequestMultiError

type GetHolderRequestMultiError []error

GetHolderRequestMultiError is an error wrapping multiple validation errors returned by GetHolderRequest.ValidateAll() if the designated constraints aren't met.

func (GetHolderRequestMultiError) AllErrors

func (m GetHolderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetHolderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetHolderRequestValidationError

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

GetHolderRequestValidationError is the validation error returned by GetHolderRequest.Validate if the designated constraints aren't met.

func (GetHolderRequestValidationError) Cause

Cause function returns cause value.

func (GetHolderRequestValidationError) Error

Error satisfies the builtin error interface

func (GetHolderRequestValidationError) ErrorName

ErrorName returns error name.

func (GetHolderRequestValidationError) Field

Field function returns field value.

func (GetHolderRequestValidationError) Key

Key function returns key value.

func (GetHolderRequestValidationError) Reason

Reason function returns reason value.

type GetHolderResponse

type GetHolderResponse struct {
	Data *Holder `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHolderResponse) Descriptor deprecated

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

Deprecated: Use GetHolderResponse.ProtoReflect.Descriptor instead.

func (*GetHolderResponse) GetData

func (x *GetHolderResponse) GetData() *Holder

func (*GetHolderResponse) ProtoMessage

func (*GetHolderResponse) ProtoMessage()

func (*GetHolderResponse) ProtoReflect

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

func (*GetHolderResponse) Reset

func (x *GetHolderResponse) Reset()

func (*GetHolderResponse) String

func (x *GetHolderResponse) String() string

func (*GetHolderResponse) Validate

func (m *GetHolderResponse) Validate() error

Validate checks the field values on GetHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetHolderResponse) ValidateAll

func (m *GetHolderResponse) ValidateAll() error

ValidateAll checks the field values on GetHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetHolderResponseMultiError, or nil if none found.

type GetHolderResponseMultiError

type GetHolderResponseMultiError []error

GetHolderResponseMultiError is an error wrapping multiple validation errors returned by GetHolderResponse.ValidateAll() if the designated constraints aren't met.

func (GetHolderResponseMultiError) AllErrors

func (m GetHolderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetHolderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetHolderResponseValidationError

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

GetHolderResponseValidationError is the validation error returned by GetHolderResponse.Validate if the designated constraints aren't met.

func (GetHolderResponseValidationError) Cause

Cause function returns cause value.

func (GetHolderResponseValidationError) Error

Error satisfies the builtin error interface

func (GetHolderResponseValidationError) ErrorName

ErrorName returns error name.

func (GetHolderResponseValidationError) Field

Field function returns field value.

func (GetHolderResponseValidationError) Key

Key function returns key value.

func (GetHolderResponseValidationError) Reason

Reason function returns reason value.

type GetNetworkNodesListRequest

type GetNetworkNodesListRequest struct {
	Token            *string        `protobuf:"bytes,1,opt,name=token,proto3,oneof" json:"token,omitempty"`
	OnlyMy           *bool          `protobuf:"varint,2,opt,name=only_my,json=onlyMy,proto3,oneof" json:"only_my,omitempty"`
	Pagination       *v1.Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
	RemoteMacAddress *string        `protobuf:"bytes,4,opt,name=remote_mac_address,json=remoteMacAddress,proto3,oneof" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNetworkNodesListRequest) Descriptor deprecated

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

Deprecated: Use GetNetworkNodesListRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkNodesListRequest) GetOnlyMy

func (x *GetNetworkNodesListRequest) GetOnlyMy() bool

func (*GetNetworkNodesListRequest) GetPagination added in v0.0.16

func (x *GetNetworkNodesListRequest) GetPagination() *v1.Pagination

func (*GetNetworkNodesListRequest) GetRemoteMacAddress added in v0.0.6

func (x *GetNetworkNodesListRequest) GetRemoteMacAddress() string

func (*GetNetworkNodesListRequest) GetToken

func (x *GetNetworkNodesListRequest) GetToken() string

func (*GetNetworkNodesListRequest) ProtoMessage

func (*GetNetworkNodesListRequest) ProtoMessage()

func (*GetNetworkNodesListRequest) ProtoReflect

func (*GetNetworkNodesListRequest) Reset

func (x *GetNetworkNodesListRequest) Reset()

func (*GetNetworkNodesListRequest) String

func (x *GetNetworkNodesListRequest) String() string

func (*GetNetworkNodesListRequest) Validate

func (m *GetNetworkNodesListRequest) Validate() error

Validate checks the field values on GetNetworkNodesListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNetworkNodesListRequest) ValidateAll

func (m *GetNetworkNodesListRequest) ValidateAll() error

ValidateAll checks the field values on GetNetworkNodesListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNetworkNodesListRequestMultiError, or nil if none found.

type GetNetworkNodesListRequestMultiError

type GetNetworkNodesListRequestMultiError []error

GetNetworkNodesListRequestMultiError is an error wrapping multiple validation errors returned by GetNetworkNodesListRequest.ValidateAll() if the designated constraints aren't met.

func (GetNetworkNodesListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetNetworkNodesListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNetworkNodesListRequestValidationError

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

GetNetworkNodesListRequestValidationError is the validation error returned by GetNetworkNodesListRequest.Validate if the designated constraints aren't met.

func (GetNetworkNodesListRequestValidationError) Cause

Cause function returns cause value.

func (GetNetworkNodesListRequestValidationError) Error

Error satisfies the builtin error interface

func (GetNetworkNodesListRequestValidationError) ErrorName

ErrorName returns error name.

func (GetNetworkNodesListRequestValidationError) Field

Field function returns field value.

func (GetNetworkNodesListRequestValidationError) Key

Key function returns key value.

func (GetNetworkNodesListRequestValidationError) Reason

Reason function returns reason value.

type GetNetworkNodesListResponse

type GetNetworkNodesListResponse struct {
	Data []*NetworkNode `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNetworkNodesListResponse) Descriptor deprecated

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

Deprecated: Use GetNetworkNodesListResponse.ProtoReflect.Descriptor instead.

func (*GetNetworkNodesListResponse) GetData

func (x *GetNetworkNodesListResponse) GetData() []*NetworkNode

func (*GetNetworkNodesListResponse) ProtoMessage

func (*GetNetworkNodesListResponse) ProtoMessage()

func (*GetNetworkNodesListResponse) ProtoReflect

func (*GetNetworkNodesListResponse) Reset

func (x *GetNetworkNodesListResponse) Reset()

func (*GetNetworkNodesListResponse) String

func (x *GetNetworkNodesListResponse) String() string

func (*GetNetworkNodesListResponse) Validate

func (m *GetNetworkNodesListResponse) Validate() error

Validate checks the field values on GetNetworkNodesListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNetworkNodesListResponse) ValidateAll

func (m *GetNetworkNodesListResponse) ValidateAll() error

ValidateAll checks the field values on GetNetworkNodesListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNetworkNodesListResponseMultiError, or nil if none found.

type GetNetworkNodesListResponseMultiError

type GetNetworkNodesListResponseMultiError []error

GetNetworkNodesListResponseMultiError is an error wrapping multiple validation errors returned by GetNetworkNodesListResponse.ValidateAll() if the designated constraints aren't met.

func (GetNetworkNodesListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetNetworkNodesListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNetworkNodesListResponseValidationError

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

GetNetworkNodesListResponseValidationError is the validation error returned by GetNetworkNodesListResponse.Validate if the designated constraints aren't met.

func (GetNetworkNodesListResponseValidationError) Cause

Cause function returns cause value.

func (GetNetworkNodesListResponseValidationError) Error

Error satisfies the builtin error interface

func (GetNetworkNodesListResponseValidationError) ErrorName

ErrorName returns error name.

func (GetNetworkNodesListResponseValidationError) Field

Field function returns field value.

func (GetNetworkNodesListResponseValidationError) Key

Key function returns key value.

func (GetNetworkNodesListResponseValidationError) Reason

Reason function returns reason value.

type GetNetworkWardensListRequest

type GetNetworkWardensListRequest struct {
	Token            *string        `protobuf:"bytes,1,opt,name=token,proto3,oneof" json:"token,omitempty"`
	OnlyMy           *bool          `protobuf:"varint,2,opt,name=only_my,json=onlyMy,proto3,oneof" json:"only_my,omitempty"`
	Pagination       *v1.Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
	RemoteMacAddress *string        `protobuf:"bytes,5,opt,name=remote_mac_address,json=remoteMacAddress,proto3,oneof" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNetworkWardensListRequest) Descriptor deprecated

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

Deprecated: Use GetNetworkWardensListRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkWardensListRequest) GetOnlyMy

func (x *GetNetworkWardensListRequest) GetOnlyMy() bool

func (*GetNetworkWardensListRequest) GetPagination added in v0.0.16

func (x *GetNetworkWardensListRequest) GetPagination() *v1.Pagination

func (*GetNetworkWardensListRequest) GetRemoteMacAddress added in v0.0.6

func (x *GetNetworkWardensListRequest) GetRemoteMacAddress() string

func (*GetNetworkWardensListRequest) GetToken

func (x *GetNetworkWardensListRequest) GetToken() string

func (*GetNetworkWardensListRequest) ProtoMessage

func (*GetNetworkWardensListRequest) ProtoMessage()

func (*GetNetworkWardensListRequest) ProtoReflect

func (*GetNetworkWardensListRequest) Reset

func (x *GetNetworkWardensListRequest) Reset()

func (*GetNetworkWardensListRequest) String

func (*GetNetworkWardensListRequest) Validate

func (m *GetNetworkWardensListRequest) Validate() error

Validate checks the field values on GetNetworkWardensListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNetworkWardensListRequest) ValidateAll

func (m *GetNetworkWardensListRequest) ValidateAll() error

ValidateAll checks the field values on GetNetworkWardensListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNetworkWardensListRequestMultiError, or nil if none found.

type GetNetworkWardensListRequestMultiError

type GetNetworkWardensListRequestMultiError []error

GetNetworkWardensListRequestMultiError is an error wrapping multiple validation errors returned by GetNetworkWardensListRequest.ValidateAll() if the designated constraints aren't met.

func (GetNetworkWardensListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetNetworkWardensListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNetworkWardensListRequestValidationError

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

GetNetworkWardensListRequestValidationError is the validation error returned by GetNetworkWardensListRequest.Validate if the designated constraints aren't met.

func (GetNetworkWardensListRequestValidationError) Cause

Cause function returns cause value.

func (GetNetworkWardensListRequestValidationError) Error

Error satisfies the builtin error interface

func (GetNetworkWardensListRequestValidationError) ErrorName

ErrorName returns error name.

func (GetNetworkWardensListRequestValidationError) Field

Field function returns field value.

func (GetNetworkWardensListRequestValidationError) Key

Key function returns key value.

func (GetNetworkWardensListRequestValidationError) Reason

Reason function returns reason value.

type GetNetworkWardensListResponse

type GetNetworkWardensListResponse struct {
	Data []*NetworkWarden `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNetworkWardensListResponse) Descriptor deprecated

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

Deprecated: Use GetNetworkWardensListResponse.ProtoReflect.Descriptor instead.

func (*GetNetworkWardensListResponse) GetData

func (*GetNetworkWardensListResponse) ProtoMessage

func (*GetNetworkWardensListResponse) ProtoMessage()

func (*GetNetworkWardensListResponse) ProtoReflect

func (*GetNetworkWardensListResponse) Reset

func (x *GetNetworkWardensListResponse) Reset()

func (*GetNetworkWardensListResponse) String

func (*GetNetworkWardensListResponse) Validate

func (m *GetNetworkWardensListResponse) Validate() error

Validate checks the field values on GetNetworkWardensListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNetworkWardensListResponse) ValidateAll

func (m *GetNetworkWardensListResponse) ValidateAll() error

ValidateAll checks the field values on GetNetworkWardensListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNetworkWardensListResponseMultiError, or nil if none found.

type GetNetworkWardensListResponseMultiError

type GetNetworkWardensListResponseMultiError []error

GetNetworkWardensListResponseMultiError is an error wrapping multiple validation errors returned by GetNetworkWardensListResponse.ValidateAll() if the designated constraints aren't met.

func (GetNetworkWardensListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetNetworkWardensListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNetworkWardensListResponseValidationError

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

GetNetworkWardensListResponseValidationError is the validation error returned by GetNetworkWardensListResponse.Validate if the designated constraints aren't met.

func (GetNetworkWardensListResponseValidationError) Cause

Cause function returns cause value.

func (GetNetworkWardensListResponseValidationError) Error

Error satisfies the builtin error interface

func (GetNetworkWardensListResponseValidationError) ErrorName

ErrorName returns error name.

func (GetNetworkWardensListResponseValidationError) Field

Field function returns field value.

func (GetNetworkWardensListResponseValidationError) Key

Key function returns key value.

func (GetNetworkWardensListResponseValidationError) Reason

Reason function returns reason value.

type GetPersonalDataNodesListRequest

type GetPersonalDataNodesListRequest struct {
	Token            *string        `protobuf:"bytes,1,opt,name=token,proto3,oneof" json:"token,omitempty"`
	OnlyMy           *bool          `protobuf:"varint,2,opt,name=only_my,json=onlyMy,proto3,oneof" json:"only_my,omitempty"`
	Pagination       *v1.Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
	RemoteMacAddress string         `protobuf:"bytes,4,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersonalDataNodesListRequest) Descriptor deprecated

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

Deprecated: Use GetPersonalDataNodesListRequest.ProtoReflect.Descriptor instead.

func (*GetPersonalDataNodesListRequest) GetOnlyMy

func (x *GetPersonalDataNodesListRequest) GetOnlyMy() bool

func (*GetPersonalDataNodesListRequest) GetPagination added in v0.0.16

func (x *GetPersonalDataNodesListRequest) GetPagination() *v1.Pagination

func (*GetPersonalDataNodesListRequest) GetRemoteMacAddress added in v0.0.6

func (x *GetPersonalDataNodesListRequest) GetRemoteMacAddress() string

func (*GetPersonalDataNodesListRequest) GetToken

func (*GetPersonalDataNodesListRequest) ProtoMessage

func (*GetPersonalDataNodesListRequest) ProtoMessage()

func (*GetPersonalDataNodesListRequest) ProtoReflect

func (*GetPersonalDataNodesListRequest) Reset

func (*GetPersonalDataNodesListRequest) String

func (*GetPersonalDataNodesListRequest) Validate

func (m *GetPersonalDataNodesListRequest) Validate() error

Validate checks the field values on GetPersonalDataNodesListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPersonalDataNodesListRequest) ValidateAll

func (m *GetPersonalDataNodesListRequest) ValidateAll() error

ValidateAll checks the field values on GetPersonalDataNodesListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPersonalDataNodesListRequestMultiError, or nil if none found.

type GetPersonalDataNodesListRequestMultiError

type GetPersonalDataNodesListRequestMultiError []error

GetPersonalDataNodesListRequestMultiError is an error wrapping multiple validation errors returned by GetPersonalDataNodesListRequest.ValidateAll() if the designated constraints aren't met.

func (GetPersonalDataNodesListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPersonalDataNodesListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPersonalDataNodesListRequestValidationError

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

GetPersonalDataNodesListRequestValidationError is the validation error returned by GetPersonalDataNodesListRequest.Validate if the designated constraints aren't met.

func (GetPersonalDataNodesListRequestValidationError) Cause

Cause function returns cause value.

func (GetPersonalDataNodesListRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPersonalDataNodesListRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPersonalDataNodesListRequestValidationError) Field

Field function returns field value.

func (GetPersonalDataNodesListRequestValidationError) Key

Key function returns key value.

func (GetPersonalDataNodesListRequestValidationError) Reason

Reason function returns reason value.

type GetPersonalDataNodesListResponse

type GetPersonalDataNodesListResponse struct {
	Data []*PersonalDataNode `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersonalDataNodesListResponse) Descriptor deprecated

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

Deprecated: Use GetPersonalDataNodesListResponse.ProtoReflect.Descriptor instead.

func (*GetPersonalDataNodesListResponse) GetData

func (*GetPersonalDataNodesListResponse) ProtoMessage

func (*GetPersonalDataNodesListResponse) ProtoMessage()

func (*GetPersonalDataNodesListResponse) ProtoReflect

func (*GetPersonalDataNodesListResponse) Reset

func (*GetPersonalDataNodesListResponse) String

func (*GetPersonalDataNodesListResponse) Validate

Validate checks the field values on GetPersonalDataNodesListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPersonalDataNodesListResponse) ValidateAll

func (m *GetPersonalDataNodesListResponse) ValidateAll() error

ValidateAll checks the field values on GetPersonalDataNodesListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPersonalDataNodesListResponseMultiError, or nil if none found.

type GetPersonalDataNodesListResponseMultiError

type GetPersonalDataNodesListResponseMultiError []error

GetPersonalDataNodesListResponseMultiError is an error wrapping multiple validation errors returned by GetPersonalDataNodesListResponse.ValidateAll() if the designated constraints aren't met.

func (GetPersonalDataNodesListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPersonalDataNodesListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPersonalDataNodesListResponseValidationError

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

GetPersonalDataNodesListResponseValidationError is the validation error returned by GetPersonalDataNodesListResponse.Validate if the designated constraints aren't met.

func (GetPersonalDataNodesListResponseValidationError) Cause

Cause function returns cause value.

func (GetPersonalDataNodesListResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPersonalDataNodesListResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPersonalDataNodesListResponseValidationError) Field

Field function returns field value.

func (GetPersonalDataNodesListResponseValidationError) Key

Key function returns key value.

func (GetPersonalDataNodesListResponseValidationError) Reason

Reason function returns reason value.

type Holder

type Holder struct {
	Id             string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Emails         []string `protobuf:"bytes,2,rep,name=emails,proto3" json:"emails,omitempty"`
	PhoneNumbers   []string `protobuf:"bytes,3,rep,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"`
	AvatarImageUrl *string  `protobuf:"bytes,4,opt,name=avatar_image_url,json=avatarImageUrl,proto3,oneof" json:"avatar_image_url,omitempty"`
	Countries      []string `protobuf:"bytes,5,rep,name=countries,proto3" json:"countries,omitempty"`
	Languages      []string `protobuf:"bytes,6,rep,name=languages,proto3" json:"languages,omitempty"`
	// contains filtered or unexported fields
}

func (*Holder) Descriptor deprecated

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

Deprecated: Use Holder.ProtoReflect.Descriptor instead.

func (*Holder) GetAvatarImageUrl

func (x *Holder) GetAvatarImageUrl() string

func (*Holder) GetCountries

func (x *Holder) GetCountries() []string

func (*Holder) GetEmails

func (x *Holder) GetEmails() []string

func (*Holder) GetId

func (x *Holder) GetId() string

func (*Holder) GetLanguages

func (x *Holder) GetLanguages() []string

func (*Holder) GetPhoneNumbers

func (x *Holder) GetPhoneNumbers() []string

func (*Holder) ProtoMessage

func (*Holder) ProtoMessage()

func (*Holder) ProtoReflect

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

func (*Holder) Reset

func (x *Holder) Reset()

func (*Holder) String

func (x *Holder) String() string

func (*Holder) Validate

func (m *Holder) Validate() error

Validate checks the field values on Holder with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Holder) ValidateAll

func (m *Holder) ValidateAll() error

ValidateAll checks the field values on Holder with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HolderMultiError, or nil if none found.

type HolderMultiError

type HolderMultiError []error

HolderMultiError is an error wrapping multiple validation errors returned by Holder.ValidateAll() if the designated constraints aren't met.

func (HolderMultiError) AllErrors

func (m HolderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HolderMultiError) Error

func (m HolderMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HolderValidationError

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

HolderValidationError is the validation error returned by Holder.Validate if the designated constraints aren't met.

func (HolderValidationError) Cause

func (e HolderValidationError) Cause() error

Cause function returns cause value.

func (HolderValidationError) Error

func (e HolderValidationError) Error() string

Error satisfies the builtin error interface

func (HolderValidationError) ErrorName

func (e HolderValidationError) ErrorName() string

ErrorName returns error name.

func (HolderValidationError) Field

func (e HolderValidationError) Field() string

Field function returns field value.

func (HolderValidationError) Key

func (e HolderValidationError) Key() bool

Key function returns key value.

func (HolderValidationError) Reason

func (e HolderValidationError) Reason() string

Reason function returns reason value.

type InitiateNetworkNodeRequest added in v0.0.17

type InitiateNetworkNodeRequest struct {
	ApiKey           string        `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	AccountsCapacity int64         `protobuf:"varint,2,opt,name=accounts_capacity,json=accountsCapacity,proto3" json:"accounts_capacity,omitempty"`
	IsOpen           bool          `protobuf:"varint,3,opt,name=is_open,json=isOpen,proto3" json:"is_open,omitempty"`
	Version          string        `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	RateLimit        *v1.RateLimit `protobuf:"bytes,5,opt,name=rate_limit,json=rateLimit,proto3" json:"rate_limit,omitempty"`
	CrawlRateLimit   *v1.RateLimit `protobuf:"bytes,6,opt,name=crawl_rate_limit,json=crawlRateLimit,proto3" json:"crawl_rate_limit,omitempty"`
	IdGenNode        int64         `protobuf:"varint,7,opt,name=id_gen_node,json=idGenNode,proto3" json:"id_gen_node,omitempty"`
	// contains filtered or unexported fields
}

func (*InitiateNetworkNodeRequest) Descriptor deprecated added in v0.0.17

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

Deprecated: Use InitiateNetworkNodeRequest.ProtoReflect.Descriptor instead.

func (*InitiateNetworkNodeRequest) GetAccountsCapacity added in v0.0.17

func (x *InitiateNetworkNodeRequest) GetAccountsCapacity() int64

func (*InitiateNetworkNodeRequest) GetApiKey added in v0.0.17

func (x *InitiateNetworkNodeRequest) GetApiKey() string

func (*InitiateNetworkNodeRequest) GetCrawlRateLimit added in v0.0.17

func (x *InitiateNetworkNodeRequest) GetCrawlRateLimit() *v1.RateLimit

func (*InitiateNetworkNodeRequest) GetIdGenNode added in v0.0.17

func (x *InitiateNetworkNodeRequest) GetIdGenNode() int64

func (*InitiateNetworkNodeRequest) GetIsOpen added in v0.0.17

func (x *InitiateNetworkNodeRequest) GetIsOpen() bool

func (*InitiateNetworkNodeRequest) GetRateLimit added in v0.0.17

func (x *InitiateNetworkNodeRequest) GetRateLimit() *v1.RateLimit

func (*InitiateNetworkNodeRequest) GetVersion added in v0.0.17

func (x *InitiateNetworkNodeRequest) GetVersion() string

func (*InitiateNetworkNodeRequest) ProtoMessage added in v0.0.17

func (*InitiateNetworkNodeRequest) ProtoMessage()

func (*InitiateNetworkNodeRequest) ProtoReflect added in v0.0.17

func (*InitiateNetworkNodeRequest) Reset added in v0.0.17

func (x *InitiateNetworkNodeRequest) Reset()

func (*InitiateNetworkNodeRequest) String added in v0.0.17

func (x *InitiateNetworkNodeRequest) String() string

func (*InitiateNetworkNodeRequest) Validate added in v0.0.17

func (m *InitiateNetworkNodeRequest) Validate() error

Validate checks the field values on InitiateNetworkNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InitiateNetworkNodeRequest) ValidateAll added in v0.0.17

func (m *InitiateNetworkNodeRequest) ValidateAll() error

ValidateAll checks the field values on InitiateNetworkNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InitiateNetworkNodeRequestMultiError, or nil if none found.

type InitiateNetworkNodeRequestMultiError added in v0.0.17

type InitiateNetworkNodeRequestMultiError []error

InitiateNetworkNodeRequestMultiError is an error wrapping multiple validation errors returned by InitiateNetworkNodeRequest.ValidateAll() if the designated constraints aren't met.

func (InitiateNetworkNodeRequestMultiError) AllErrors added in v0.0.17

AllErrors returns a list of validation violation errors.

func (InitiateNetworkNodeRequestMultiError) Error added in v0.0.17

Error returns a concatenation of all the error messages it wraps.

type InitiateNetworkNodeRequestValidationError added in v0.0.17

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

InitiateNetworkNodeRequestValidationError is the validation error returned by InitiateNetworkNodeRequest.Validate if the designated constraints aren't met.

func (InitiateNetworkNodeRequestValidationError) Cause added in v0.0.17

Cause function returns cause value.

func (InitiateNetworkNodeRequestValidationError) Error added in v0.0.17

Error satisfies the builtin error interface

func (InitiateNetworkNodeRequestValidationError) ErrorName added in v0.0.17

ErrorName returns error name.

func (InitiateNetworkNodeRequestValidationError) Field added in v0.0.17

Field function returns field value.

func (InitiateNetworkNodeRequestValidationError) Key added in v0.0.17

Key function returns key value.

func (InitiateNetworkNodeRequestValidationError) Reason added in v0.0.17

Reason function returns reason value.

type InitiateNetworkNodeResponse added in v0.0.17

type InitiateNetworkNodeResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*InitiateNetworkNodeResponse) Descriptor deprecated added in v0.0.17

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

Deprecated: Use InitiateNetworkNodeResponse.ProtoReflect.Descriptor instead.

func (*InitiateNetworkNodeResponse) GetSuccess added in v0.0.17

func (x *InitiateNetworkNodeResponse) GetSuccess() bool

func (*InitiateNetworkNodeResponse) ProtoMessage added in v0.0.17

func (*InitiateNetworkNodeResponse) ProtoMessage()

func (*InitiateNetworkNodeResponse) ProtoReflect added in v0.0.17

func (*InitiateNetworkNodeResponse) Reset added in v0.0.17

func (x *InitiateNetworkNodeResponse) Reset()

func (*InitiateNetworkNodeResponse) String added in v0.0.17

func (x *InitiateNetworkNodeResponse) String() string

func (*InitiateNetworkNodeResponse) Validate added in v0.0.17

func (m *InitiateNetworkNodeResponse) Validate() error

Validate checks the field values on InitiateNetworkNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InitiateNetworkNodeResponse) ValidateAll added in v0.0.17

func (m *InitiateNetworkNodeResponse) ValidateAll() error

ValidateAll checks the field values on InitiateNetworkNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InitiateNetworkNodeResponseMultiError, or nil if none found.

type InitiateNetworkNodeResponseMultiError added in v0.0.17

type InitiateNetworkNodeResponseMultiError []error

InitiateNetworkNodeResponseMultiError is an error wrapping multiple validation errors returned by InitiateNetworkNodeResponse.ValidateAll() if the designated constraints aren't met.

func (InitiateNetworkNodeResponseMultiError) AllErrors added in v0.0.17

AllErrors returns a list of validation violation errors.

func (InitiateNetworkNodeResponseMultiError) Error added in v0.0.17

Error returns a concatenation of all the error messages it wraps.

type InitiateNetworkNodeResponseValidationError added in v0.0.17

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

InitiateNetworkNodeResponseValidationError is the validation error returned by InitiateNetworkNodeResponse.Validate if the designated constraints aren't met.

func (InitiateNetworkNodeResponseValidationError) Cause added in v0.0.17

Cause function returns cause value.

func (InitiateNetworkNodeResponseValidationError) Error added in v0.0.17

Error satisfies the builtin error interface

func (InitiateNetworkNodeResponseValidationError) ErrorName added in v0.0.17

ErrorName returns error name.

func (InitiateNetworkNodeResponseValidationError) Field added in v0.0.17

Field function returns field value.

func (InitiateNetworkNodeResponseValidationError) Key added in v0.0.17

Key function returns key value.

func (InitiateNetworkNodeResponseValidationError) Reason added in v0.0.17

Reason function returns reason value.

type JoinNetworkNodeRegistrationWaitlistRequest

type JoinNetworkNodeRegistrationWaitlistRequest struct {
	Token            string          `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Url              string          `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Name             string          `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description      string          `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Location         *v1.Geolocation `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
	DomainName       string          `protobuf:"bytes,6,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	RemoteMacAddress string          `protobuf:"bytes,7,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinNetworkNodeRegistrationWaitlistRequest) Descriptor deprecated

Deprecated: Use JoinNetworkNodeRegistrationWaitlistRequest.ProtoReflect.Descriptor instead.

func (*JoinNetworkNodeRegistrationWaitlistRequest) GetDescription

func (*JoinNetworkNodeRegistrationWaitlistRequest) GetDomainName

func (*JoinNetworkNodeRegistrationWaitlistRequest) GetLocation

func (*JoinNetworkNodeRegistrationWaitlistRequest) GetName

func (*JoinNetworkNodeRegistrationWaitlistRequest) GetRemoteMacAddress added in v0.0.6

func (x *JoinNetworkNodeRegistrationWaitlistRequest) GetRemoteMacAddress() string

func (*JoinNetworkNodeRegistrationWaitlistRequest) GetToken

func (*JoinNetworkNodeRegistrationWaitlistRequest) GetUrl

func (*JoinNetworkNodeRegistrationWaitlistRequest) ProtoMessage

func (*JoinNetworkNodeRegistrationWaitlistRequest) ProtoReflect

func (*JoinNetworkNodeRegistrationWaitlistRequest) Reset

func (*JoinNetworkNodeRegistrationWaitlistRequest) String

func (*JoinNetworkNodeRegistrationWaitlistRequest) Validate

Validate checks the field values on JoinNetworkNodeRegistrationWaitlistRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JoinNetworkNodeRegistrationWaitlistRequest) ValidateAll

ValidateAll checks the field values on JoinNetworkNodeRegistrationWaitlistRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinNetworkNodeRegistrationWaitlistRequestMultiError, or nil if none found.

type JoinNetworkNodeRegistrationWaitlistRequestMultiError

type JoinNetworkNodeRegistrationWaitlistRequestMultiError []error

JoinNetworkNodeRegistrationWaitlistRequestMultiError is an error wrapping multiple validation errors returned by JoinNetworkNodeRegistrationWaitlistRequest.ValidateAll() if the designated constraints aren't met.

func (JoinNetworkNodeRegistrationWaitlistRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (JoinNetworkNodeRegistrationWaitlistRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JoinNetworkNodeRegistrationWaitlistRequestValidationError

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

JoinNetworkNodeRegistrationWaitlistRequestValidationError is the validation error returned by JoinNetworkNodeRegistrationWaitlistRequest.Validate if the designated constraints aren't met.

func (JoinNetworkNodeRegistrationWaitlistRequestValidationError) Cause

Cause function returns cause value.

func (JoinNetworkNodeRegistrationWaitlistRequestValidationError) Error

Error satisfies the builtin error interface

func (JoinNetworkNodeRegistrationWaitlistRequestValidationError) ErrorName

ErrorName returns error name.

func (JoinNetworkNodeRegistrationWaitlistRequestValidationError) Field

Field function returns field value.

func (JoinNetworkNodeRegistrationWaitlistRequestValidationError) Key

Key function returns key value.

func (JoinNetworkNodeRegistrationWaitlistRequestValidationError) Reason

Reason function returns reason value.

type JoinNetworkNodeRegistrationWaitlistResponse

type JoinNetworkNodeRegistrationWaitlistResponse struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Id      string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinNetworkNodeRegistrationWaitlistResponse) Descriptor deprecated

Deprecated: Use JoinNetworkNodeRegistrationWaitlistResponse.ProtoReflect.Descriptor instead.

func (*JoinNetworkNodeRegistrationWaitlistResponse) GetId

func (*JoinNetworkNodeRegistrationWaitlistResponse) GetSuccess

func (*JoinNetworkNodeRegistrationWaitlistResponse) ProtoMessage

func (*JoinNetworkNodeRegistrationWaitlistResponse) ProtoReflect

func (*JoinNetworkNodeRegistrationWaitlistResponse) Reset

func (*JoinNetworkNodeRegistrationWaitlistResponse) String

func (*JoinNetworkNodeRegistrationWaitlistResponse) Validate

Validate checks the field values on JoinNetworkNodeRegistrationWaitlistResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JoinNetworkNodeRegistrationWaitlistResponse) ValidateAll

ValidateAll checks the field values on JoinNetworkNodeRegistrationWaitlistResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinNetworkNodeRegistrationWaitlistResponseMultiError, or nil if none found.

type JoinNetworkNodeRegistrationWaitlistResponseMultiError

type JoinNetworkNodeRegistrationWaitlistResponseMultiError []error

JoinNetworkNodeRegistrationWaitlistResponseMultiError is an error wrapping multiple validation errors returned by JoinNetworkNodeRegistrationWaitlistResponse.ValidateAll() if the designated constraints aren't met.

func (JoinNetworkNodeRegistrationWaitlistResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (JoinNetworkNodeRegistrationWaitlistResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JoinNetworkNodeRegistrationWaitlistResponseValidationError

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

JoinNetworkNodeRegistrationWaitlistResponseValidationError is the validation error returned by JoinNetworkNodeRegistrationWaitlistResponse.Validate if the designated constraints aren't met.

func (JoinNetworkNodeRegistrationWaitlistResponseValidationError) Cause

Cause function returns cause value.

func (JoinNetworkNodeRegistrationWaitlistResponseValidationError) Error

Error satisfies the builtin error interface

func (JoinNetworkNodeRegistrationWaitlistResponseValidationError) ErrorName

ErrorName returns error name.

func (JoinNetworkNodeRegistrationWaitlistResponseValidationError) Field

Field function returns field value.

func (JoinNetworkNodeRegistrationWaitlistResponseValidationError) Key

Key function returns key value.

func (JoinNetworkNodeRegistrationWaitlistResponseValidationError) Reason

Reason function returns reason value.

type JoinPersonalDataNodeRegistrationWaitlistRequest

type JoinPersonalDataNodeRegistrationWaitlistRequest struct {
	Token            string          `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Url              string          `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Name             string          `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description      string          `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Location         *v1.Geolocation `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
	RemoteMacAddress string          `protobuf:"bytes,6,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) Descriptor deprecated

Deprecated: Use JoinPersonalDataNodeRegistrationWaitlistRequest.ProtoReflect.Descriptor instead.

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) GetDescription

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) GetLocation

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) GetName

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) GetRemoteMacAddress added in v0.0.6

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) GetToken

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) GetUrl

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) ProtoMessage

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) ProtoReflect

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) Reset

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) String

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) Validate

Validate checks the field values on JoinPersonalDataNodeRegistrationWaitlistRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JoinPersonalDataNodeRegistrationWaitlistRequest) ValidateAll

ValidateAll checks the field values on JoinPersonalDataNodeRegistrationWaitlistRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinPersonalDataNodeRegistrationWaitlistRequestMultiError, or nil if none found.

type JoinPersonalDataNodeRegistrationWaitlistRequestMultiError

type JoinPersonalDataNodeRegistrationWaitlistRequestMultiError []error

JoinPersonalDataNodeRegistrationWaitlistRequestMultiError is an error wrapping multiple validation errors returned by JoinPersonalDataNodeRegistrationWaitlistRequest.ValidateAll() if the designated constraints aren't met.

func (JoinPersonalDataNodeRegistrationWaitlistRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (JoinPersonalDataNodeRegistrationWaitlistRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JoinPersonalDataNodeRegistrationWaitlistRequestValidationError

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

JoinPersonalDataNodeRegistrationWaitlistRequestValidationError is the validation error returned by JoinPersonalDataNodeRegistrationWaitlistRequest.Validate if the designated constraints aren't met.

func (JoinPersonalDataNodeRegistrationWaitlistRequestValidationError) Cause

Cause function returns cause value.

func (JoinPersonalDataNodeRegistrationWaitlistRequestValidationError) Error

Error satisfies the builtin error interface

func (JoinPersonalDataNodeRegistrationWaitlistRequestValidationError) ErrorName

ErrorName returns error name.

func (JoinPersonalDataNodeRegistrationWaitlistRequestValidationError) Field

Field function returns field value.

func (JoinPersonalDataNodeRegistrationWaitlistRequestValidationError) Key

Key function returns key value.

func (JoinPersonalDataNodeRegistrationWaitlistRequestValidationError) Reason

Reason function returns reason value.

type JoinPersonalDataNodeRegistrationWaitlistResponse

type JoinPersonalDataNodeRegistrationWaitlistResponse struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Id      string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) Descriptor deprecated

Deprecated: Use JoinPersonalDataNodeRegistrationWaitlistResponse.ProtoReflect.Descriptor instead.

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) GetId

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) GetSuccess

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) ProtoMessage

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) ProtoReflect

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) Reset

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) String

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) Validate

Validate checks the field values on JoinPersonalDataNodeRegistrationWaitlistResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JoinPersonalDataNodeRegistrationWaitlistResponse) ValidateAll

ValidateAll checks the field values on JoinPersonalDataNodeRegistrationWaitlistResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinPersonalDataNodeRegistrationWaitlistResponseMultiError, or nil if none found.

type JoinPersonalDataNodeRegistrationWaitlistResponseMultiError

type JoinPersonalDataNodeRegistrationWaitlistResponseMultiError []error

JoinPersonalDataNodeRegistrationWaitlistResponseMultiError is an error wrapping multiple validation errors returned by JoinPersonalDataNodeRegistrationWaitlistResponse.ValidateAll() if the designated constraints aren't met.

func (JoinPersonalDataNodeRegistrationWaitlistResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (JoinPersonalDataNodeRegistrationWaitlistResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JoinPersonalDataNodeRegistrationWaitlistResponseValidationError

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

JoinPersonalDataNodeRegistrationWaitlistResponseValidationError is the validation error returned by JoinPersonalDataNodeRegistrationWaitlistResponse.Validate if the designated constraints aren't met.

func (JoinPersonalDataNodeRegistrationWaitlistResponseValidationError) Cause

Cause function returns cause value.

func (JoinPersonalDataNodeRegistrationWaitlistResponseValidationError) Error

Error satisfies the builtin error interface

func (JoinPersonalDataNodeRegistrationWaitlistResponseValidationError) ErrorName

ErrorName returns error name.

func (JoinPersonalDataNodeRegistrationWaitlistResponseValidationError) Field

Field function returns field value.

func (JoinPersonalDataNodeRegistrationWaitlistResponseValidationError) Key

Key function returns key value.

func (JoinPersonalDataNodeRegistrationWaitlistResponseValidationError) Reason

Reason function returns reason value.

type LoginHolderRequest

type LoginHolderRequest struct {
	Email            string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	PhoneNumber      string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	Password         string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,4,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginHolderRequest) Descriptor deprecated

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

Deprecated: Use LoginHolderRequest.ProtoReflect.Descriptor instead.

func (*LoginHolderRequest) GetEmail

func (x *LoginHolderRequest) GetEmail() string

func (*LoginHolderRequest) GetPassword

func (x *LoginHolderRequest) GetPassword() string

func (*LoginHolderRequest) GetPhoneNumber

func (x *LoginHolderRequest) GetPhoneNumber() string

func (*LoginHolderRequest) GetRemoteMacAddress added in v0.0.6

func (x *LoginHolderRequest) GetRemoteMacAddress() string

func (*LoginHolderRequest) ProtoMessage

func (*LoginHolderRequest) ProtoMessage()

func (*LoginHolderRequest) ProtoReflect

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

func (*LoginHolderRequest) Reset

func (x *LoginHolderRequest) Reset()

func (*LoginHolderRequest) String

func (x *LoginHolderRequest) String() string

func (*LoginHolderRequest) Validate

func (m *LoginHolderRequest) Validate() error

Validate checks the field values on LoginHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginHolderRequest) ValidateAll

func (m *LoginHolderRequest) ValidateAll() error

ValidateAll checks the field values on LoginHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginHolderRequestMultiError, or nil if none found.

type LoginHolderRequestMultiError

type LoginHolderRequestMultiError []error

LoginHolderRequestMultiError is an error wrapping multiple validation errors returned by LoginHolderRequest.ValidateAll() if the designated constraints aren't met.

func (LoginHolderRequestMultiError) AllErrors

func (m LoginHolderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginHolderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LoginHolderRequestValidationError

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

LoginHolderRequestValidationError is the validation error returned by LoginHolderRequest.Validate if the designated constraints aren't met.

func (LoginHolderRequestValidationError) Cause

Cause function returns cause value.

func (LoginHolderRequestValidationError) Error

Error satisfies the builtin error interface

func (LoginHolderRequestValidationError) ErrorName

ErrorName returns error name.

func (LoginHolderRequestValidationError) Field

Field function returns field value.

func (LoginHolderRequestValidationError) Key

Key function returns key value.

func (LoginHolderRequestValidationError) Reason

Reason function returns reason value.

type LoginHolderResponse

type LoginHolderResponse struct {
	Token        string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	RefreshToken string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginHolderResponse) Descriptor deprecated

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

Deprecated: Use LoginHolderResponse.ProtoReflect.Descriptor instead.

func (*LoginHolderResponse) GetRefreshToken

func (x *LoginHolderResponse) GetRefreshToken() string

func (*LoginHolderResponse) GetToken

func (x *LoginHolderResponse) GetToken() string

func (*LoginHolderResponse) ProtoMessage

func (*LoginHolderResponse) ProtoMessage()

func (*LoginHolderResponse) ProtoReflect

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

func (*LoginHolderResponse) Reset

func (x *LoginHolderResponse) Reset()

func (*LoginHolderResponse) String

func (x *LoginHolderResponse) String() string

func (*LoginHolderResponse) Validate

func (m *LoginHolderResponse) Validate() error

Validate checks the field values on LoginHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginHolderResponse) ValidateAll

func (m *LoginHolderResponse) ValidateAll() error

ValidateAll checks the field values on LoginHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginHolderResponseMultiError, or nil if none found.

type LoginHolderResponseMultiError

type LoginHolderResponseMultiError []error

LoginHolderResponseMultiError is an error wrapping multiple validation errors returned by LoginHolderResponse.ValidateAll() if the designated constraints aren't met.

func (LoginHolderResponseMultiError) AllErrors

func (m LoginHolderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginHolderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LoginHolderResponseValidationError

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

LoginHolderResponseValidationError is the validation error returned by LoginHolderResponse.Validate if the designated constraints aren't met.

func (LoginHolderResponseValidationError) Cause

Cause function returns cause value.

func (LoginHolderResponseValidationError) Error

Error satisfies the builtin error interface

func (LoginHolderResponseValidationError) ErrorName

ErrorName returns error name.

func (LoginHolderResponseValidationError) Field

Field function returns field value.

func (LoginHolderResponseValidationError) Key

Key function returns key value.

func (LoginHolderResponseValidationError) Reason

Reason function returns reason value.

type LogoutHolderRequest

type LogoutHolderRequest struct {
	Token            string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,2,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*LogoutHolderRequest) Descriptor deprecated

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

Deprecated: Use LogoutHolderRequest.ProtoReflect.Descriptor instead.

func (*LogoutHolderRequest) GetRemoteMacAddress added in v0.0.6

func (x *LogoutHolderRequest) GetRemoteMacAddress() string

func (*LogoutHolderRequest) GetToken

func (x *LogoutHolderRequest) GetToken() string

func (*LogoutHolderRequest) ProtoMessage

func (*LogoutHolderRequest) ProtoMessage()

func (*LogoutHolderRequest) ProtoReflect

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

func (*LogoutHolderRequest) Reset

func (x *LogoutHolderRequest) Reset()

func (*LogoutHolderRequest) String

func (x *LogoutHolderRequest) String() string

func (*LogoutHolderRequest) Validate

func (m *LogoutHolderRequest) Validate() error

Validate checks the field values on LogoutHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogoutHolderRequest) ValidateAll

func (m *LogoutHolderRequest) ValidateAll() error

ValidateAll checks the field values on LogoutHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutHolderRequestMultiError, or nil if none found.

type LogoutHolderRequestMultiError

type LogoutHolderRequestMultiError []error

LogoutHolderRequestMultiError is an error wrapping multiple validation errors returned by LogoutHolderRequest.ValidateAll() if the designated constraints aren't met.

func (LogoutHolderRequestMultiError) AllErrors

func (m LogoutHolderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogoutHolderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LogoutHolderRequestValidationError

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

LogoutHolderRequestValidationError is the validation error returned by LogoutHolderRequest.Validate if the designated constraints aren't met.

func (LogoutHolderRequestValidationError) Cause

Cause function returns cause value.

func (LogoutHolderRequestValidationError) Error

Error satisfies the builtin error interface

func (LogoutHolderRequestValidationError) ErrorName

ErrorName returns error name.

func (LogoutHolderRequestValidationError) Field

Field function returns field value.

func (LogoutHolderRequestValidationError) Key

Key function returns key value.

func (LogoutHolderRequestValidationError) Reason

Reason function returns reason value.

type LogoutHolderResponse

type LogoutHolderResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*LogoutHolderResponse) Descriptor deprecated

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

Deprecated: Use LogoutHolderResponse.ProtoReflect.Descriptor instead.

func (*LogoutHolderResponse) GetSuccess

func (x *LogoutHolderResponse) GetSuccess() bool

func (*LogoutHolderResponse) ProtoMessage

func (*LogoutHolderResponse) ProtoMessage()

func (*LogoutHolderResponse) ProtoReflect

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

func (*LogoutHolderResponse) Reset

func (x *LogoutHolderResponse) Reset()

func (*LogoutHolderResponse) String

func (x *LogoutHolderResponse) String() string

func (*LogoutHolderResponse) Validate

func (m *LogoutHolderResponse) Validate() error

Validate checks the field values on LogoutHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogoutHolderResponse) ValidateAll

func (m *LogoutHolderResponse) ValidateAll() error

ValidateAll checks the field values on LogoutHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutHolderResponseMultiError, or nil if none found.

type LogoutHolderResponseMultiError

type LogoutHolderResponseMultiError []error

LogoutHolderResponseMultiError is an error wrapping multiple validation errors returned by LogoutHolderResponse.ValidateAll() if the designated constraints aren't met.

func (LogoutHolderResponseMultiError) AllErrors

func (m LogoutHolderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogoutHolderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LogoutHolderResponseValidationError

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

LogoutHolderResponseValidationError is the validation error returned by LogoutHolderResponse.Validate if the designated constraints aren't met.

func (LogoutHolderResponseValidationError) Cause

Cause function returns cause value.

func (LogoutHolderResponseValidationError) Error

Error satisfies the builtin error interface

func (LogoutHolderResponseValidationError) ErrorName

ErrorName returns error name.

func (LogoutHolderResponseValidationError) Field

Field function returns field value.

func (LogoutHolderResponseValidationError) Key

Key function returns key value.

func (LogoutHolderResponseValidationError) Reason

Reason function returns reason value.

type ModifyHolderRequest

type ModifyHolderRequest struct {
	Token            string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	AvatarImageUrl   *string  `protobuf:"bytes,2,opt,name=avatar_image_url,json=avatarImageUrl,proto3,oneof" json:"avatar_image_url,omitempty"`
	Countries        []string `protobuf:"bytes,3,rep,name=countries,proto3" json:"countries,omitempty"`
	Languages        []string `protobuf:"bytes,4,rep,name=languages,proto3" json:"languages,omitempty"`
	RemoteMacAddress string   `protobuf:"bytes,5,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyHolderRequest) Descriptor deprecated

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

Deprecated: Use ModifyHolderRequest.ProtoReflect.Descriptor instead.

func (*ModifyHolderRequest) GetAvatarImageUrl

func (x *ModifyHolderRequest) GetAvatarImageUrl() string

func (*ModifyHolderRequest) GetCountries

func (x *ModifyHolderRequest) GetCountries() []string

func (*ModifyHolderRequest) GetLanguages

func (x *ModifyHolderRequest) GetLanguages() []string

func (*ModifyHolderRequest) GetRemoteMacAddress added in v0.0.6

func (x *ModifyHolderRequest) GetRemoteMacAddress() string

func (*ModifyHolderRequest) GetToken

func (x *ModifyHolderRequest) GetToken() string

func (*ModifyHolderRequest) ProtoMessage

func (*ModifyHolderRequest) ProtoMessage()

func (*ModifyHolderRequest) ProtoReflect

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

func (*ModifyHolderRequest) Reset

func (x *ModifyHolderRequest) Reset()

func (*ModifyHolderRequest) String

func (x *ModifyHolderRequest) String() string

func (*ModifyHolderRequest) Validate

func (m *ModifyHolderRequest) Validate() error

Validate checks the field values on ModifyHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ModifyHolderRequest) ValidateAll

func (m *ModifyHolderRequest) ValidateAll() error

ValidateAll checks the field values on ModifyHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModifyHolderRequestMultiError, or nil if none found.

type ModifyHolderRequestMultiError

type ModifyHolderRequestMultiError []error

ModifyHolderRequestMultiError is an error wrapping multiple validation errors returned by ModifyHolderRequest.ValidateAll() if the designated constraints aren't met.

func (ModifyHolderRequestMultiError) AllErrors

func (m ModifyHolderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ModifyHolderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ModifyHolderRequestValidationError

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

ModifyHolderRequestValidationError is the validation error returned by ModifyHolderRequest.Validate if the designated constraints aren't met.

func (ModifyHolderRequestValidationError) Cause

Cause function returns cause value.

func (ModifyHolderRequestValidationError) Error

Error satisfies the builtin error interface

func (ModifyHolderRequestValidationError) ErrorName

ErrorName returns error name.

func (ModifyHolderRequestValidationError) Field

Field function returns field value.

func (ModifyHolderRequestValidationError) Key

Key function returns key value.

func (ModifyHolderRequestValidationError) Reason

Reason function returns reason value.

type ModifyHolderResponse

type ModifyHolderResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyHolderResponse) Descriptor deprecated

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

Deprecated: Use ModifyHolderResponse.ProtoReflect.Descriptor instead.

func (*ModifyHolderResponse) GetSuccess

func (x *ModifyHolderResponse) GetSuccess() bool

func (*ModifyHolderResponse) ProtoMessage

func (*ModifyHolderResponse) ProtoMessage()

func (*ModifyHolderResponse) ProtoReflect

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

func (*ModifyHolderResponse) Reset

func (x *ModifyHolderResponse) Reset()

func (*ModifyHolderResponse) String

func (x *ModifyHolderResponse) String() string

func (*ModifyHolderResponse) Validate

func (m *ModifyHolderResponse) Validate() error

Validate checks the field values on ModifyHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ModifyHolderResponse) ValidateAll

func (m *ModifyHolderResponse) ValidateAll() error

ValidateAll checks the field values on ModifyHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModifyHolderResponseMultiError, or nil if none found.

type ModifyHolderResponseMultiError

type ModifyHolderResponseMultiError []error

ModifyHolderResponseMultiError is an error wrapping multiple validation errors returned by ModifyHolderResponse.ValidateAll() if the designated constraints aren't met.

func (ModifyHolderResponseMultiError) AllErrors

func (m ModifyHolderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ModifyHolderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ModifyHolderResponseValidationError

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

ModifyHolderResponseValidationError is the validation error returned by ModifyHolderResponse.Validate if the designated constraints aren't met.

func (ModifyHolderResponseValidationError) Cause

Cause function returns cause value.

func (ModifyHolderResponseValidationError) Error

Error satisfies the builtin error interface

func (ModifyHolderResponseValidationError) ErrorName

ErrorName returns error name.

func (ModifyHolderResponseValidationError) Field

Field function returns field value.

func (ModifyHolderResponseValidationError) Key

Key function returns key value.

func (ModifyHolderResponseValidationError) Reason

Reason function returns reason value.

type NetworkNode

type NetworkNode struct {
	Id               string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt        string             `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastModifiedAt   string             `protobuf:"bytes,3,opt,name=last_modified_at,json=lastModifiedAt,proto3" json:"last_modified_at,omitempty"`
	NwId             string             `protobuf:"bytes,4,opt,name=nw_id,json=nwId,proto3" json:"nw_id,omitempty"`
	Name             string             `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	DomainName       string             `protobuf:"bytes,6,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	Location         *v1.Geolocation    `protobuf:"bytes,7,opt,name=location,proto3,oneof" json:"location,omitempty"`
	AccountsCapacity int64              `protobuf:"varint,8,opt,name=accounts_capacity,json=accountsCapacity,proto3" json:"accounts_capacity,omitempty"`
	Alive            bool               `protobuf:"varint,9,opt,name=alive,proto3" json:"alive,omitempty"`
	LastPingedAt     *string            `protobuf:"bytes,10,opt,name=last_pinged_at,json=lastPingedAt,proto3,oneof" json:"last_pinged_at,omitempty"`
	IsOpen           bool               `protobuf:"varint,11,opt,name=is_open,json=isOpen,proto3" json:"is_open,omitempty"`
	OwnerHolderId    string             `protobuf:"bytes,12,opt,name=owner_holder_id,json=ownerHolderId,proto3" json:"owner_holder_id,omitempty"`
	Url              string             `protobuf:"bytes,13,opt,name=url,proto3" json:"url,omitempty"`
	Version          string             `protobuf:"bytes,14,opt,name=version,proto3" json:"version,omitempty"`
	RateLimit        *v1.RateLimit      `protobuf:"bytes,15,opt,name=rate_limit,json=rateLimit,proto3" json:"rate_limit,omitempty"`
	CrawlRateLimit   *v1.RateLimit      `protobuf:"bytes,16,opt,name=crawl_rate_limit,json=crawlRateLimit,proto3" json:"crawl_rate_limit,omitempty"`
	Status           NetworkNode_Status `protobuf:"varint,17,opt,name=status,proto3,enum=networkwarden.v1.NetworkNode_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkNode) Descriptor deprecated

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

Deprecated: Use NetworkNode.ProtoReflect.Descriptor instead.

func (*NetworkNode) GetAccountsCapacity

func (x *NetworkNode) GetAccountsCapacity() int64

func (*NetworkNode) GetAlive

func (x *NetworkNode) GetAlive() bool

func (*NetworkNode) GetCrawlRateLimit

func (x *NetworkNode) GetCrawlRateLimit() *v1.RateLimit

func (*NetworkNode) GetCreatedAt

func (x *NetworkNode) GetCreatedAt() string

func (*NetworkNode) GetDomainName

func (x *NetworkNode) GetDomainName() string

func (*NetworkNode) GetId

func (x *NetworkNode) GetId() string

func (*NetworkNode) GetIsOpen

func (x *NetworkNode) GetIsOpen() bool

func (*NetworkNode) GetLastModifiedAt

func (x *NetworkNode) GetLastModifiedAt() string

func (*NetworkNode) GetLastPingedAt

func (x *NetworkNode) GetLastPingedAt() string

func (*NetworkNode) GetLocation

func (x *NetworkNode) GetLocation() *v1.Geolocation

func (*NetworkNode) GetName

func (x *NetworkNode) GetName() string

func (*NetworkNode) GetNwId

func (x *NetworkNode) GetNwId() string

func (*NetworkNode) GetOwnerHolderId

func (x *NetworkNode) GetOwnerHolderId() string

func (*NetworkNode) GetRateLimit

func (x *NetworkNode) GetRateLimit() *v1.RateLimit

func (*NetworkNode) GetStatus

func (x *NetworkNode) GetStatus() NetworkNode_Status

func (*NetworkNode) GetUrl

func (x *NetworkNode) GetUrl() string

func (*NetworkNode) GetVersion

func (x *NetworkNode) GetVersion() string

func (*NetworkNode) ProtoMessage

func (*NetworkNode) ProtoMessage()

func (*NetworkNode) ProtoReflect

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

func (*NetworkNode) Reset

func (x *NetworkNode) Reset()

func (*NetworkNode) String

func (x *NetworkNode) String() string

func (*NetworkNode) Validate

func (m *NetworkNode) Validate() error

Validate checks the field values on NetworkNode with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NetworkNode) ValidateAll

func (m *NetworkNode) ValidateAll() error

ValidateAll checks the field values on NetworkNode with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NetworkNodeMultiError, or nil if none found.

type NetworkNodeMultiError

type NetworkNodeMultiError []error

NetworkNodeMultiError is an error wrapping multiple validation errors returned by NetworkNode.ValidateAll() if the designated constraints aren't met.

func (NetworkNodeMultiError) AllErrors

func (m NetworkNodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NetworkNodeMultiError) Error

func (m NetworkNodeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NetworkNodeValidationError

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

NetworkNodeValidationError is the validation error returned by NetworkNode.Validate if the designated constraints aren't met.

func (NetworkNodeValidationError) Cause

Cause function returns cause value.

func (NetworkNodeValidationError) Error

Error satisfies the builtin error interface

func (NetworkNodeValidationError) ErrorName

func (e NetworkNodeValidationError) ErrorName() string

ErrorName returns error name.

func (NetworkNodeValidationError) Field

Field function returns field value.

func (NetworkNodeValidationError) Key

Key function returns key value.

func (NetworkNodeValidationError) Reason

Reason function returns reason value.

type NetworkNode_Status

type NetworkNode_Status int32
const (
	NetworkNode_STATUS_UNKNOWN_UNSPECIFIED NetworkNode_Status = 0
	NetworkNode_STATUS_APPROVED            NetworkNode_Status = 1
	NetworkNode_STATUS_PENDING             NetworkNode_Status = 2
	NetworkNode_STATUS_REJECTED            NetworkNode_Status = 3
)

func (NetworkNode_Status) Descriptor

func (NetworkNode_Status) Enum

func (NetworkNode_Status) EnumDescriptor deprecated

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

Deprecated: Use NetworkNode_Status.Descriptor instead.

func (NetworkNode_Status) Number

func (NetworkNode_Status) String

func (x NetworkNode_Status) String() string

func (NetworkNode_Status) Type

type NetworkWarden

type NetworkWarden struct {
	Id             string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt      string        `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastModifiedAt string        `protobuf:"bytes,3,opt,name=last_modified_at,json=lastModifiedAt,proto3" json:"last_modified_at,omitempty"`
	IdGenNode      int64         `protobuf:"varint,4,opt,name=id_gen_node,json=idGenNode,proto3" json:"id_gen_node,omitempty"`
	Name           string        `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description    string        `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	AddressSuffix  string        `protobuf:"bytes,7,opt,name=address_suffix,json=addressSuffix,proto3" json:"address_suffix,omitempty"`
	PdnCapacity    uint64        `protobuf:"varint,8,opt,name=pdn_capacity,json=pdnCapacity,proto3" json:"pdn_capacity,omitempty"`
	NnCapacity     uint64        `protobuf:"varint,9,opt,name=nn_capacity,json=nnCapacity,proto3" json:"nn_capacity,omitempty"`
	Url            string        `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"`
	Alive          bool          `protobuf:"varint,11,opt,name=alive,proto3" json:"alive,omitempty"`
	LastPingedAt   *string       `protobuf:"bytes,12,opt,name=last_pinged_at,json=lastPingedAt,proto3,oneof" json:"last_pinged_at,omitempty"`
	Version        string        `protobuf:"bytes,13,opt,name=version,proto3" json:"version,omitempty"`
	RateLimit      *v1.RateLimit `protobuf:"bytes,14,opt,name=rate_limit,json=rateLimit,proto3" json:"rate_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkWarden) Descriptor deprecated

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

Deprecated: Use NetworkWarden.ProtoReflect.Descriptor instead.

func (*NetworkWarden) GetAddressSuffix

func (x *NetworkWarden) GetAddressSuffix() string

func (*NetworkWarden) GetAlive

func (x *NetworkWarden) GetAlive() bool

func (*NetworkWarden) GetCreatedAt

func (x *NetworkWarden) GetCreatedAt() string

func (*NetworkWarden) GetDescription

func (x *NetworkWarden) GetDescription() string

func (*NetworkWarden) GetId

func (x *NetworkWarden) GetId() string

func (*NetworkWarden) GetIdGenNode

func (x *NetworkWarden) GetIdGenNode() int64

func (*NetworkWarden) GetLastModifiedAt

func (x *NetworkWarden) GetLastModifiedAt() string

func (*NetworkWarden) GetLastPingedAt

func (x *NetworkWarden) GetLastPingedAt() string

func (*NetworkWarden) GetName

func (x *NetworkWarden) GetName() string

func (*NetworkWarden) GetNnCapacity

func (x *NetworkWarden) GetNnCapacity() uint64

func (*NetworkWarden) GetPdnCapacity

func (x *NetworkWarden) GetPdnCapacity() uint64

func (*NetworkWarden) GetRateLimit

func (x *NetworkWarden) GetRateLimit() *v1.RateLimit

func (*NetworkWarden) GetUrl

func (x *NetworkWarden) GetUrl() string

func (*NetworkWarden) GetVersion

func (x *NetworkWarden) GetVersion() string

func (*NetworkWarden) ProtoMessage

func (*NetworkWarden) ProtoMessage()

func (*NetworkWarden) ProtoReflect

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

func (*NetworkWarden) Reset

func (x *NetworkWarden) Reset()

func (*NetworkWarden) String

func (x *NetworkWarden) String() string

func (*NetworkWarden) Validate

func (m *NetworkWarden) Validate() error

Validate checks the field values on NetworkWarden with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NetworkWarden) ValidateAll

func (m *NetworkWarden) ValidateAll() error

ValidateAll checks the field values on NetworkWarden with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NetworkWardenMultiError, or nil if none found.

type NetworkWardenMultiError

type NetworkWardenMultiError []error

NetworkWardenMultiError is an error wrapping multiple validation errors returned by NetworkWarden.ValidateAll() if the designated constraints aren't met.

func (NetworkWardenMultiError) AllErrors

func (m NetworkWardenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NetworkWardenMultiError) Error

func (m NetworkWardenMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NetworkWardenServiceClient

type NetworkWardenServiceClient interface {
	CheckEmails(ctx context.Context, in *CheckEmailsRequest, opts ...grpc.CallOption) (*CheckEmailsResponse, error)
	CheckPhoneNumbers(ctx context.Context, in *CheckPhoneNumbersRequest, opts ...grpc.CallOption) (*CheckPhoneNumbersResponse, error)
	RegisterHolder(ctx context.Context, in *RegisterHolderRequest, opts ...grpc.CallOption) (*RegisterHolderResponse, error)
	ConfirmHolderRegistration(ctx context.Context, in *ConfirmHolderRegistrationRequest, opts ...grpc.CallOption) (*ConfirmHolderRegistrationResponse, error)
	ResendConfirmationCode(ctx context.Context, in *ResendConfirmationCodeRequest, opts ...grpc.CallOption) (*ResendConfirmationCodeResponse, error)
	LoginHolder(ctx context.Context, in *LoginHolderRequest, opts ...grpc.CallOption) (*LoginHolderResponse, error)
	LogoutHolder(ctx context.Context, in *LogoutHolderRequest, opts ...grpc.CallOption) (*LogoutHolderResponse, error)
	RefreshHolderToken(ctx context.Context, in *RefreshHolderTokenRequest, opts ...grpc.CallOption) (*RefreshHolderTokenResponse, error)
	ChangeHolderPassword(ctx context.Context, in *ChangeHolderPasswordRequest, opts ...grpc.CallOption) (*ChangeHolderPasswordResponse, error)
	ModifyHolder(ctx context.Context, in *ModifyHolderRequest, opts ...grpc.CallOption) (*ModifyHolderResponse, error)
	GetHolder(ctx context.Context, in *GetHolderRequest, opts ...grpc.CallOption) (*GetHolderResponse, error)
	DeleteHolder(ctx context.Context, in *DeleteHolderRequest, opts ...grpc.CallOption) (*DeleteHolderResponse, error)
	GetPersonalDataNodesList(ctx context.Context, in *GetPersonalDataNodesListRequest, opts ...grpc.CallOption) (*GetPersonalDataNodesListResponse, error)
	JoinPersonalDataNodeRegistrationWaitlist(ctx context.Context, in *JoinPersonalDataNodeRegistrationWaitlistRequest, opts ...grpc.CallOption) (*JoinPersonalDataNodeRegistrationWaitlistResponse, error)
	ActivatePersonalDataNode(ctx context.Context, in *ActivatePersonalDataNodeRequest, opts ...grpc.CallOption) (*ActivatePersonalDataNodeResponse, error)
	GetNetworkNodesList(ctx context.Context, in *GetNetworkNodesListRequest, opts ...grpc.CallOption) (*GetNetworkNodesListResponse, error)
	JoinNetworkNodeRegistrationWaitlist(ctx context.Context, in *JoinNetworkNodeRegistrationWaitlistRequest, opts ...grpc.CallOption) (*JoinNetworkNodeRegistrationWaitlistResponse, error)
	ActivateNetworkNode(ctx context.Context, in *ActivateNetworkNodeRequest, opts ...grpc.CallOption) (*ActivateNetworkNodeResponse, error)
	InitiateNetworkNode(ctx context.Context, in *InitiateNetworkNodeRequest, opts ...grpc.CallOption) (*InitiateNetworkNodeResponse, error)
	GetNetworkWardensList(ctx context.Context, in *GetNetworkWardensListRequest, opts ...grpc.CallOption) (*GetNetworkWardensListResponse, error)
	RegisterNetworkWarden(ctx context.Context, in *RegisterNetworkWardenRequest, opts ...grpc.CallOption) (*RegisterNetworkWardenResponse, error)
}

NetworkWardenServiceClient is the client API for NetworkWardenService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type NetworkWardenServiceServer

type NetworkWardenServiceServer interface {
	CheckEmails(context.Context, *CheckEmailsRequest) (*CheckEmailsResponse, error)
	CheckPhoneNumbers(context.Context, *CheckPhoneNumbersRequest) (*CheckPhoneNumbersResponse, error)
	RegisterHolder(context.Context, *RegisterHolderRequest) (*RegisterHolderResponse, error)
	ConfirmHolderRegistration(context.Context, *ConfirmHolderRegistrationRequest) (*ConfirmHolderRegistrationResponse, error)
	ResendConfirmationCode(context.Context, *ResendConfirmationCodeRequest) (*ResendConfirmationCodeResponse, error)
	LoginHolder(context.Context, *LoginHolderRequest) (*LoginHolderResponse, error)
	LogoutHolder(context.Context, *LogoutHolderRequest) (*LogoutHolderResponse, error)
	RefreshHolderToken(context.Context, *RefreshHolderTokenRequest) (*RefreshHolderTokenResponse, error)
	ChangeHolderPassword(context.Context, *ChangeHolderPasswordRequest) (*ChangeHolderPasswordResponse, error)
	ModifyHolder(context.Context, *ModifyHolderRequest) (*ModifyHolderResponse, error)
	GetHolder(context.Context, *GetHolderRequest) (*GetHolderResponse, error)
	DeleteHolder(context.Context, *DeleteHolderRequest) (*DeleteHolderResponse, error)
	GetPersonalDataNodesList(context.Context, *GetPersonalDataNodesListRequest) (*GetPersonalDataNodesListResponse, error)
	JoinPersonalDataNodeRegistrationWaitlist(context.Context, *JoinPersonalDataNodeRegistrationWaitlistRequest) (*JoinPersonalDataNodeRegistrationWaitlistResponse, error)
	ActivatePersonalDataNode(context.Context, *ActivatePersonalDataNodeRequest) (*ActivatePersonalDataNodeResponse, error)
	GetNetworkNodesList(context.Context, *GetNetworkNodesListRequest) (*GetNetworkNodesListResponse, error)
	JoinNetworkNodeRegistrationWaitlist(context.Context, *JoinNetworkNodeRegistrationWaitlistRequest) (*JoinNetworkNodeRegistrationWaitlistResponse, error)
	ActivateNetworkNode(context.Context, *ActivateNetworkNodeRequest) (*ActivateNetworkNodeResponse, error)
	InitiateNetworkNode(context.Context, *InitiateNetworkNodeRequest) (*InitiateNetworkNodeResponse, error)
	GetNetworkWardensList(context.Context, *GetNetworkWardensListRequest) (*GetNetworkWardensListResponse, error)
	RegisterNetworkWarden(context.Context, *RegisterNetworkWardenRequest) (*RegisterNetworkWardenResponse, error)
	// contains filtered or unexported methods
}

NetworkWardenServiceServer is the server API for NetworkWardenService service. All implementations must embed UnimplementedNetworkWardenServiceServer for forward compatibility

type NetworkWardenValidationError

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

NetworkWardenValidationError is the validation error returned by NetworkWarden.Validate if the designated constraints aren't met.

func (NetworkWardenValidationError) Cause

Cause function returns cause value.

func (NetworkWardenValidationError) Error

Error satisfies the builtin error interface

func (NetworkWardenValidationError) ErrorName

func (e NetworkWardenValidationError) ErrorName() string

ErrorName returns error name.

func (NetworkWardenValidationError) Field

Field function returns field value.

func (NetworkWardenValidationError) Key

Key function returns key value.

func (NetworkWardenValidationError) Reason

Reason function returns reason value.

type PersonalDataNode

type PersonalDataNode struct {
	Id               string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt        string                  `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastModifiedAt   string                  `protobuf:"bytes,3,opt,name=last_modified_at,json=lastModifiedAt,proto3" json:"last_modified_at,omitempty"`
	NwId             string                  `protobuf:"bytes,4,opt,name=nw_id,json=nwId,proto3" json:"nw_id,omitempty"`
	Name             string                  `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description      string                  `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Location         *v1.Geolocation         `protobuf:"bytes,7,opt,name=location,proto3" json:"location,omitempty"`
	AccountsCapacity int64                   `protobuf:"varint,8,opt,name=accounts_capacity,json=accountsCapacity,proto3" json:"accounts_capacity,omitempty"`
	Alive            bool                    `protobuf:"varint,9,opt,name=alive,proto3" json:"alive,omitempty"`
	LastPingedAt     string                  `protobuf:"bytes,10,opt,name=last_pinged_at,json=lastPingedAt,proto3" json:"last_pinged_at,omitempty"`
	IsOpen           bool                    `protobuf:"varint,11,opt,name=is_open,json=isOpen,proto3" json:"is_open,omitempty"`
	OwnerHolderId    string                  `protobuf:"bytes,12,opt,name=owner_holder_id,json=ownerHolderId,proto3" json:"owner_holder_id,omitempty"`
	Url              string                  `protobuf:"bytes,13,opt,name=url,proto3" json:"url,omitempty"`
	Version          string                  `protobuf:"bytes,14,opt,name=version,proto3" json:"version,omitempty"`
	RateLimit        *v1.RateLimit           `protobuf:"bytes,15,opt,name=rate_limit,json=rateLimit,proto3" json:"rate_limit,omitempty"`
	CrawlRateLimit   *v1.RateLimit           `protobuf:"bytes,16,opt,name=crawl_rate_limit,json=crawlRateLimit,proto3" json:"crawl_rate_limit,omitempty"`
	IdGenNode        int64                   `protobuf:"varint,17,opt,name=id_gen_node,json=idGenNode,proto3" json:"id_gen_node,omitempty"`
	Status           PersonalDataNode_Status `protobuf:"varint,18,opt,name=status,proto3,enum=networkwarden.v1.PersonalDataNode_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*PersonalDataNode) Descriptor deprecated

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

Deprecated: Use PersonalDataNode.ProtoReflect.Descriptor instead.

func (*PersonalDataNode) GetAccountsCapacity

func (x *PersonalDataNode) GetAccountsCapacity() int64

func (*PersonalDataNode) GetAlive

func (x *PersonalDataNode) GetAlive() bool

func (*PersonalDataNode) GetCrawlRateLimit

func (x *PersonalDataNode) GetCrawlRateLimit() *v1.RateLimit

func (*PersonalDataNode) GetCreatedAt

func (x *PersonalDataNode) GetCreatedAt() string

func (*PersonalDataNode) GetDescription

func (x *PersonalDataNode) GetDescription() string

func (*PersonalDataNode) GetId

func (x *PersonalDataNode) GetId() string

func (*PersonalDataNode) GetIdGenNode

func (x *PersonalDataNode) GetIdGenNode() int64

func (*PersonalDataNode) GetIsOpen

func (x *PersonalDataNode) GetIsOpen() bool

func (*PersonalDataNode) GetLastModifiedAt

func (x *PersonalDataNode) GetLastModifiedAt() string

func (*PersonalDataNode) GetLastPingedAt

func (x *PersonalDataNode) GetLastPingedAt() string

func (*PersonalDataNode) GetLocation

func (x *PersonalDataNode) GetLocation() *v1.Geolocation

func (*PersonalDataNode) GetName

func (x *PersonalDataNode) GetName() string

func (*PersonalDataNode) GetNwId

func (x *PersonalDataNode) GetNwId() string

func (*PersonalDataNode) GetOwnerHolderId

func (x *PersonalDataNode) GetOwnerHolderId() string

func (*PersonalDataNode) GetRateLimit

func (x *PersonalDataNode) GetRateLimit() *v1.RateLimit

func (*PersonalDataNode) GetStatus

func (*PersonalDataNode) GetUrl

func (x *PersonalDataNode) GetUrl() string

func (*PersonalDataNode) GetVersion

func (x *PersonalDataNode) GetVersion() string

func (*PersonalDataNode) ProtoMessage

func (*PersonalDataNode) ProtoMessage()

func (*PersonalDataNode) ProtoReflect

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

func (*PersonalDataNode) Reset

func (x *PersonalDataNode) Reset()

func (*PersonalDataNode) String

func (x *PersonalDataNode) String() string

func (*PersonalDataNode) Validate

func (m *PersonalDataNode) Validate() error

Validate checks the field values on PersonalDataNode with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PersonalDataNode) ValidateAll

func (m *PersonalDataNode) ValidateAll() error

ValidateAll checks the field values on PersonalDataNode with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PersonalDataNodeMultiError, or nil if none found.

type PersonalDataNodeMultiError

type PersonalDataNodeMultiError []error

PersonalDataNodeMultiError is an error wrapping multiple validation errors returned by PersonalDataNode.ValidateAll() if the designated constraints aren't met.

func (PersonalDataNodeMultiError) AllErrors

func (m PersonalDataNodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PersonalDataNodeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PersonalDataNodeValidationError

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

PersonalDataNodeValidationError is the validation error returned by PersonalDataNode.Validate if the designated constraints aren't met.

func (PersonalDataNodeValidationError) Cause

Cause function returns cause value.

func (PersonalDataNodeValidationError) Error

Error satisfies the builtin error interface

func (PersonalDataNodeValidationError) ErrorName

ErrorName returns error name.

func (PersonalDataNodeValidationError) Field

Field function returns field value.

func (PersonalDataNodeValidationError) Key

Key function returns key value.

func (PersonalDataNodeValidationError) Reason

Reason function returns reason value.

type PersonalDataNode_Status

type PersonalDataNode_Status int32
const (
	PersonalDataNode_STATUS_UNKNOWN_UNSPECIFIED PersonalDataNode_Status = 0
	PersonalDataNode_STATUS_APPROVED            PersonalDataNode_Status = 1
	PersonalDataNode_STATUS_PENDING             PersonalDataNode_Status = 2
	PersonalDataNode_STATUS_REJECTED            PersonalDataNode_Status = 3
)

func (PersonalDataNode_Status) Descriptor

func (PersonalDataNode_Status) Enum

func (PersonalDataNode_Status) EnumDescriptor deprecated

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

Deprecated: Use PersonalDataNode_Status.Descriptor instead.

func (PersonalDataNode_Status) Number

func (PersonalDataNode_Status) String

func (x PersonalDataNode_Status) String() string

func (PersonalDataNode_Status) Type

type RefreshHolderTokenRequest

type RefreshHolderTokenRequest struct {
	RefreshToken     string `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	RemoteMacAddress string `protobuf:"bytes,2,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshHolderTokenRequest) Descriptor deprecated

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

Deprecated: Use RefreshHolderTokenRequest.ProtoReflect.Descriptor instead.

func (*RefreshHolderTokenRequest) GetRefreshToken

func (x *RefreshHolderTokenRequest) GetRefreshToken() string

func (*RefreshHolderTokenRequest) GetRemoteMacAddress added in v0.0.6

func (x *RefreshHolderTokenRequest) GetRemoteMacAddress() string

func (*RefreshHolderTokenRequest) ProtoMessage

func (*RefreshHolderTokenRequest) ProtoMessage()

func (*RefreshHolderTokenRequest) ProtoReflect

func (*RefreshHolderTokenRequest) Reset

func (x *RefreshHolderTokenRequest) Reset()

func (*RefreshHolderTokenRequest) String

func (x *RefreshHolderTokenRequest) String() string

func (*RefreshHolderTokenRequest) Validate

func (m *RefreshHolderTokenRequest) Validate() error

Validate checks the field values on RefreshHolderTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshHolderTokenRequest) ValidateAll

func (m *RefreshHolderTokenRequest) ValidateAll() error

ValidateAll checks the field values on RefreshHolderTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshHolderTokenRequestMultiError, or nil if none found.

type RefreshHolderTokenRequestMultiError

type RefreshHolderTokenRequestMultiError []error

RefreshHolderTokenRequestMultiError is an error wrapping multiple validation errors returned by RefreshHolderTokenRequest.ValidateAll() if the designated constraints aren't met.

func (RefreshHolderTokenRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RefreshHolderTokenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshHolderTokenRequestValidationError

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

RefreshHolderTokenRequestValidationError is the validation error returned by RefreshHolderTokenRequest.Validate if the designated constraints aren't met.

func (RefreshHolderTokenRequestValidationError) Cause

Cause function returns cause value.

func (RefreshHolderTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (RefreshHolderTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (RefreshHolderTokenRequestValidationError) Field

Field function returns field value.

func (RefreshHolderTokenRequestValidationError) Key

Key function returns key value.

func (RefreshHolderTokenRequestValidationError) Reason

Reason function returns reason value.

type RefreshHolderTokenResponse

type RefreshHolderTokenResponse struct {
	Token        string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	RefreshToken string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshHolderTokenResponse) Descriptor deprecated

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

Deprecated: Use RefreshHolderTokenResponse.ProtoReflect.Descriptor instead.

func (*RefreshHolderTokenResponse) GetRefreshToken

func (x *RefreshHolderTokenResponse) GetRefreshToken() string

func (*RefreshHolderTokenResponse) GetToken

func (x *RefreshHolderTokenResponse) GetToken() string

func (*RefreshHolderTokenResponse) ProtoMessage

func (*RefreshHolderTokenResponse) ProtoMessage()

func (*RefreshHolderTokenResponse) ProtoReflect

func (*RefreshHolderTokenResponse) Reset

func (x *RefreshHolderTokenResponse) Reset()

func (*RefreshHolderTokenResponse) String

func (x *RefreshHolderTokenResponse) String() string

func (*RefreshHolderTokenResponse) Validate

func (m *RefreshHolderTokenResponse) Validate() error

Validate checks the field values on RefreshHolderTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshHolderTokenResponse) ValidateAll

func (m *RefreshHolderTokenResponse) ValidateAll() error

ValidateAll checks the field values on RefreshHolderTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshHolderTokenResponseMultiError, or nil if none found.

type RefreshHolderTokenResponseMultiError

type RefreshHolderTokenResponseMultiError []error

RefreshHolderTokenResponseMultiError is an error wrapping multiple validation errors returned by RefreshHolderTokenResponse.ValidateAll() if the designated constraints aren't met.

func (RefreshHolderTokenResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RefreshHolderTokenResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshHolderTokenResponseValidationError

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

RefreshHolderTokenResponseValidationError is the validation error returned by RefreshHolderTokenResponse.Validate if the designated constraints aren't met.

func (RefreshHolderTokenResponseValidationError) Cause

Cause function returns cause value.

func (RefreshHolderTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (RefreshHolderTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (RefreshHolderTokenResponseValidationError) Field

Field function returns field value.

func (RefreshHolderTokenResponseValidationError) Key

Key function returns key value.

func (RefreshHolderTokenResponseValidationError) Reason

Reason function returns reason value.

type RegisterHolderRequest

type RegisterHolderRequest struct {
	Emails           []string `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"`
	PhoneNumbers     []string `protobuf:"bytes,2,rep,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"`
	AvatarImageUrl   *string  `protobuf:"bytes,3,opt,name=avatar_image_url,json=avatarImageUrl,proto3,oneof" json:"avatar_image_url,omitempty"`
	Countries        []string `protobuf:"bytes,4,rep,name=countries,proto3" json:"countries,omitempty"`
	Languages        []string `protobuf:"bytes,5,rep,name=languages,proto3" json:"languages,omitempty"`
	Password         string   `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	RemoteMacAddress string   `protobuf:"bytes,7,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterHolderRequest) Descriptor deprecated

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

Deprecated: Use RegisterHolderRequest.ProtoReflect.Descriptor instead.

func (*RegisterHolderRequest) GetAvatarImageUrl

func (x *RegisterHolderRequest) GetAvatarImageUrl() string

func (*RegisterHolderRequest) GetCountries

func (x *RegisterHolderRequest) GetCountries() []string

func (*RegisterHolderRequest) GetEmails

func (x *RegisterHolderRequest) GetEmails() []string

func (*RegisterHolderRequest) GetLanguages

func (x *RegisterHolderRequest) GetLanguages() []string

func (*RegisterHolderRequest) GetPassword

func (x *RegisterHolderRequest) GetPassword() string

func (*RegisterHolderRequest) GetPhoneNumbers

func (x *RegisterHolderRequest) GetPhoneNumbers() []string

func (*RegisterHolderRequest) GetRemoteMacAddress added in v0.0.6

func (x *RegisterHolderRequest) GetRemoteMacAddress() string

func (*RegisterHolderRequest) ProtoMessage

func (*RegisterHolderRequest) ProtoMessage()

func (*RegisterHolderRequest) ProtoReflect

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

func (*RegisterHolderRequest) Reset

func (x *RegisterHolderRequest) Reset()

func (*RegisterHolderRequest) String

func (x *RegisterHolderRequest) String() string

func (*RegisterHolderRequest) Validate

func (m *RegisterHolderRequest) Validate() error

Validate checks the field values on RegisterHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterHolderRequest) ValidateAll

func (m *RegisterHolderRequest) ValidateAll() error

ValidateAll checks the field values on RegisterHolderRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterHolderRequestMultiError, or nil if none found.

type RegisterHolderRequestMultiError

type RegisterHolderRequestMultiError []error

RegisterHolderRequestMultiError is an error wrapping multiple validation errors returned by RegisterHolderRequest.ValidateAll() if the designated constraints aren't met.

func (RegisterHolderRequestMultiError) AllErrors

func (m RegisterHolderRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterHolderRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegisterHolderRequestValidationError

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

RegisterHolderRequestValidationError is the validation error returned by RegisterHolderRequest.Validate if the designated constraints aren't met.

func (RegisterHolderRequestValidationError) Cause

Cause function returns cause value.

func (RegisterHolderRequestValidationError) Error

Error satisfies the builtin error interface

func (RegisterHolderRequestValidationError) ErrorName

ErrorName returns error name.

func (RegisterHolderRequestValidationError) Field

Field function returns field value.

func (RegisterHolderRequestValidationError) Key

Key function returns key value.

func (RegisterHolderRequestValidationError) Reason

Reason function returns reason value.

type RegisterHolderResponse

type RegisterHolderResponse struct {
	Token                string               `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	RefreshToken         string               `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	ConfirmationApproach ConfirmationApproach `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegisterHolderResponse) Descriptor deprecated

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

Deprecated: Use RegisterHolderResponse.ProtoReflect.Descriptor instead.

func (*RegisterHolderResponse) GetConfirmationApproach

func (x *RegisterHolderResponse) GetConfirmationApproach() ConfirmationApproach

func (*RegisterHolderResponse) GetRefreshToken

func (x *RegisterHolderResponse) GetRefreshToken() string

func (*RegisterHolderResponse) GetToken

func (x *RegisterHolderResponse) GetToken() string

func (*RegisterHolderResponse) ProtoMessage

func (*RegisterHolderResponse) ProtoMessage()

func (*RegisterHolderResponse) ProtoReflect

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

func (*RegisterHolderResponse) Reset

func (x *RegisterHolderResponse) Reset()

func (*RegisterHolderResponse) String

func (x *RegisterHolderResponse) String() string

func (*RegisterHolderResponse) Validate

func (m *RegisterHolderResponse) Validate() error

Validate checks the field values on RegisterHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterHolderResponse) ValidateAll

func (m *RegisterHolderResponse) ValidateAll() error

ValidateAll checks the field values on RegisterHolderResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterHolderResponseMultiError, or nil if none found.

type RegisterHolderResponseMultiError

type RegisterHolderResponseMultiError []error

RegisterHolderResponseMultiError is an error wrapping multiple validation errors returned by RegisterHolderResponse.ValidateAll() if the designated constraints aren't met.

func (RegisterHolderResponseMultiError) AllErrors

func (m RegisterHolderResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterHolderResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegisterHolderResponseValidationError

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

RegisterHolderResponseValidationError is the validation error returned by RegisterHolderResponse.Validate if the designated constraints aren't met.

func (RegisterHolderResponseValidationError) Cause

Cause function returns cause value.

func (RegisterHolderResponseValidationError) Error

Error satisfies the builtin error interface

func (RegisterHolderResponseValidationError) ErrorName

ErrorName returns error name.

func (RegisterHolderResponseValidationError) Field

Field function returns field value.

func (RegisterHolderResponseValidationError) Key

Key function returns key value.

func (RegisterHolderResponseValidationError) Reason

Reason function returns reason value.

type RegisterNetworkWardenRequest

type RegisterNetworkWardenRequest struct {
	Id            string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string        `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description   string        `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	AddressSuffix string        `protobuf:"bytes,7,opt,name=address_suffix,json=addressSuffix,proto3" json:"address_suffix,omitempty"`
	PdnCapacity   uint64        `protobuf:"varint,8,opt,name=pdn_capacity,json=pdnCapacity,proto3" json:"pdn_capacity,omitempty"`
	NnCapacity    uint64        `protobuf:"varint,9,opt,name=nn_capacity,json=nnCapacity,proto3" json:"nn_capacity,omitempty"`
	Url           string        `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"`
	Version       string        `protobuf:"bytes,13,opt,name=version,proto3" json:"version,omitempty"`
	RateLimit     *v1.RateLimit `protobuf:"bytes,14,opt,name=rate_limit,json=rateLimit,proto3" json:"rate_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterNetworkWardenRequest) Descriptor deprecated

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

Deprecated: Use RegisterNetworkWardenRequest.ProtoReflect.Descriptor instead.

func (*RegisterNetworkWardenRequest) GetAddressSuffix

func (x *RegisterNetworkWardenRequest) GetAddressSuffix() string

func (*RegisterNetworkWardenRequest) GetDescription

func (x *RegisterNetworkWardenRequest) GetDescription() string

func (*RegisterNetworkWardenRequest) GetId

func (*RegisterNetworkWardenRequest) GetName

func (x *RegisterNetworkWardenRequest) GetName() string

func (*RegisterNetworkWardenRequest) GetNnCapacity

func (x *RegisterNetworkWardenRequest) GetNnCapacity() uint64

func (*RegisterNetworkWardenRequest) GetPdnCapacity

func (x *RegisterNetworkWardenRequest) GetPdnCapacity() uint64

func (*RegisterNetworkWardenRequest) GetRateLimit

func (x *RegisterNetworkWardenRequest) GetRateLimit() *v1.RateLimit

func (*RegisterNetworkWardenRequest) GetUrl

func (*RegisterNetworkWardenRequest) GetVersion

func (x *RegisterNetworkWardenRequest) GetVersion() string

func (*RegisterNetworkWardenRequest) ProtoMessage

func (*RegisterNetworkWardenRequest) ProtoMessage()

func (*RegisterNetworkWardenRequest) ProtoReflect

func (*RegisterNetworkWardenRequest) Reset

func (x *RegisterNetworkWardenRequest) Reset()

func (*RegisterNetworkWardenRequest) String

func (*RegisterNetworkWardenRequest) Validate

func (m *RegisterNetworkWardenRequest) Validate() error

Validate checks the field values on RegisterNetworkWardenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterNetworkWardenRequest) ValidateAll

func (m *RegisterNetworkWardenRequest) ValidateAll() error

ValidateAll checks the field values on RegisterNetworkWardenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterNetworkWardenRequestMultiError, or nil if none found.

type RegisterNetworkWardenRequestMultiError

type RegisterNetworkWardenRequestMultiError []error

RegisterNetworkWardenRequestMultiError is an error wrapping multiple validation errors returned by RegisterNetworkWardenRequest.ValidateAll() if the designated constraints aren't met.

func (RegisterNetworkWardenRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RegisterNetworkWardenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegisterNetworkWardenRequestValidationError

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

RegisterNetworkWardenRequestValidationError is the validation error returned by RegisterNetworkWardenRequest.Validate if the designated constraints aren't met.

func (RegisterNetworkWardenRequestValidationError) Cause

Cause function returns cause value.

func (RegisterNetworkWardenRequestValidationError) Error

Error satisfies the builtin error interface

func (RegisterNetworkWardenRequestValidationError) ErrorName

ErrorName returns error name.

func (RegisterNetworkWardenRequestValidationError) Field

Field function returns field value.

func (RegisterNetworkWardenRequestValidationError) Key

Key function returns key value.

func (RegisterNetworkWardenRequestValidationError) Reason

Reason function returns reason value.

type RegisterNetworkWardenResponse

type RegisterNetworkWardenResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterNetworkWardenResponse) Descriptor deprecated

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

Deprecated: Use RegisterNetworkWardenResponse.ProtoReflect.Descriptor instead.

func (*RegisterNetworkWardenResponse) GetSuccess

func (x *RegisterNetworkWardenResponse) GetSuccess() bool

func (*RegisterNetworkWardenResponse) ProtoMessage

func (*RegisterNetworkWardenResponse) ProtoMessage()

func (*RegisterNetworkWardenResponse) ProtoReflect

func (*RegisterNetworkWardenResponse) Reset

func (x *RegisterNetworkWardenResponse) Reset()

func (*RegisterNetworkWardenResponse) String

func (*RegisterNetworkWardenResponse) Validate

func (m *RegisterNetworkWardenResponse) Validate() error

Validate checks the field values on RegisterNetworkWardenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterNetworkWardenResponse) ValidateAll

func (m *RegisterNetworkWardenResponse) ValidateAll() error

ValidateAll checks the field values on RegisterNetworkWardenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterNetworkWardenResponseMultiError, or nil if none found.

type RegisterNetworkWardenResponseMultiError

type RegisterNetworkWardenResponseMultiError []error

RegisterNetworkWardenResponseMultiError is an error wrapping multiple validation errors returned by RegisterNetworkWardenResponse.ValidateAll() if the designated constraints aren't met.

func (RegisterNetworkWardenResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RegisterNetworkWardenResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegisterNetworkWardenResponseValidationError

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

RegisterNetworkWardenResponseValidationError is the validation error returned by RegisterNetworkWardenResponse.Validate if the designated constraints aren't met.

func (RegisterNetworkWardenResponseValidationError) Cause

Cause function returns cause value.

func (RegisterNetworkWardenResponseValidationError) Error

Error satisfies the builtin error interface

func (RegisterNetworkWardenResponseValidationError) ErrorName

ErrorName returns error name.

func (RegisterNetworkWardenResponseValidationError) Field

Field function returns field value.

func (RegisterNetworkWardenResponseValidationError) Key

Key function returns key value.

func (RegisterNetworkWardenResponseValidationError) Reason

Reason function returns reason value.

type ResendConfirmationCodeRequest

type ResendConfirmationCodeRequest struct {
	Token                string               `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	ConfirmationApproach ConfirmationApproach `` /* 165-byte string literal not displayed */
	RemoteMacAddress     string               `protobuf:"bytes,3,opt,name=remote_mac_address,json=remoteMacAddress,proto3" json:"remote_mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendConfirmationCodeRequest) Descriptor deprecated

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

Deprecated: Use ResendConfirmationCodeRequest.ProtoReflect.Descriptor instead.

func (*ResendConfirmationCodeRequest) GetConfirmationApproach

func (x *ResendConfirmationCodeRequest) GetConfirmationApproach() ConfirmationApproach

func (*ResendConfirmationCodeRequest) GetRemoteMacAddress added in v0.0.6

func (x *ResendConfirmationCodeRequest) GetRemoteMacAddress() string

func (*ResendConfirmationCodeRequest) GetToken

func (x *ResendConfirmationCodeRequest) GetToken() string

func (*ResendConfirmationCodeRequest) ProtoMessage

func (*ResendConfirmationCodeRequest) ProtoMessage()

func (*ResendConfirmationCodeRequest) ProtoReflect

func (*ResendConfirmationCodeRequest) Reset

func (x *ResendConfirmationCodeRequest) Reset()

func (*ResendConfirmationCodeRequest) String

func (*ResendConfirmationCodeRequest) Validate

func (m *ResendConfirmationCodeRequest) Validate() error

Validate checks the field values on ResendConfirmationCodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResendConfirmationCodeRequest) ValidateAll

func (m *ResendConfirmationCodeRequest) ValidateAll() error

ValidateAll checks the field values on ResendConfirmationCodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResendConfirmationCodeRequestMultiError, or nil if none found.

type ResendConfirmationCodeRequestMultiError

type ResendConfirmationCodeRequestMultiError []error

ResendConfirmationCodeRequestMultiError is an error wrapping multiple validation errors returned by ResendConfirmationCodeRequest.ValidateAll() if the designated constraints aren't met.

func (ResendConfirmationCodeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResendConfirmationCodeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResendConfirmationCodeRequestValidationError

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

ResendConfirmationCodeRequestValidationError is the validation error returned by ResendConfirmationCodeRequest.Validate if the designated constraints aren't met.

func (ResendConfirmationCodeRequestValidationError) Cause

Cause function returns cause value.

func (ResendConfirmationCodeRequestValidationError) Error

Error satisfies the builtin error interface

func (ResendConfirmationCodeRequestValidationError) ErrorName

ErrorName returns error name.

func (ResendConfirmationCodeRequestValidationError) Field

Field function returns field value.

func (ResendConfirmationCodeRequestValidationError) Key

Key function returns key value.

func (ResendConfirmationCodeRequestValidationError) Reason

Reason function returns reason value.

type ResendConfirmationCodeResponse

type ResendConfirmationCodeResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendConfirmationCodeResponse) Descriptor deprecated

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

Deprecated: Use ResendConfirmationCodeResponse.ProtoReflect.Descriptor instead.

func (*ResendConfirmationCodeResponse) GetSuccess

func (x *ResendConfirmationCodeResponse) GetSuccess() bool

func (*ResendConfirmationCodeResponse) ProtoMessage

func (*ResendConfirmationCodeResponse) ProtoMessage()

func (*ResendConfirmationCodeResponse) ProtoReflect

func (*ResendConfirmationCodeResponse) Reset

func (x *ResendConfirmationCodeResponse) Reset()

func (*ResendConfirmationCodeResponse) String

func (*ResendConfirmationCodeResponse) Validate

func (m *ResendConfirmationCodeResponse) Validate() error

Validate checks the field values on ResendConfirmationCodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResendConfirmationCodeResponse) ValidateAll

func (m *ResendConfirmationCodeResponse) ValidateAll() error

ValidateAll checks the field values on ResendConfirmationCodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResendConfirmationCodeResponseMultiError, or nil if none found.

type ResendConfirmationCodeResponseMultiError

type ResendConfirmationCodeResponseMultiError []error

ResendConfirmationCodeResponseMultiError is an error wrapping multiple validation errors returned by ResendConfirmationCodeResponse.ValidateAll() if the designated constraints aren't met.

func (ResendConfirmationCodeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResendConfirmationCodeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResendConfirmationCodeResponseValidationError

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

ResendConfirmationCodeResponseValidationError is the validation error returned by ResendConfirmationCodeResponse.Validate if the designated constraints aren't met.

func (ResendConfirmationCodeResponseValidationError) Cause

Cause function returns cause value.

func (ResendConfirmationCodeResponseValidationError) Error

Error satisfies the builtin error interface

func (ResendConfirmationCodeResponseValidationError) ErrorName

ErrorName returns error name.

func (ResendConfirmationCodeResponseValidationError) Field

Field function returns field value.

func (ResendConfirmationCodeResponseValidationError) Key

Key function returns key value.

func (ResendConfirmationCodeResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedAdminServiceServer added in v0.0.4

type UnimplementedAdminServiceServer struct {
}

UnimplementedAdminServiceServer must be embedded to have forward compatible implementations.

type UnimplementedNetworkWardenServiceServer

type UnimplementedNetworkWardenServiceServer struct {
}

UnimplementedNetworkWardenServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedNetworkWardenServiceServer) ActivateNetworkNode added in v0.0.16

func (UnimplementedNetworkWardenServiceServer) ActivatePersonalDataNode added in v0.0.16

func (UnimplementedNetworkWardenServiceServer) ChangeHolderPassword

func (UnimplementedNetworkWardenServiceServer) CheckEmails added in v0.0.13

func (UnimplementedNetworkWardenServiceServer) CheckPhoneNumbers added in v0.0.14

func (UnimplementedNetworkWardenServiceServer) DeleteHolder

func (UnimplementedNetworkWardenServiceServer) GetHolder

func (UnimplementedNetworkWardenServiceServer) GetNetworkNodesList

func (UnimplementedNetworkWardenServiceServer) GetNetworkWardensList

func (UnimplementedNetworkWardenServiceServer) InitiateNetworkNode added in v0.0.17

func (UnimplementedNetworkWardenServiceServer) LoginHolder

func (UnimplementedNetworkWardenServiceServer) LogoutHolder

func (UnimplementedNetworkWardenServiceServer) ModifyHolder

func (UnimplementedNetworkWardenServiceServer) RefreshHolderToken

func (UnimplementedNetworkWardenServiceServer) RegisterHolder

func (UnimplementedNetworkWardenServiceServer) RegisterNetworkWarden

type UnsafeAdminServiceServer added in v0.0.4

type UnsafeAdminServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServiceServer will result in compilation errors.

type UnsafeNetworkWardenServiceServer

type UnsafeNetworkWardenServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeNetworkWardenServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NetworkWardenServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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