entrances

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2020 License: MIT Imports: 19 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMruVEntrancesServiceServer

func RegisterMruVEntrancesServiceServer(s *grpc.Server, srv MruVEntrancesServiceServer)

Types

type CreateEntranceRequest

type CreateEntranceRequest struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Out                  *spots.Spot `protobuf:"bytes,2,opt,name=out,proto3" json:"out,omitempty"`
	In                   *spots.Spot `protobuf:"bytes,3,opt,name=in,proto3" json:"in,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Request message for rpc `CreateEntrance`.

func (*CreateEntranceRequest) Descriptor

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

func (*CreateEntranceRequest) GetIn

func (m *CreateEntranceRequest) GetIn() *spots.Spot

func (*CreateEntranceRequest) GetName

func (m *CreateEntranceRequest) GetName() string

func (*CreateEntranceRequest) GetOut

func (m *CreateEntranceRequest) GetOut() *spots.Spot

func (*CreateEntranceRequest) ProtoMessage

func (*CreateEntranceRequest) ProtoMessage()

func (*CreateEntranceRequest) Reset

func (m *CreateEntranceRequest) Reset()

func (*CreateEntranceRequest) String

func (m *CreateEntranceRequest) String() string

func (*CreateEntranceRequest) Validate

func (m *CreateEntranceRequest) Validate() error

Validate checks the field values on CreateEntranceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEntranceRequest) XXX_DiscardUnknown

func (m *CreateEntranceRequest) XXX_DiscardUnknown()

func (*CreateEntranceRequest) XXX_Marshal

func (m *CreateEntranceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEntranceRequest) XXX_Merge

func (m *CreateEntranceRequest) XXX_Merge(src proto.Message)

func (*CreateEntranceRequest) XXX_Size

func (m *CreateEntranceRequest) XXX_Size() int

func (*CreateEntranceRequest) XXX_Unmarshal

func (m *CreateEntranceRequest) XXX_Unmarshal(b []byte) error

type CreateEntranceRequestValidationError

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

CreateEntranceRequestValidationError is the validation error returned by CreateEntranceRequest.Validate if the designated constraints aren't met.

func (CreateEntranceRequestValidationError) Cause

Cause function returns cause value.

func (CreateEntranceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEntranceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEntranceRequestValidationError) Field

Field function returns field value.

func (CreateEntranceRequestValidationError) Key

Key function returns key value.

func (CreateEntranceRequestValidationError) Reason

Reason function returns reason value.

type CreateEntranceResponse

type CreateEntranceResponse struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `CreateEntrance`.

func (*CreateEntranceResponse) Descriptor

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

func (*CreateEntranceResponse) GetId

func (m *CreateEntranceResponse) GetId() uint32

func (*CreateEntranceResponse) ProtoMessage

func (*CreateEntranceResponse) ProtoMessage()

func (*CreateEntranceResponse) Reset

func (m *CreateEntranceResponse) Reset()

func (*CreateEntranceResponse) String

func (m *CreateEntranceResponse) String() string

func (*CreateEntranceResponse) Validate

func (m *CreateEntranceResponse) Validate() error

Validate checks the field values on CreateEntranceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEntranceResponse) XXX_DiscardUnknown

func (m *CreateEntranceResponse) XXX_DiscardUnknown()

func (*CreateEntranceResponse) XXX_Marshal

func (m *CreateEntranceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEntranceResponse) XXX_Merge

func (m *CreateEntranceResponse) XXX_Merge(src proto.Message)

func (*CreateEntranceResponse) XXX_Size

func (m *CreateEntranceResponse) XXX_Size() int

func (*CreateEntranceResponse) XXX_Unmarshal

func (m *CreateEntranceResponse) XXX_Unmarshal(b []byte) error

type CreateEntranceResponseValidationError

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

CreateEntranceResponseValidationError is the validation error returned by CreateEntranceResponse.Validate if the designated constraints aren't met.

func (CreateEntranceResponseValidationError) Cause

Cause function returns cause value.

func (CreateEntranceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateEntranceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateEntranceResponseValidationError) Field

Field function returns field value.

func (CreateEntranceResponseValidationError) Key

Key function returns key value.

func (CreateEntranceResponseValidationError) Reason

Reason function returns reason value.

type DeleteEntranceRequest

type DeleteEntranceRequest struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `DeleteEntrance`.

func (*DeleteEntranceRequest) Descriptor

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

func (*DeleteEntranceRequest) GetId

func (m *DeleteEntranceRequest) GetId() uint32

func (*DeleteEntranceRequest) ProtoMessage

func (*DeleteEntranceRequest) ProtoMessage()

func (*DeleteEntranceRequest) Reset

func (m *DeleteEntranceRequest) Reset()

func (*DeleteEntranceRequest) String

func (m *DeleteEntranceRequest) String() string

func (*DeleteEntranceRequest) Validate

func (m *DeleteEntranceRequest) Validate() error

Validate checks the field values on DeleteEntranceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteEntranceRequest) XXX_DiscardUnknown

func (m *DeleteEntranceRequest) XXX_DiscardUnknown()

func (*DeleteEntranceRequest) XXX_Marshal

func (m *DeleteEntranceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteEntranceRequest) XXX_Merge

func (m *DeleteEntranceRequest) XXX_Merge(src proto.Message)

func (*DeleteEntranceRequest) XXX_Size

func (m *DeleteEntranceRequest) XXX_Size() int

func (*DeleteEntranceRequest) XXX_Unmarshal

func (m *DeleteEntranceRequest) XXX_Unmarshal(b []byte) error

type DeleteEntranceRequestValidationError

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

DeleteEntranceRequestValidationError is the validation error returned by DeleteEntranceRequest.Validate if the designated constraints aren't met.

func (DeleteEntranceRequestValidationError) Cause

Cause function returns cause value.

func (DeleteEntranceRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteEntranceRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteEntranceRequestValidationError) Field

Field function returns field value.

func (DeleteEntranceRequestValidationError) Key

Key function returns key value.

func (DeleteEntranceRequestValidationError) Reason

Reason function returns reason value.

type DeleteEntranceResponse

type DeleteEntranceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `DeleteEntrance`.

func (*DeleteEntranceResponse) Descriptor

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

func (*DeleteEntranceResponse) ProtoMessage

func (*DeleteEntranceResponse) ProtoMessage()

func (*DeleteEntranceResponse) Reset

func (m *DeleteEntranceResponse) Reset()

func (*DeleteEntranceResponse) String

func (m *DeleteEntranceResponse) String() string

func (*DeleteEntranceResponse) Validate

func (m *DeleteEntranceResponse) Validate() error

Validate checks the field values on DeleteEntranceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteEntranceResponse) XXX_DiscardUnknown

func (m *DeleteEntranceResponse) XXX_DiscardUnknown()

func (*DeleteEntranceResponse) XXX_Marshal

func (m *DeleteEntranceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteEntranceResponse) XXX_Merge

func (m *DeleteEntranceResponse) XXX_Merge(src proto.Message)

func (*DeleteEntranceResponse) XXX_Size

func (m *DeleteEntranceResponse) XXX_Size() int

func (*DeleteEntranceResponse) XXX_Unmarshal

func (m *DeleteEntranceResponse) XXX_Unmarshal(b []byte) error

type DeleteEntranceResponseValidationError

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

DeleteEntranceResponseValidationError is the validation error returned by DeleteEntranceResponse.Validate if the designated constraints aren't met.

func (DeleteEntranceResponseValidationError) Cause

Cause function returns cause value.

func (DeleteEntranceResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteEntranceResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteEntranceResponseValidationError) Field

Field function returns field value.

func (DeleteEntranceResponseValidationError) Key

Key function returns key value.

func (DeleteEntranceResponseValidationError) Reason

Reason function returns reason value.

type EnterRequest

type EnterRequest struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `Enter`.

func (*EnterRequest) Descriptor

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

func (*EnterRequest) GetId

func (m *EnterRequest) GetId() uint32

func (*EnterRequest) ProtoMessage

func (*EnterRequest) ProtoMessage()

func (*EnterRequest) Reset

func (m *EnterRequest) Reset()

func (*EnterRequest) String

func (m *EnterRequest) String() string

func (*EnterRequest) Validate

func (m *EnterRequest) Validate() error

Validate checks the field values on EnterRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*EnterRequest) XXX_DiscardUnknown

func (m *EnterRequest) XXX_DiscardUnknown()

func (*EnterRequest) XXX_Marshal

func (m *EnterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnterRequest) XXX_Merge

func (m *EnterRequest) XXX_Merge(src proto.Message)

func (*EnterRequest) XXX_Size

func (m *EnterRequest) XXX_Size() int

func (*EnterRequest) XXX_Unmarshal

func (m *EnterRequest) XXX_Unmarshal(b []byte) error

type EnterRequestValidationError

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

EnterRequestValidationError is the validation error returned by EnterRequest.Validate if the designated constraints aren't met.

func (EnterRequestValidationError) Cause

Cause function returns cause value.

func (EnterRequestValidationError) Error

Error satisfies the builtin error interface

func (EnterRequestValidationError) ErrorName

func (e EnterRequestValidationError) ErrorName() string

ErrorName returns error name.

func (EnterRequestValidationError) Field

Field function returns field value.

func (EnterRequestValidationError) Key

Key function returns key value.

func (EnterRequestValidationError) Reason

Reason function returns reason value.

type EnterResponse

type EnterResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `Enter`.

func (*EnterResponse) Descriptor

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

func (*EnterResponse) ProtoMessage

func (*EnterResponse) ProtoMessage()

func (*EnterResponse) Reset

func (m *EnterResponse) Reset()

func (*EnterResponse) String

func (m *EnterResponse) String() string

func (*EnterResponse) Validate

func (m *EnterResponse) Validate() error

Validate checks the field values on EnterResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*EnterResponse) XXX_DiscardUnknown

func (m *EnterResponse) XXX_DiscardUnknown()

func (*EnterResponse) XXX_Marshal

func (m *EnterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnterResponse) XXX_Merge

func (m *EnterResponse) XXX_Merge(src proto.Message)

func (*EnterResponse) XXX_Size

func (m *EnterResponse) XXX_Size() int

func (*EnterResponse) XXX_Unmarshal

func (m *EnterResponse) XXX_Unmarshal(b []byte) error

type EnterResponseValidationError

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

EnterResponseValidationError is the validation error returned by EnterResponse.Validate if the designated constraints aren't met.

func (EnterResponseValidationError) Cause

Cause function returns cause value.

func (EnterResponseValidationError) Error

Error satisfies the builtin error interface

func (EnterResponseValidationError) ErrorName

func (e EnterResponseValidationError) ErrorName() string

ErrorName returns error name.

func (EnterResponseValidationError) Field

Field function returns field value.

func (EnterResponseValidationError) Key

Key function returns key value.

func (EnterResponseValidationError) Reason

Reason function returns reason value.

type Entrance

type Entrance struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Out                  *spots.Spot `protobuf:"bytes,2,opt,name=out,proto3" json:"out,omitempty"`
	In                   *spots.Spot `protobuf:"bytes,3,opt,name=in,proto3" json:"in,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Entrance) Descriptor

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

func (*Entrance) GetIn

func (m *Entrance) GetIn() *spots.Spot

func (*Entrance) GetName

func (m *Entrance) GetName() string

func (*Entrance) GetOut

func (m *Entrance) GetOut() *spots.Spot

func (*Entrance) ProtoMessage

func (*Entrance) ProtoMessage()

func (*Entrance) Reset

func (m *Entrance) Reset()

func (*Entrance) String

func (m *Entrance) String() string

func (*Entrance) Validate

func (m *Entrance) Validate() error

Validate checks the field values on Entrance with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Entrance) XXX_DiscardUnknown

func (m *Entrance) XXX_DiscardUnknown()

func (*Entrance) XXX_Marshal

func (m *Entrance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Entrance) XXX_Merge

func (m *Entrance) XXX_Merge(src proto.Message)

func (*Entrance) XXX_Size

func (m *Entrance) XXX_Size() int

func (*Entrance) XXX_Unmarshal

func (m *Entrance) XXX_Unmarshal(b []byte) error

type EntranceValidationError

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

EntranceValidationError is the validation error returned by Entrance.Validate if the designated constraints aren't met.

func (EntranceValidationError) Cause

func (e EntranceValidationError) Cause() error

Cause function returns cause value.

func (EntranceValidationError) Error

func (e EntranceValidationError) Error() string

Error satisfies the builtin error interface

func (EntranceValidationError) ErrorName

func (e EntranceValidationError) ErrorName() string

ErrorName returns error name.

func (EntranceValidationError) Field

func (e EntranceValidationError) Field() string

Field function returns field value.

func (EntranceValidationError) Key

func (e EntranceValidationError) Key() bool

Key function returns key value.

func (EntranceValidationError) Reason

func (e EntranceValidationError) Reason() string

Reason function returns reason value.

type ExitRequest

type ExitRequest struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `Exit`.

func (*ExitRequest) Descriptor

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

func (*ExitRequest) GetId

func (m *ExitRequest) GetId() uint32

func (*ExitRequest) ProtoMessage

func (*ExitRequest) ProtoMessage()

func (*ExitRequest) Reset

func (m *ExitRequest) Reset()

func (*ExitRequest) String

func (m *ExitRequest) String() string

func (*ExitRequest) Validate

func (m *ExitRequest) Validate() error

Validate checks the field values on ExitRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ExitRequest) XXX_DiscardUnknown

func (m *ExitRequest) XXX_DiscardUnknown()

func (*ExitRequest) XXX_Marshal

func (m *ExitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExitRequest) XXX_Merge

func (m *ExitRequest) XXX_Merge(src proto.Message)

func (*ExitRequest) XXX_Size

func (m *ExitRequest) XXX_Size() int

func (*ExitRequest) XXX_Unmarshal

func (m *ExitRequest) XXX_Unmarshal(b []byte) error

type ExitRequestValidationError

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

ExitRequestValidationError is the validation error returned by ExitRequest.Validate if the designated constraints aren't met.

func (ExitRequestValidationError) Cause

Cause function returns cause value.

func (ExitRequestValidationError) Error

Error satisfies the builtin error interface

func (ExitRequestValidationError) ErrorName

func (e ExitRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ExitRequestValidationError) Field

Field function returns field value.

func (ExitRequestValidationError) Key

Key function returns key value.

func (ExitRequestValidationError) Reason

Reason function returns reason value.

type ExitResponse

type ExitResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `Exit`.

func (*ExitResponse) Descriptor

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

func (*ExitResponse) ProtoMessage

func (*ExitResponse) ProtoMessage()

func (*ExitResponse) Reset

func (m *ExitResponse) Reset()

func (*ExitResponse) String

func (m *ExitResponse) String() string

func (*ExitResponse) Validate

func (m *ExitResponse) Validate() error

Validate checks the field values on ExitResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ExitResponse) XXX_DiscardUnknown

func (m *ExitResponse) XXX_DiscardUnknown()

func (*ExitResponse) XXX_Marshal

func (m *ExitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExitResponse) XXX_Merge

func (m *ExitResponse) XXX_Merge(src proto.Message)

func (*ExitResponse) XXX_Size

func (m *ExitResponse) XXX_Size() int

func (*ExitResponse) XXX_Unmarshal

func (m *ExitResponse) XXX_Unmarshal(b []byte) error

type ExitResponseValidationError

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

ExitResponseValidationError is the validation error returned by ExitResponse.Validate if the designated constraints aren't met.

func (ExitResponseValidationError) Cause

Cause function returns cause value.

func (ExitResponseValidationError) Error

Error satisfies the builtin error interface

func (ExitResponseValidationError) ErrorName

func (e ExitResponseValidationError) ErrorName() string

ErrorName returns error name.

func (ExitResponseValidationError) Field

Field function returns field value.

func (ExitResponseValidationError) Key

Key function returns key value.

func (ExitResponseValidationError) Reason

Reason function returns reason value.

type FetchAllEntrancesRequest

type FetchAllEntrancesRequest struct {
	ChunkSize            uint32   `protobuf:"varint,1,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `FetchAllEntrances`.

func (*FetchAllEntrancesRequest) Descriptor

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

func (*FetchAllEntrancesRequest) GetChunkSize

func (m *FetchAllEntrancesRequest) GetChunkSize() uint32

func (*FetchAllEntrancesRequest) ProtoMessage

func (*FetchAllEntrancesRequest) ProtoMessage()

func (*FetchAllEntrancesRequest) Reset

func (m *FetchAllEntrancesRequest) Reset()

func (*FetchAllEntrancesRequest) String

func (m *FetchAllEntrancesRequest) String() string

func (*FetchAllEntrancesRequest) Validate

func (m *FetchAllEntrancesRequest) Validate() error

Validate checks the field values on FetchAllEntrancesRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*FetchAllEntrancesRequest) XXX_DiscardUnknown

func (m *FetchAllEntrancesRequest) XXX_DiscardUnknown()

func (*FetchAllEntrancesRequest) XXX_Marshal

func (m *FetchAllEntrancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchAllEntrancesRequest) XXX_Merge

func (m *FetchAllEntrancesRequest) XXX_Merge(src proto.Message)

func (*FetchAllEntrancesRequest) XXX_Size

func (m *FetchAllEntrancesRequest) XXX_Size() int

func (*FetchAllEntrancesRequest) XXX_Unmarshal

func (m *FetchAllEntrancesRequest) XXX_Unmarshal(b []byte) error

type FetchAllEntrancesRequestValidationError

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

FetchAllEntrancesRequestValidationError is the validation error returned by FetchAllEntrancesRequest.Validate if the designated constraints aren't met.

func (FetchAllEntrancesRequestValidationError) Cause

Cause function returns cause value.

func (FetchAllEntrancesRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchAllEntrancesRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchAllEntrancesRequestValidationError) Field

Field function returns field value.

func (FetchAllEntrancesRequestValidationError) Key

Key function returns key value.

func (FetchAllEntrancesRequestValidationError) Reason

Reason function returns reason value.

type FetchAllEntrancesResponse

type FetchAllEntrancesResponse struct {
	Entrances            map[uint32]*Entrance `` /* 160-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Response message for rpc `FetchAllEntrances`.

func (*FetchAllEntrancesResponse) Descriptor

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

func (*FetchAllEntrancesResponse) GetEntrances

func (m *FetchAllEntrancesResponse) GetEntrances() map[uint32]*Entrance

func (*FetchAllEntrancesResponse) ProtoMessage

func (*FetchAllEntrancesResponse) ProtoMessage()

func (*FetchAllEntrancesResponse) Reset

func (m *FetchAllEntrancesResponse) Reset()

func (*FetchAllEntrancesResponse) String

func (m *FetchAllEntrancesResponse) String() string

func (*FetchAllEntrancesResponse) Validate

func (m *FetchAllEntrancesResponse) Validate() error

Validate checks the field values on FetchAllEntrancesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*FetchAllEntrancesResponse) XXX_DiscardUnknown

func (m *FetchAllEntrancesResponse) XXX_DiscardUnknown()

func (*FetchAllEntrancesResponse) XXX_Marshal

func (m *FetchAllEntrancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchAllEntrancesResponse) XXX_Merge

func (m *FetchAllEntrancesResponse) XXX_Merge(src proto.Message)

func (*FetchAllEntrancesResponse) XXX_Size

func (m *FetchAllEntrancesResponse) XXX_Size() int

func (*FetchAllEntrancesResponse) XXX_Unmarshal

func (m *FetchAllEntrancesResponse) XXX_Unmarshal(b []byte) error

type FetchAllEntrancesResponseValidationError

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

FetchAllEntrancesResponseValidationError is the validation error returned by FetchAllEntrancesResponse.Validate if the designated constraints aren't met.

func (FetchAllEntrancesResponseValidationError) Cause

Cause function returns cause value.

func (FetchAllEntrancesResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchAllEntrancesResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchAllEntrancesResponseValidationError) Field

Field function returns field value.

func (FetchAllEntrancesResponseValidationError) Key

Key function returns key value.

func (FetchAllEntrancesResponseValidationError) Reason

Reason function returns reason value.

type FindNearestEntranceRequest

type FindNearestEntranceRequest struct {
	X                    float32  `protobuf:"fixed32,1,opt,name=x,proto3" json:"x,omitempty"`
	Y                    float32  `protobuf:"fixed32,2,opt,name=y,proto3" json:"y,omitempty"`
	Z                    float32  `protobuf:"fixed32,3,opt,name=z,proto3" json:"z,omitempty"`
	MaxDistance          float32  `protobuf:"fixed32,4,opt,name=max_distance,json=maxDistance,proto3" json:"max_distance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `FindNearestEntrance`.

func (*FindNearestEntranceRequest) Descriptor

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

func (*FindNearestEntranceRequest) GetMaxDistance

func (m *FindNearestEntranceRequest) GetMaxDistance() float32

func (*FindNearestEntranceRequest) GetX

func (*FindNearestEntranceRequest) GetY

func (*FindNearestEntranceRequest) GetZ

func (*FindNearestEntranceRequest) ProtoMessage

func (*FindNearestEntranceRequest) ProtoMessage()

func (*FindNearestEntranceRequest) Reset

func (m *FindNearestEntranceRequest) Reset()

func (*FindNearestEntranceRequest) String

func (m *FindNearestEntranceRequest) String() string

func (*FindNearestEntranceRequest) Validate

func (m *FindNearestEntranceRequest) Validate() error

Validate checks the field values on FindNearestEntranceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*FindNearestEntranceRequest) XXX_DiscardUnknown

func (m *FindNearestEntranceRequest) XXX_DiscardUnknown()

func (*FindNearestEntranceRequest) XXX_Marshal

func (m *FindNearestEntranceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindNearestEntranceRequest) XXX_Merge

func (m *FindNearestEntranceRequest) XXX_Merge(src proto.Message)

func (*FindNearestEntranceRequest) XXX_Size

func (m *FindNearestEntranceRequest) XXX_Size() int

func (*FindNearestEntranceRequest) XXX_Unmarshal

func (m *FindNearestEntranceRequest) XXX_Unmarshal(b []byte) error

type FindNearestEntranceRequestValidationError

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

FindNearestEntranceRequestValidationError is the validation error returned by FindNearestEntranceRequest.Validate if the designated constraints aren't met.

func (FindNearestEntranceRequestValidationError) Cause

Cause function returns cause value.

func (FindNearestEntranceRequestValidationError) Error

Error satisfies the builtin error interface

func (FindNearestEntranceRequestValidationError) ErrorName

ErrorName returns error name.

func (FindNearestEntranceRequestValidationError) Field

Field function returns field value.

func (FindNearestEntranceRequestValidationError) Key

Key function returns key value.

func (FindNearestEntranceRequestValidationError) Reason

Reason function returns reason value.

type FindNearestEntranceResponse

type FindNearestEntranceResponse struct {
	Id       uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Distance float32 `protobuf:"fixed32,2,opt,name=distance,proto3" json:"distance,omitempty"`
	// Is found entrance position is in spot (out spot otherwise)
	Inside               bool     `protobuf:"varint,3,opt,name=inside,proto3" json:"inside,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `FindNearestEntrance`.

func (*FindNearestEntranceResponse) Descriptor

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

func (*FindNearestEntranceResponse) GetDistance

func (m *FindNearestEntranceResponse) GetDistance() float32

func (*FindNearestEntranceResponse) GetId

func (*FindNearestEntranceResponse) GetInside

func (m *FindNearestEntranceResponse) GetInside() bool

func (*FindNearestEntranceResponse) ProtoMessage

func (*FindNearestEntranceResponse) ProtoMessage()

func (*FindNearestEntranceResponse) Reset

func (m *FindNearestEntranceResponse) Reset()

func (*FindNearestEntranceResponse) String

func (m *FindNearestEntranceResponse) String() string

func (*FindNearestEntranceResponse) Validate

func (m *FindNearestEntranceResponse) Validate() error

Validate checks the field values on FindNearestEntranceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*FindNearestEntranceResponse) XXX_DiscardUnknown

func (m *FindNearestEntranceResponse) XXX_DiscardUnknown()

func (*FindNearestEntranceResponse) XXX_Marshal

func (m *FindNearestEntranceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindNearestEntranceResponse) XXX_Merge

func (m *FindNearestEntranceResponse) XXX_Merge(src proto.Message)

func (*FindNearestEntranceResponse) XXX_Size

func (m *FindNearestEntranceResponse) XXX_Size() int

func (*FindNearestEntranceResponse) XXX_Unmarshal

func (m *FindNearestEntranceResponse) XXX_Unmarshal(b []byte) error

type FindNearestEntranceResponseValidationError

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

FindNearestEntranceResponseValidationError is the validation error returned by FindNearestEntranceResponse.Validate if the designated constraints aren't met.

func (FindNearestEntranceResponseValidationError) Cause

Cause function returns cause value.

func (FindNearestEntranceResponseValidationError) Error

Error satisfies the builtin error interface

func (FindNearestEntranceResponseValidationError) ErrorName

ErrorName returns error name.

func (FindNearestEntranceResponseValidationError) Field

Field function returns field value.

func (FindNearestEntranceResponseValidationError) Key

Key function returns key value.

func (FindNearestEntranceResponseValidationError) Reason

Reason function returns reason value.

type GetEntranceRequest

type GetEntranceRequest struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `GetEntrance`.

func (*GetEntranceRequest) Descriptor

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

func (*GetEntranceRequest) GetId

func (m *GetEntranceRequest) GetId() uint32

func (*GetEntranceRequest) ProtoMessage

func (*GetEntranceRequest) ProtoMessage()

func (*GetEntranceRequest) Reset

func (m *GetEntranceRequest) Reset()

func (*GetEntranceRequest) String

func (m *GetEntranceRequest) String() string

func (*GetEntranceRequest) Validate

func (m *GetEntranceRequest) Validate() error

Validate checks the field values on GetEntranceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetEntranceRequest) XXX_DiscardUnknown

func (m *GetEntranceRequest) XXX_DiscardUnknown()

func (*GetEntranceRequest) XXX_Marshal

func (m *GetEntranceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEntranceRequest) XXX_Merge

func (m *GetEntranceRequest) XXX_Merge(src proto.Message)

func (*GetEntranceRequest) XXX_Size

func (m *GetEntranceRequest) XXX_Size() int

func (*GetEntranceRequest) XXX_Unmarshal

func (m *GetEntranceRequest) XXX_Unmarshal(b []byte) error

type GetEntranceRequestValidationError

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

GetEntranceRequestValidationError is the validation error returned by GetEntranceRequest.Validate if the designated constraints aren't met.

func (GetEntranceRequestValidationError) Cause

Cause function returns cause value.

func (GetEntranceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEntranceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetEntranceRequestValidationError) Field

Field function returns field value.

func (GetEntranceRequestValidationError) Key

Key function returns key value.

func (GetEntranceRequestValidationError) Reason

Reason function returns reason value.

type GetEntranceResponse

type GetEntranceResponse struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	InSpot               *spots.Spot `protobuf:"bytes,2,opt,name=in_spot,json=inSpot,proto3" json:"in_spot,omitempty"`
	OutSpot              *spots.Spot `protobuf:"bytes,3,opt,name=out_spot,json=outSpot,proto3" json:"out_spot,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Response message for rpc `GetEntrance`.

func (*GetEntranceResponse) Descriptor

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

func (*GetEntranceResponse) GetInSpot

func (m *GetEntranceResponse) GetInSpot() *spots.Spot

func (*GetEntranceResponse) GetName

func (m *GetEntranceResponse) GetName() string

func (*GetEntranceResponse) GetOutSpot

func (m *GetEntranceResponse) GetOutSpot() *spots.Spot

func (*GetEntranceResponse) ProtoMessage

func (*GetEntranceResponse) ProtoMessage()

func (*GetEntranceResponse) Reset

func (m *GetEntranceResponse) Reset()

func (*GetEntranceResponse) String

func (m *GetEntranceResponse) String() string

func (*GetEntranceResponse) Validate

func (m *GetEntranceResponse) Validate() error

Validate checks the field values on GetEntranceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetEntranceResponse) XXX_DiscardUnknown

func (m *GetEntranceResponse) XXX_DiscardUnknown()

func (*GetEntranceResponse) XXX_Marshal

func (m *GetEntranceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEntranceResponse) XXX_Merge

func (m *GetEntranceResponse) XXX_Merge(src proto.Message)

func (*GetEntranceResponse) XXX_Size

func (m *GetEntranceResponse) XXX_Size() int

func (*GetEntranceResponse) XXX_Unmarshal

func (m *GetEntranceResponse) XXX_Unmarshal(b []byte) error

type GetEntranceResponseValidationError

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

GetEntranceResponseValidationError is the validation error returned by GetEntranceResponse.Validate if the designated constraints aren't met.

func (GetEntranceResponseValidationError) Cause

Cause function returns cause value.

func (GetEntranceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEntranceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEntranceResponseValidationError) Field

Field function returns field value.

func (GetEntranceResponseValidationError) Key

Key function returns key value.

func (GetEntranceResponseValidationError) Reason

Reason function returns reason value.

type LockRequest

type LockRequest struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `Lock`.

func (*LockRequest) Descriptor

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

func (*LockRequest) GetId

func (m *LockRequest) GetId() uint32

func (*LockRequest) ProtoMessage

func (*LockRequest) ProtoMessage()

func (*LockRequest) Reset

func (m *LockRequest) Reset()

func (*LockRequest) String

func (m *LockRequest) String() string

func (*LockRequest) Validate

func (m *LockRequest) Validate() error

Validate checks the field values on LockRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*LockRequest) XXX_DiscardUnknown

func (m *LockRequest) XXX_DiscardUnknown()

func (*LockRequest) XXX_Marshal

func (m *LockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LockRequest) XXX_Merge

func (m *LockRequest) XXX_Merge(src proto.Message)

func (*LockRequest) XXX_Size

func (m *LockRequest) XXX_Size() int

func (*LockRequest) XXX_Unmarshal

func (m *LockRequest) XXX_Unmarshal(b []byte) error

type LockRequestValidationError

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

LockRequestValidationError is the validation error returned by LockRequest.Validate if the designated constraints aren't met.

func (LockRequestValidationError) Cause

Cause function returns cause value.

func (LockRequestValidationError) Error

Error satisfies the builtin error interface

func (LockRequestValidationError) ErrorName

func (e LockRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LockRequestValidationError) Field

Field function returns field value.

func (LockRequestValidationError) Key

Key function returns key value.

func (LockRequestValidationError) Reason

Reason function returns reason value.

type LockResponse

type LockResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `Lock`.

func (*LockResponse) Descriptor

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

func (*LockResponse) ProtoMessage

func (*LockResponse) ProtoMessage()

func (*LockResponse) Reset

func (m *LockResponse) Reset()

func (*LockResponse) String

func (m *LockResponse) String() string

func (*LockResponse) Validate

func (m *LockResponse) Validate() error

Validate checks the field values on LockResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*LockResponse) XXX_DiscardUnknown

func (m *LockResponse) XXX_DiscardUnknown()

func (*LockResponse) XXX_Marshal

func (m *LockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LockResponse) XXX_Merge

func (m *LockResponse) XXX_Merge(src proto.Message)

func (*LockResponse) XXX_Size

func (m *LockResponse) XXX_Size() int

func (*LockResponse) XXX_Unmarshal

func (m *LockResponse) XXX_Unmarshal(b []byte) error

type LockResponseValidationError

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

LockResponseValidationError is the validation error returned by LockResponse.Validate if the designated constraints aren't met.

func (LockResponseValidationError) Cause

Cause function returns cause value.

func (LockResponseValidationError) Error

Error satisfies the builtin error interface

func (LockResponseValidationError) ErrorName

func (e LockResponseValidationError) ErrorName() string

ErrorName returns error name.

func (LockResponseValidationError) Field

Field function returns field value.

func (LockResponseValidationError) Key

Key function returns key value.

func (LockResponseValidationError) Reason

Reason function returns reason value.

type MruVEntrancesServiceClient

type MruVEntrancesServiceClient interface {
	// Create an entrance to building or teleport to location.
	CreateEntrance(ctx context.Context, in *CreateEntranceRequest, opts ...grpc.CallOption) (*CreateEntranceResponse, error)
	// Get an entrance to building or a teleport to location.
	GetEntrance(ctx context.Context, in *GetEntranceRequest, opts ...grpc.CallOption) (*GetEntranceResponse, error)
	// Update an entrance to building or a teleport to location.
	UpdateEntrance(ctx context.Context, in *UpdateEntranceRequest, opts ...grpc.CallOption) (*UpdateEntranceResponse, error)
	// Delete an entrance to building or a teleport to location.
	DeleteEntrance(ctx context.Context, in *DeleteEntranceRequest, opts ...grpc.CallOption) (*DeleteEntranceResponse, error)
	// Lock entrance.
	Lock(ctx context.Context, in *LockRequest, opts ...grpc.CallOption) (*LockResponse, error)
	// Unload entrance.
	Unlock(ctx context.Context, in *UnlockRequest, opts ...grpc.CallOption) (*UnlockResponse, error)
	// Find gate that is closest to a specific position.
	FindNearestEntrance(ctx context.Context, in *FindNearestEntranceRequest, opts ...grpc.CallOption) (*FindNearestEntranceResponse, error)
	// Enter an entrance (player teleport from in spot position to out spot position).
	Enter(ctx context.Context, in *EnterRequest, opts ...grpc.CallOption) (*EnterResponse, error)
	// Exit from entrance (player teleport from out spot position to in spot position).
	Exit(ctx context.Context, in *ExitRequest, opts ...grpc.CallOption) (*ExitResponse, error)
	//
	FetchAll(ctx context.Context, in *FetchAllEntrancesRequest, opts ...grpc.CallOption) (MruVEntrancesService_FetchAllClient, error)
}

MruVEntrancesServiceClient is the client API for MruVEntrancesService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMruVEntrancesServiceClient

func NewMruVEntrancesServiceClient(cc *grpc.ClientConn) MruVEntrancesServiceClient

type MruVEntrancesServiceServer

type MruVEntrancesServiceServer interface {
	// Create an entrance to building or teleport to location.
	CreateEntrance(context.Context, *CreateEntranceRequest) (*CreateEntranceResponse, error)
	// Get an entrance to building or a teleport to location.
	GetEntrance(context.Context, *GetEntranceRequest) (*GetEntranceResponse, error)
	// Update an entrance to building or a teleport to location.
	UpdateEntrance(context.Context, *UpdateEntranceRequest) (*UpdateEntranceResponse, error)
	// Delete an entrance to building or a teleport to location.
	DeleteEntrance(context.Context, *DeleteEntranceRequest) (*DeleteEntranceResponse, error)
	// Lock entrance.
	Lock(context.Context, *LockRequest) (*LockResponse, error)
	// Unload entrance.
	Unlock(context.Context, *UnlockRequest) (*UnlockResponse, error)
	// Find gate that is closest to a specific position.
	FindNearestEntrance(context.Context, *FindNearestEntranceRequest) (*FindNearestEntranceResponse, error)
	// Enter an entrance (player teleport from in spot position to out spot position).
	Enter(context.Context, *EnterRequest) (*EnterResponse, error)
	// Exit from entrance (player teleport from out spot position to in spot position).
	Exit(context.Context, *ExitRequest) (*ExitResponse, error)
	//
	FetchAll(*FetchAllEntrancesRequest, MruVEntrancesService_FetchAllServer) error
}

MruVEntrancesServiceServer is the server API for MruVEntrancesService service.

type MruVEntrancesService_FetchAllClient

type MruVEntrancesService_FetchAllClient interface {
	Recv() (*FetchAllEntrancesResponse, error)
	grpc.ClientStream
}

type MruVEntrancesService_FetchAllServer

type MruVEntrancesService_FetchAllServer interface {
	Send(*FetchAllEntrancesResponse) error
	grpc.ServerStream
}

type UnimplementedMruVEntrancesServiceServer

type UnimplementedMruVEntrancesServiceServer struct {
}

UnimplementedMruVEntrancesServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMruVEntrancesServiceServer) CreateEntrance

func (*UnimplementedMruVEntrancesServiceServer) DeleteEntrance

func (*UnimplementedMruVEntrancesServiceServer) Enter

func (*UnimplementedMruVEntrancesServiceServer) Exit

func (*UnimplementedMruVEntrancesServiceServer) FetchAll

func (*UnimplementedMruVEntrancesServiceServer) FindNearestEntrance

func (*UnimplementedMruVEntrancesServiceServer) GetEntrance

func (*UnimplementedMruVEntrancesServiceServer) Lock

func (*UnimplementedMruVEntrancesServiceServer) Unlock

func (*UnimplementedMruVEntrancesServiceServer) UpdateEntrance

type UnlockRequest

type UnlockRequest struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `Unlock`.

func (*UnlockRequest) Descriptor

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

func (*UnlockRequest) GetId

func (m *UnlockRequest) GetId() uint32

func (*UnlockRequest) ProtoMessage

func (*UnlockRequest) ProtoMessage()

func (*UnlockRequest) Reset

func (m *UnlockRequest) Reset()

func (*UnlockRequest) String

func (m *UnlockRequest) String() string

func (*UnlockRequest) Validate

func (m *UnlockRequest) Validate() error

Validate checks the field values on UnlockRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UnlockRequest) XXX_DiscardUnknown

func (m *UnlockRequest) XXX_DiscardUnknown()

func (*UnlockRequest) XXX_Marshal

func (m *UnlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnlockRequest) XXX_Merge

func (m *UnlockRequest) XXX_Merge(src proto.Message)

func (*UnlockRequest) XXX_Size

func (m *UnlockRequest) XXX_Size() int

func (*UnlockRequest) XXX_Unmarshal

func (m *UnlockRequest) XXX_Unmarshal(b []byte) error

type UnlockRequestValidationError

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

UnlockRequestValidationError is the validation error returned by UnlockRequest.Validate if the designated constraints aren't met.

func (UnlockRequestValidationError) Cause

Cause function returns cause value.

func (UnlockRequestValidationError) Error

Error satisfies the builtin error interface

func (UnlockRequestValidationError) ErrorName

func (e UnlockRequestValidationError) ErrorName() string

ErrorName returns error name.

func (UnlockRequestValidationError) Field

Field function returns field value.

func (UnlockRequestValidationError) Key

Key function returns key value.

func (UnlockRequestValidationError) Reason

Reason function returns reason value.

type UnlockResponse

type UnlockResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `Unlock`.

func (*UnlockResponse) Descriptor

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

func (*UnlockResponse) ProtoMessage

func (*UnlockResponse) ProtoMessage()

func (*UnlockResponse) Reset

func (m *UnlockResponse) Reset()

func (*UnlockResponse) String

func (m *UnlockResponse) String() string

func (*UnlockResponse) Validate

func (m *UnlockResponse) Validate() error

Validate checks the field values on UnlockResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UnlockResponse) XXX_DiscardUnknown

func (m *UnlockResponse) XXX_DiscardUnknown()

func (*UnlockResponse) XXX_Marshal

func (m *UnlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnlockResponse) XXX_Merge

func (m *UnlockResponse) XXX_Merge(src proto.Message)

func (*UnlockResponse) XXX_Size

func (m *UnlockResponse) XXX_Size() int

func (*UnlockResponse) XXX_Unmarshal

func (m *UnlockResponse) XXX_Unmarshal(b []byte) error

type UnlockResponseValidationError

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

UnlockResponseValidationError is the validation error returned by UnlockResponse.Validate if the designated constraints aren't met.

func (UnlockResponseValidationError) Cause

Cause function returns cause value.

func (UnlockResponseValidationError) Error

Error satisfies the builtin error interface

func (UnlockResponseValidationError) ErrorName

func (e UnlockResponseValidationError) ErrorName() string

ErrorName returns error name.

func (UnlockResponseValidationError) Field

Field function returns field value.

func (UnlockResponseValidationError) Key

Key function returns key value.

func (UnlockResponseValidationError) Reason

Reason function returns reason value.

type UpdateEntranceRequest

type UpdateEntranceRequest struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	InSpotId             uint32   `protobuf:"varint,2,opt,name=in_spot_id,json=inSpotId,proto3" json:"in_spot_id,omitempty"`
	OutSpotId            uint32   `protobuf:"varint,3,opt,name=out_spot_id,json=outSpotId,proto3" json:"out_spot_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for rpc `UpdateEntrance`.

func (*UpdateEntranceRequest) Descriptor

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

func (*UpdateEntranceRequest) GetId

func (m *UpdateEntranceRequest) GetId() uint32

func (*UpdateEntranceRequest) GetInSpotId

func (m *UpdateEntranceRequest) GetInSpotId() uint32

func (*UpdateEntranceRequest) GetOutSpotId

func (m *UpdateEntranceRequest) GetOutSpotId() uint32

func (*UpdateEntranceRequest) ProtoMessage

func (*UpdateEntranceRequest) ProtoMessage()

func (*UpdateEntranceRequest) Reset

func (m *UpdateEntranceRequest) Reset()

func (*UpdateEntranceRequest) String

func (m *UpdateEntranceRequest) String() string

func (*UpdateEntranceRequest) Validate

func (m *UpdateEntranceRequest) Validate() error

Validate checks the field values on UpdateEntranceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateEntranceRequest) XXX_DiscardUnknown

func (m *UpdateEntranceRequest) XXX_DiscardUnknown()

func (*UpdateEntranceRequest) XXX_Marshal

func (m *UpdateEntranceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateEntranceRequest) XXX_Merge

func (m *UpdateEntranceRequest) XXX_Merge(src proto.Message)

func (*UpdateEntranceRequest) XXX_Size

func (m *UpdateEntranceRequest) XXX_Size() int

func (*UpdateEntranceRequest) XXX_Unmarshal

func (m *UpdateEntranceRequest) XXX_Unmarshal(b []byte) error

type UpdateEntranceRequestValidationError

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

UpdateEntranceRequestValidationError is the validation error returned by UpdateEntranceRequest.Validate if the designated constraints aren't met.

func (UpdateEntranceRequestValidationError) Cause

Cause function returns cause value.

func (UpdateEntranceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateEntranceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateEntranceRequestValidationError) Field

Field function returns field value.

func (UpdateEntranceRequestValidationError) Key

Key function returns key value.

func (UpdateEntranceRequestValidationError) Reason

Reason function returns reason value.

type UpdateEntranceResponse

type UpdateEntranceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for rpc `UpdateEntrance`.

func (*UpdateEntranceResponse) Descriptor

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

func (*UpdateEntranceResponse) ProtoMessage

func (*UpdateEntranceResponse) ProtoMessage()

func (*UpdateEntranceResponse) Reset

func (m *UpdateEntranceResponse) Reset()

func (*UpdateEntranceResponse) String

func (m *UpdateEntranceResponse) String() string

func (*UpdateEntranceResponse) Validate

func (m *UpdateEntranceResponse) Validate() error

Validate checks the field values on UpdateEntranceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateEntranceResponse) XXX_DiscardUnknown

func (m *UpdateEntranceResponse) XXX_DiscardUnknown()

func (*UpdateEntranceResponse) XXX_Marshal

func (m *UpdateEntranceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateEntranceResponse) XXX_Merge

func (m *UpdateEntranceResponse) XXX_Merge(src proto.Message)

func (*UpdateEntranceResponse) XXX_Size

func (m *UpdateEntranceResponse) XXX_Size() int

func (*UpdateEntranceResponse) XXX_Unmarshal

func (m *UpdateEntranceResponse) XXX_Unmarshal(b []byte) error

type UpdateEntranceResponseValidationError

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

UpdateEntranceResponseValidationError is the validation error returned by UpdateEntranceResponse.Validate if the designated constraints aren't met.

func (UpdateEntranceResponseValidationError) Cause

Cause function returns cause value.

func (UpdateEntranceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateEntranceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateEntranceResponseValidationError) Field

Field function returns field value.

func (UpdateEntranceResponseValidationError) Key

Key function returns key value.

func (UpdateEntranceResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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