devtools

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2020 License: MIT Imports: 28 Imported by: 2

Documentation

Overview

Package devtools is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var File_devtools_devtools_model_proto protoreflect.FileDescriptor
View Source
var File_devtools_devtools_proto protoreflect.FileDescriptor

Functions

func RegisterMruVDevToolsServiceHandler

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

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

func RegisterMruVDevToolsServiceHandlerClient

func RegisterMruVDevToolsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MruVDevToolsServiceClient) error

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

func RegisterMruVDevToolsServiceHandlerFromEndpoint

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

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

func RegisterMruVDevToolsServiceHandlerServer

func RegisterMruVDevToolsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MruVDevToolsServiceServer) error

RegisterMruVDevToolsServiceHandlerServer registers the http handlers for service MruVDevToolsService to "mux". UnaryRPC :call MruVDevToolsServiceServer 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 RegisterMruVDevToolsServiceHandlerFromEndpoint instead.

func RegisterMruVDevToolsServiceServer

func RegisterMruVDevToolsServiceServer(s *grpc.Server, srv MruVDevToolsServiceServer)

Types

type Animation

type Animation struct {

	// Animation dictionary name.
	Dict string `protobuf:"bytes,1,opt,name=dict,proto3" json:"dict,omitempty"`
	// Animation name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Animation category, specified by author.
	ReadableCategory string `protobuf:"bytes,3,opt,name=readable_category,json=readableCategory,proto3" json:"readable_category,omitempty"`
	Category         string `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"`
	// contains filtered or unexported fields
}

GTA V animation structure. You can find more information about RageMP outfits [here](https://wiki.rage.mp/index.php?title=Animations "RageMP Animations")

func (*Animation) Descriptor deprecated

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

Deprecated: Use Animation.ProtoReflect.Descriptor instead.

func (*Animation) GetCategory

func (x *Animation) GetCategory() string

func (*Animation) GetDict

func (x *Animation) GetDict() string

func (*Animation) GetName

func (x *Animation) GetName() string

func (*Animation) GetReadableCategory

func (x *Animation) GetReadableCategory() string

func (*Animation) ProtoMessage

func (*Animation) ProtoMessage()

func (*Animation) ProtoReflect added in v0.8.4

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

func (*Animation) Reset

func (x *Animation) Reset()

func (*Animation) String

func (x *Animation) String() string

func (*Animation) Validate

func (m *Animation) Validate() error

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

type AnimationValidationError

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

AnimationValidationError is the validation error returned by Animation.Validate if the designated constraints aren't met.

func (AnimationValidationError) Cause

func (e AnimationValidationError) Cause() error

Cause function returns cause value.

func (AnimationValidationError) Error

func (e AnimationValidationError) Error() string

Error satisfies the builtin error interface

func (AnimationValidationError) ErrorName

func (e AnimationValidationError) ErrorName() string

ErrorName returns error name.

func (AnimationValidationError) Field

func (e AnimationValidationError) Field() string

Field function returns field value.

func (AnimationValidationError) Key

Key function returns key value.

func (AnimationValidationError) Reason

func (e AnimationValidationError) Reason() string

Reason function returns reason value.

type DeletePositionRequest

type DeletePositionRequest struct {
	Position *Position `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	// contains filtered or unexported fields
}

Delete position request message.

func (*DeletePositionRequest) Descriptor deprecated

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

Deprecated: Use DeletePositionRequest.ProtoReflect.Descriptor instead.

func (*DeletePositionRequest) GetPosition

func (x *DeletePositionRequest) GetPosition() *Position

func (*DeletePositionRequest) ProtoMessage

func (*DeletePositionRequest) ProtoMessage()

func (*DeletePositionRequest) ProtoReflect added in v0.8.4

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

func (*DeletePositionRequest) Reset

func (x *DeletePositionRequest) Reset()

func (*DeletePositionRequest) String

func (x *DeletePositionRequest) String() string

func (*DeletePositionRequest) Validate

func (m *DeletePositionRequest) Validate() error

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

type DeletePositionRequestValidationError

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

DeletePositionRequestValidationError is the validation error returned by DeletePositionRequest.Validate if the designated constraints aren't met.

func (DeletePositionRequestValidationError) Cause

Cause function returns cause value.

func (DeletePositionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeletePositionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeletePositionRequestValidationError) Field

Field function returns field value.

func (DeletePositionRequestValidationError) Key

Key function returns key value.

func (DeletePositionRequestValidationError) Reason

Reason function returns reason value.

type DeletePositionResponse

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

Delete position response message.

func (*DeletePositionResponse) Descriptor deprecated

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

Deprecated: Use DeletePositionResponse.ProtoReflect.Descriptor instead.

func (*DeletePositionResponse) GetSuccess

func (x *DeletePositionResponse) GetSuccess() bool

func (*DeletePositionResponse) ProtoMessage

func (*DeletePositionResponse) ProtoMessage()

func (*DeletePositionResponse) ProtoReflect added in v0.8.4

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

func (*DeletePositionResponse) Reset

func (x *DeletePositionResponse) Reset()

func (*DeletePositionResponse) String

func (x *DeletePositionResponse) String() string

func (*DeletePositionResponse) Validate

func (m *DeletePositionResponse) Validate() error

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

type DeletePositionResponseValidationError

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

DeletePositionResponseValidationError is the validation error returned by DeletePositionResponse.Validate if the designated constraints aren't met.

func (DeletePositionResponseValidationError) Cause

Cause function returns cause value.

func (DeletePositionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeletePositionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeletePositionResponseValidationError) Field

Field function returns field value.

func (DeletePositionResponseValidationError) Key

Key function returns key value.

func (DeletePositionResponseValidationError) Reason

Reason function returns reason value.

type GetAnimationRequest

type GetAnimationRequest struct {
	Dict string `protobuf:"bytes,1,opt,name=dict,proto3" json:"dict,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Get animations request message.

func (*GetAnimationRequest) Descriptor deprecated

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

Deprecated: Use GetAnimationRequest.ProtoReflect.Descriptor instead.

func (*GetAnimationRequest) GetDict

func (x *GetAnimationRequest) GetDict() string

func (*GetAnimationRequest) GetName

func (x *GetAnimationRequest) GetName() string

func (*GetAnimationRequest) ProtoMessage

func (*GetAnimationRequest) ProtoMessage()

func (*GetAnimationRequest) ProtoReflect added in v0.8.4

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

func (*GetAnimationRequest) Reset

func (x *GetAnimationRequest) Reset()

func (*GetAnimationRequest) String

func (x *GetAnimationRequest) String() string

func (*GetAnimationRequest) Validate

func (m *GetAnimationRequest) Validate() error

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

type GetAnimationRequestValidationError

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

GetAnimationRequestValidationError is the validation error returned by GetAnimationRequest.Validate if the designated constraints aren't met.

func (GetAnimationRequestValidationError) Cause

Cause function returns cause value.

func (GetAnimationRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAnimationRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAnimationRequestValidationError) Field

Field function returns field value.

func (GetAnimationRequestValidationError) Key

Key function returns key value.

func (GetAnimationRequestValidationError) Reason

Reason function returns reason value.

type GetAnimationResponse

type GetAnimationResponse struct {
	Animation *Animation `protobuf:"bytes,1,opt,name=animation,proto3" json:"animation,omitempty"`
	Author    *Player    `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

Get animation response message.

func (*GetAnimationResponse) Descriptor deprecated

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

Deprecated: Use GetAnimationResponse.ProtoReflect.Descriptor instead.

func (*GetAnimationResponse) GetAnimation

func (x *GetAnimationResponse) GetAnimation() *Animation

func (*GetAnimationResponse) GetAuthor

func (x *GetAnimationResponse) GetAuthor() *Player

func (*GetAnimationResponse) ProtoMessage

func (*GetAnimationResponse) ProtoMessage()

func (*GetAnimationResponse) ProtoReflect added in v0.8.4

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

func (*GetAnimationResponse) Reset

func (x *GetAnimationResponse) Reset()

func (*GetAnimationResponse) String

func (x *GetAnimationResponse) String() string

func (*GetAnimationResponse) Validate

func (m *GetAnimationResponse) Validate() error

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

type GetAnimationResponseValidationError

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

GetAnimationResponseValidationError is the validation error returned by GetAnimationResponse.Validate if the designated constraints aren't met.

func (GetAnimationResponseValidationError) Cause

Cause function returns cause value.

func (GetAnimationResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAnimationResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAnimationResponseValidationError) Field

Field function returns field value.

func (GetAnimationResponseValidationError) Key

Key function returns key value.

func (GetAnimationResponseValidationError) Reason

Reason function returns reason value.

type GetAnimationsRequest

type GetAnimationsRequest struct {
	Limit uint32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Dict  string `protobuf:"bytes,2,opt,name=dict,proto3" json:"dict,omitempty"`
	Name  string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Get animations request message.

func (*GetAnimationsRequest) Descriptor deprecated

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

Deprecated: Use GetAnimationsRequest.ProtoReflect.Descriptor instead.

func (*GetAnimationsRequest) GetDict

func (x *GetAnimationsRequest) GetDict() string

func (*GetAnimationsRequest) GetLimit

func (x *GetAnimationsRequest) GetLimit() uint32

func (*GetAnimationsRequest) GetName

func (x *GetAnimationsRequest) GetName() string

func (*GetAnimationsRequest) ProtoMessage

func (*GetAnimationsRequest) ProtoMessage()

func (*GetAnimationsRequest) ProtoReflect added in v0.8.4

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

func (*GetAnimationsRequest) Reset

func (x *GetAnimationsRequest) Reset()

func (*GetAnimationsRequest) String

func (x *GetAnimationsRequest) String() string

func (*GetAnimationsRequest) Validate

func (m *GetAnimationsRequest) Validate() error

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

type GetAnimationsRequestValidationError

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

GetAnimationsRequestValidationError is the validation error returned by GetAnimationsRequest.Validate if the designated constraints aren't met.

func (GetAnimationsRequestValidationError) Cause

Cause function returns cause value.

func (GetAnimationsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAnimationsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAnimationsRequestValidationError) Field

Field function returns field value.

func (GetAnimationsRequestValidationError) Key

Key function returns key value.

func (GetAnimationsRequestValidationError) Reason

Reason function returns reason value.

type GetAnimationsResponse

type GetAnimationsResponse struct {
	Animations []*GetAnimationsResponse_Row `protobuf:"bytes,1,rep,name=animations,proto3" json:"animations,omitempty"`
	// contains filtered or unexported fields
}

Get animations response message.

func (*GetAnimationsResponse) Descriptor deprecated

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

Deprecated: Use GetAnimationsResponse.ProtoReflect.Descriptor instead.

func (*GetAnimationsResponse) GetAnimations

func (x *GetAnimationsResponse) GetAnimations() []*GetAnimationsResponse_Row

func (*GetAnimationsResponse) ProtoMessage

func (*GetAnimationsResponse) ProtoMessage()

func (*GetAnimationsResponse) ProtoReflect added in v0.8.4

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

func (*GetAnimationsResponse) Reset

func (x *GetAnimationsResponse) Reset()

func (*GetAnimationsResponse) String

func (x *GetAnimationsResponse) String() string

func (*GetAnimationsResponse) Validate

func (m *GetAnimationsResponse) Validate() error

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

type GetAnimationsResponseValidationError

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

GetAnimationsResponseValidationError is the validation error returned by GetAnimationsResponse.Validate if the designated constraints aren't met.

func (GetAnimationsResponseValidationError) Cause

Cause function returns cause value.

func (GetAnimationsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAnimationsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAnimationsResponseValidationError) Field

Field function returns field value.

func (GetAnimationsResponseValidationError) Key

Key function returns key value.

func (GetAnimationsResponseValidationError) Reason

Reason function returns reason value.

type GetAnimationsResponse_Row

type GetAnimationsResponse_Row struct {
	Animation *Animation `protobuf:"bytes,1,opt,name=animation,proto3" json:"animation,omitempty"`
	Author    *Player    `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnimationsResponse_Row) Descriptor deprecated

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

Deprecated: Use GetAnimationsResponse_Row.ProtoReflect.Descriptor instead.

func (*GetAnimationsResponse_Row) GetAnimation

func (x *GetAnimationsResponse_Row) GetAnimation() *Animation

func (*GetAnimationsResponse_Row) GetAuthor

func (x *GetAnimationsResponse_Row) GetAuthor() *Player

func (*GetAnimationsResponse_Row) ProtoMessage

func (*GetAnimationsResponse_Row) ProtoMessage()

func (*GetAnimationsResponse_Row) ProtoReflect added in v0.8.4

func (*GetAnimationsResponse_Row) Reset

func (x *GetAnimationsResponse_Row) Reset()

func (*GetAnimationsResponse_Row) String

func (x *GetAnimationsResponse_Row) String() string

func (*GetAnimationsResponse_Row) Validate

func (m *GetAnimationsResponse_Row) Validate() error

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

type GetAnimationsResponse_RowValidationError

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

GetAnimationsResponse_RowValidationError is the validation error returned by GetAnimationsResponse_Row.Validate if the designated constraints aren't met.

func (GetAnimationsResponse_RowValidationError) Cause

Cause function returns cause value.

func (GetAnimationsResponse_RowValidationError) Error

Error satisfies the builtin error interface

func (GetAnimationsResponse_RowValidationError) ErrorName

ErrorName returns error name.

func (GetAnimationsResponse_RowValidationError) Field

Field function returns field value.

func (GetAnimationsResponse_RowValidationError) Key

Key function returns key value.

func (GetAnimationsResponse_RowValidationError) Reason

Reason function returns reason value.

type GetOutfitsRequest

type GetOutfitsRequest struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Category string `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
	Author   string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

Get outfits request message.

func (*GetOutfitsRequest) Descriptor deprecated

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

Deprecated: Use GetOutfitsRequest.ProtoReflect.Descriptor instead.

func (*GetOutfitsRequest) GetAuthor

func (x *GetOutfitsRequest) GetAuthor() string

func (*GetOutfitsRequest) GetCategory

func (x *GetOutfitsRequest) GetCategory() string

func (*GetOutfitsRequest) GetName

func (x *GetOutfitsRequest) GetName() string

func (*GetOutfitsRequest) ProtoMessage

func (*GetOutfitsRequest) ProtoMessage()

func (*GetOutfitsRequest) ProtoReflect added in v0.8.4

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

func (*GetOutfitsRequest) Reset

func (x *GetOutfitsRequest) Reset()

func (*GetOutfitsRequest) String

func (x *GetOutfitsRequest) String() string

func (*GetOutfitsRequest) Validate

func (m *GetOutfitsRequest) Validate() error

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

type GetOutfitsRequestValidationError

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

GetOutfitsRequestValidationError is the validation error returned by GetOutfitsRequest.Validate if the designated constraints aren't met.

func (GetOutfitsRequestValidationError) Cause

Cause function returns cause value.

func (GetOutfitsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetOutfitsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetOutfitsRequestValidationError) Field

Field function returns field value.

func (GetOutfitsRequestValidationError) Key

Key function returns key value.

func (GetOutfitsRequestValidationError) Reason

Reason function returns reason value.

type GetOutfitsResponse

type GetOutfitsResponse struct {
	Outfits []*GetOutfitsResponse_Row `protobuf:"bytes,1,rep,name=outfits,proto3" json:"outfits,omitempty"`
	// contains filtered or unexported fields
}

Get outfits response message.

func (*GetOutfitsResponse) Descriptor deprecated

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

Deprecated: Use GetOutfitsResponse.ProtoReflect.Descriptor instead.

func (*GetOutfitsResponse) GetOutfits

func (x *GetOutfitsResponse) GetOutfits() []*GetOutfitsResponse_Row

func (*GetOutfitsResponse) ProtoMessage

func (*GetOutfitsResponse) ProtoMessage()

func (*GetOutfitsResponse) ProtoReflect added in v0.8.4

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

func (*GetOutfitsResponse) Reset

func (x *GetOutfitsResponse) Reset()

func (*GetOutfitsResponse) String

func (x *GetOutfitsResponse) String() string

func (*GetOutfitsResponse) Validate

func (m *GetOutfitsResponse) Validate() error

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

type GetOutfitsResponseValidationError

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

GetOutfitsResponseValidationError is the validation error returned by GetOutfitsResponse.Validate if the designated constraints aren't met.

func (GetOutfitsResponseValidationError) Cause

Cause function returns cause value.

func (GetOutfitsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetOutfitsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetOutfitsResponseValidationError) Field

Field function returns field value.

func (GetOutfitsResponseValidationError) Key

Key function returns key value.

func (GetOutfitsResponseValidationError) Reason

Reason function returns reason value.

type GetOutfitsResponse_Row

type GetOutfitsResponse_Row struct {
	Outfit *Outfit `protobuf:"bytes,1,opt,name=outfit,proto3" json:"outfit,omitempty"`
	Author *Player `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOutfitsResponse_Row) Descriptor deprecated

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

Deprecated: Use GetOutfitsResponse_Row.ProtoReflect.Descriptor instead.

func (*GetOutfitsResponse_Row) GetAuthor

func (x *GetOutfitsResponse_Row) GetAuthor() *Player

func (*GetOutfitsResponse_Row) GetOutfit

func (x *GetOutfitsResponse_Row) GetOutfit() *Outfit

func (*GetOutfitsResponse_Row) ProtoMessage

func (*GetOutfitsResponse_Row) ProtoMessage()

func (*GetOutfitsResponse_Row) ProtoReflect added in v0.8.4

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

func (*GetOutfitsResponse_Row) Reset

func (x *GetOutfitsResponse_Row) Reset()

func (*GetOutfitsResponse_Row) String

func (x *GetOutfitsResponse_Row) String() string

func (*GetOutfitsResponse_Row) Validate

func (m *GetOutfitsResponse_Row) Validate() error

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

type GetOutfitsResponse_RowValidationError

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

GetOutfitsResponse_RowValidationError is the validation error returned by GetOutfitsResponse_Row.Validate if the designated constraints aren't met.

func (GetOutfitsResponse_RowValidationError) Cause

Cause function returns cause value.

func (GetOutfitsResponse_RowValidationError) Error

Error satisfies the builtin error interface

func (GetOutfitsResponse_RowValidationError) ErrorName

ErrorName returns error name.

func (GetOutfitsResponse_RowValidationError) Field

Field function returns field value.

func (GetOutfitsResponse_RowValidationError) Key

Key function returns key value.

func (GetOutfitsResponse_RowValidationError) Reason

Reason function returns reason value.

type GetPositionsRequest

type GetPositionsRequest struct {
	Limit    uint32  `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Category string  `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
	Author   *Player `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

Get position request message.

func (*GetPositionsRequest) Descriptor deprecated

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

Deprecated: Use GetPositionsRequest.ProtoReflect.Descriptor instead.

func (*GetPositionsRequest) GetAuthor

func (x *GetPositionsRequest) GetAuthor() *Player

func (*GetPositionsRequest) GetCategory

func (x *GetPositionsRequest) GetCategory() string

func (*GetPositionsRequest) GetLimit

func (x *GetPositionsRequest) GetLimit() uint32

func (*GetPositionsRequest) ProtoMessage

func (*GetPositionsRequest) ProtoMessage()

func (*GetPositionsRequest) ProtoReflect added in v0.8.4

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

func (*GetPositionsRequest) Reset

func (x *GetPositionsRequest) Reset()

func (*GetPositionsRequest) String

func (x *GetPositionsRequest) String() string

func (*GetPositionsRequest) Validate

func (m *GetPositionsRequest) Validate() error

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

type GetPositionsRequestValidationError

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

GetPositionsRequestValidationError is the validation error returned by GetPositionsRequest.Validate if the designated constraints aren't met.

func (GetPositionsRequestValidationError) Cause

Cause function returns cause value.

func (GetPositionsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPositionsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPositionsRequestValidationError) Field

Field function returns field value.

func (GetPositionsRequestValidationError) Key

Key function returns key value.

func (GetPositionsRequestValidationError) Reason

Reason function returns reason value.

type GetPositionsResponse

type GetPositionsResponse struct {
	Positions []*GetPositionsResponse_Row `protobuf:"bytes,1,rep,name=positions,proto3" json:"positions,omitempty"`
	// contains filtered or unexported fields
}

Get position response message.

func (*GetPositionsResponse) Descriptor deprecated

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

Deprecated: Use GetPositionsResponse.ProtoReflect.Descriptor instead.

func (*GetPositionsResponse) GetPositions

func (x *GetPositionsResponse) GetPositions() []*GetPositionsResponse_Row

func (*GetPositionsResponse) ProtoMessage

func (*GetPositionsResponse) ProtoMessage()

func (*GetPositionsResponse) ProtoReflect added in v0.8.4

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

func (*GetPositionsResponse) Reset

func (x *GetPositionsResponse) Reset()

func (*GetPositionsResponse) String

func (x *GetPositionsResponse) String() string

func (*GetPositionsResponse) Validate

func (m *GetPositionsResponse) Validate() error

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

type GetPositionsResponseValidationError

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

GetPositionsResponseValidationError is the validation error returned by GetPositionsResponse.Validate if the designated constraints aren't met.

func (GetPositionsResponseValidationError) Cause

Cause function returns cause value.

func (GetPositionsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPositionsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPositionsResponseValidationError) Field

Field function returns field value.

func (GetPositionsResponseValidationError) Key

Key function returns key value.

func (GetPositionsResponseValidationError) Reason

Reason function returns reason value.

type GetPositionsResponse_Row

type GetPositionsResponse_Row struct {
	Position *Position `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	Author   *Player   `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPositionsResponse_Row) Descriptor deprecated

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

Deprecated: Use GetPositionsResponse_Row.ProtoReflect.Descriptor instead.

func (*GetPositionsResponse_Row) GetAuthor

func (x *GetPositionsResponse_Row) GetAuthor() *Player

func (*GetPositionsResponse_Row) GetPosition

func (x *GetPositionsResponse_Row) GetPosition() *Position

func (*GetPositionsResponse_Row) ProtoMessage

func (*GetPositionsResponse_Row) ProtoMessage()

func (*GetPositionsResponse_Row) ProtoReflect added in v0.8.4

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

func (*GetPositionsResponse_Row) Reset

func (x *GetPositionsResponse_Row) Reset()

func (*GetPositionsResponse_Row) String

func (x *GetPositionsResponse_Row) String() string

func (*GetPositionsResponse_Row) Validate

func (m *GetPositionsResponse_Row) Validate() error

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

type GetPositionsResponse_RowValidationError

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

GetPositionsResponse_RowValidationError is the validation error returned by GetPositionsResponse_Row.Validate if the designated constraints aren't met.

func (GetPositionsResponse_RowValidationError) Cause

Cause function returns cause value.

func (GetPositionsResponse_RowValidationError) Error

Error satisfies the builtin error interface

func (GetPositionsResponse_RowValidationError) ErrorName

ErrorName returns error name.

func (GetPositionsResponse_RowValidationError) Field

Field function returns field value.

func (GetPositionsResponse_RowValidationError) Key

Key function returns key value.

func (GetPositionsResponse_RowValidationError) Reason

Reason function returns reason value.

type MruVDevToolsServiceClient

type MruVDevToolsServiceClient interface {
	// Get saved positions.
	GetPositions(ctx context.Context, in *GetPositionsRequest, opts ...grpc.CallOption) (*GetPositionsResponse, error)
	// Save position.
	SavePosition(ctx context.Context, in *SavePositionRequest, opts ...grpc.CallOption) (*SavePositionResponse, error)
	// Delete position.
	DeletePosition(ctx context.Context, in *DeletePositionRequest, opts ...grpc.CallOption) (*DeletePositionResponse, error)
	// Get saved outfit.
	GetOutfits(ctx context.Context, in *GetOutfitsRequest, opts ...grpc.CallOption) (*GetOutfitsResponse, error)
	// Save outfit.
	SaveOutfit(ctx context.Context, in *SaveOutfitRequest, opts ...grpc.CallOption) (*SaveOutfitResponse, error)
	// Get all saved animations.
	GetAnimations(ctx context.Context, in *GetAnimationsRequest, opts ...grpc.CallOption) (*GetAnimationsResponse, error)
	// Get saved animation by name.
	GetAnimation(ctx context.Context, in *GetAnimationRequest, opts ...grpc.CallOption) (*GetAnimationResponse, error)
	// Save animation.
	SaveAnimation(ctx context.Context, in *SaveAnimationRequest, opts ...grpc.CallOption) (*SaveAnimationResponse, error)
	//Get service status.
	GetServiceStatus(ctx context.Context, in *common.ServiceStatusRequest, opts ...grpc.CallOption) (*common.ServiceStatusResponse, error)
	//Get service version.
	GetServiceVersion(ctx context.Context, in *common.VersionRequest, opts ...grpc.CallOption) (*common.VersionResponse, error)
}

MruVDevToolsServiceClient is the client API for MruVDevToolsService service.

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

type MruVDevToolsServiceServer

type MruVDevToolsServiceServer interface {
	// Get saved positions.
	GetPositions(context.Context, *GetPositionsRequest) (*GetPositionsResponse, error)
	// Save position.
	SavePosition(context.Context, *SavePositionRequest) (*SavePositionResponse, error)
	// Delete position.
	DeletePosition(context.Context, *DeletePositionRequest) (*DeletePositionResponse, error)
	// Get saved outfit.
	GetOutfits(context.Context, *GetOutfitsRequest) (*GetOutfitsResponse, error)
	// Save outfit.
	SaveOutfit(context.Context, *SaveOutfitRequest) (*SaveOutfitResponse, error)
	// Get all saved animations.
	GetAnimations(context.Context, *GetAnimationsRequest) (*GetAnimationsResponse, error)
	// Get saved animation by name.
	GetAnimation(context.Context, *GetAnimationRequest) (*GetAnimationResponse, error)
	// Save animation.
	SaveAnimation(context.Context, *SaveAnimationRequest) (*SaveAnimationResponse, error)
	//Get service status.
	GetServiceStatus(context.Context, *common.ServiceStatusRequest) (*common.ServiceStatusResponse, error)
	//Get service version.
	GetServiceVersion(context.Context, *common.VersionRequest) (*common.VersionResponse, error)
}

MruVDevToolsServiceServer is the server API for MruVDevToolsService service.

type Outfit

type Outfit struct {

	// Name of the outfit.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Category of the outfit.
	Category string `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
	// contains filtered or unexported fields
}

GTA V player outfit structure. You can find more information about RageMP outfits [here](https://wiki.rage.mp/index.php?title=Clothes "RageMP Clothes")

func (*Outfit) Descriptor deprecated

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

Deprecated: Use Outfit.ProtoReflect.Descriptor instead.

func (*Outfit) GetCategory

func (x *Outfit) GetCategory() string

func (*Outfit) GetName

func (x *Outfit) GetName() string

func (*Outfit) ProtoMessage

func (*Outfit) ProtoMessage()

func (*Outfit) ProtoReflect added in v0.8.4

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

func (*Outfit) Reset

func (x *Outfit) Reset()

func (*Outfit) String

func (x *Outfit) String() string

func (*Outfit) Validate

func (m *Outfit) Validate() error

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

type OutfitValidationError

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

OutfitValidationError is the validation error returned by Outfit.Validate if the designated constraints aren't met.

func (OutfitValidationError) Cause

func (e OutfitValidationError) Cause() error

Cause function returns cause value.

func (OutfitValidationError) Error

func (e OutfitValidationError) Error() string

Error satisfies the builtin error interface

func (OutfitValidationError) ErrorName

func (e OutfitValidationError) ErrorName() string

ErrorName returns error name.

func (OutfitValidationError) Field

func (e OutfitValidationError) Field() string

Field function returns field value.

func (OutfitValidationError) Key

func (e OutfitValidationError) Key() bool

Key function returns key value.

func (OutfitValidationError) Reason

func (e OutfitValidationError) Reason() string

Reason function returns reason value.

type Player

type Player struct {

	// Unique id.
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Unique name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Password hash.
	Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

Player structure for storing authors of devtools saved records.

func (*Player) Descriptor deprecated

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

Deprecated: Use Player.ProtoReflect.Descriptor instead.

func (*Player) GetHash

func (x *Player) GetHash() string

func (*Player) GetId

func (x *Player) GetId() uint32

func (*Player) GetName

func (x *Player) GetName() string

func (*Player) ProtoMessage

func (*Player) ProtoMessage()

func (*Player) ProtoReflect added in v0.8.4

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

func (*Player) Reset

func (x *Player) Reset()

func (*Player) String

func (x *Player) String() string

func (*Player) Validate

func (m *Player) Validate() error

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

type PlayerValidationError

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

PlayerValidationError is the validation error returned by Player.Validate if the designated constraints aren't met.

func (PlayerValidationError) Cause

func (e PlayerValidationError) Cause() error

Cause function returns cause value.

func (PlayerValidationError) Error

func (e PlayerValidationError) Error() string

Error satisfies the builtin error interface

func (PlayerValidationError) ErrorName

func (e PlayerValidationError) ErrorName() string

ErrorName returns error name.

func (PlayerValidationError) Field

func (e PlayerValidationError) Field() string

Field function returns field value.

func (PlayerValidationError) Key

func (e PlayerValidationError) Key() bool

Key function returns key value.

func (PlayerValidationError) Reason

func (e PlayerValidationError) Reason() string

Reason function returns reason value.

type Position

type Position struct {
	X float64 `protobuf:"fixed64,1,opt,name=x,proto3" json:"x,omitempty"`
	Y float64 `protobuf:"fixed64,2,opt,name=y,proto3" json:"y,omitempty"`
	Z float64 `protobuf:"fixed64,3,opt,name=z,proto3" json:"z,omitempty"`
	// Short position name.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Description of the place which the position indicates.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Position structure.

func (*Position) Descriptor deprecated

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

Deprecated: Use Position.ProtoReflect.Descriptor instead.

func (*Position) GetDescription

func (x *Position) GetDescription() string

func (*Position) GetName

func (x *Position) GetName() string

func (*Position) GetX

func (x *Position) GetX() float64

func (*Position) GetY

func (x *Position) GetY() float64

func (*Position) GetZ

func (x *Position) GetZ() float64

func (*Position) ProtoMessage

func (*Position) ProtoMessage()

func (*Position) ProtoReflect added in v0.8.4

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

func (*Position) Reset

func (x *Position) Reset()

func (*Position) String

func (x *Position) String() string

func (*Position) Validate

func (m *Position) Validate() error

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

type PositionValidationError

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

PositionValidationError is the validation error returned by Position.Validate if the designated constraints aren't met.

func (PositionValidationError) Cause

func (e PositionValidationError) Cause() error

Cause function returns cause value.

func (PositionValidationError) Error

func (e PositionValidationError) Error() string

Error satisfies the builtin error interface

func (PositionValidationError) ErrorName

func (e PositionValidationError) ErrorName() string

ErrorName returns error name.

func (PositionValidationError) Field

func (e PositionValidationError) Field() string

Field function returns field value.

func (PositionValidationError) Key

func (e PositionValidationError) Key() bool

Key function returns key value.

func (PositionValidationError) Reason

func (e PositionValidationError) Reason() string

Reason function returns reason value.

type SaveAnimationRequest

type SaveAnimationRequest struct {
	Animation *Animation `protobuf:"bytes,1,opt,name=animation,proto3" json:"animation,omitempty"`
	// contains filtered or unexported fields
}

Save animation request message.

func (*SaveAnimationRequest) Descriptor deprecated

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

Deprecated: Use SaveAnimationRequest.ProtoReflect.Descriptor instead.

func (*SaveAnimationRequest) GetAnimation

func (x *SaveAnimationRequest) GetAnimation() *Animation

func (*SaveAnimationRequest) ProtoMessage

func (*SaveAnimationRequest) ProtoMessage()

func (*SaveAnimationRequest) ProtoReflect added in v0.8.4

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

func (*SaveAnimationRequest) Reset

func (x *SaveAnimationRequest) Reset()

func (*SaveAnimationRequest) String

func (x *SaveAnimationRequest) String() string

func (*SaveAnimationRequest) Validate

func (m *SaveAnimationRequest) Validate() error

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

type SaveAnimationRequestValidationError

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

SaveAnimationRequestValidationError is the validation error returned by SaveAnimationRequest.Validate if the designated constraints aren't met.

func (SaveAnimationRequestValidationError) Cause

Cause function returns cause value.

func (SaveAnimationRequestValidationError) Error

Error satisfies the builtin error interface

func (SaveAnimationRequestValidationError) ErrorName

ErrorName returns error name.

func (SaveAnimationRequestValidationError) Field

Field function returns field value.

func (SaveAnimationRequestValidationError) Key

Key function returns key value.

func (SaveAnimationRequestValidationError) Reason

Reason function returns reason value.

type SaveAnimationResponse

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

Save animation response message.

func (*SaveAnimationResponse) Descriptor deprecated

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

Deprecated: Use SaveAnimationResponse.ProtoReflect.Descriptor instead.

func (*SaveAnimationResponse) GetSuccess

func (x *SaveAnimationResponse) GetSuccess() bool

func (*SaveAnimationResponse) ProtoMessage

func (*SaveAnimationResponse) ProtoMessage()

func (*SaveAnimationResponse) ProtoReflect added in v0.8.4

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

func (*SaveAnimationResponse) Reset

func (x *SaveAnimationResponse) Reset()

func (*SaveAnimationResponse) String

func (x *SaveAnimationResponse) String() string

func (*SaveAnimationResponse) Validate

func (m *SaveAnimationResponse) Validate() error

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

type SaveAnimationResponseValidationError

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

SaveAnimationResponseValidationError is the validation error returned by SaveAnimationResponse.Validate if the designated constraints aren't met.

func (SaveAnimationResponseValidationError) Cause

Cause function returns cause value.

func (SaveAnimationResponseValidationError) Error

Error satisfies the builtin error interface

func (SaveAnimationResponseValidationError) ErrorName

ErrorName returns error name.

func (SaveAnimationResponseValidationError) Field

Field function returns field value.

func (SaveAnimationResponseValidationError) Key

Key function returns key value.

func (SaveAnimationResponseValidationError) Reason

Reason function returns reason value.

type SaveOutfitRequest

type SaveOutfitRequest struct {
	Outfit *Outfit `protobuf:"bytes,1,opt,name=outfit,proto3" json:"outfit,omitempty"`
	// contains filtered or unexported fields
}

Save outfit request message.

func (*SaveOutfitRequest) Descriptor deprecated

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

Deprecated: Use SaveOutfitRequest.ProtoReflect.Descriptor instead.

func (*SaveOutfitRequest) GetOutfit

func (x *SaveOutfitRequest) GetOutfit() *Outfit

func (*SaveOutfitRequest) ProtoMessage

func (*SaveOutfitRequest) ProtoMessage()

func (*SaveOutfitRequest) ProtoReflect added in v0.8.4

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

func (*SaveOutfitRequest) Reset

func (x *SaveOutfitRequest) Reset()

func (*SaveOutfitRequest) String

func (x *SaveOutfitRequest) String() string

func (*SaveOutfitRequest) Validate

func (m *SaveOutfitRequest) Validate() error

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

type SaveOutfitRequestValidationError

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

SaveOutfitRequestValidationError is the validation error returned by SaveOutfitRequest.Validate if the designated constraints aren't met.

func (SaveOutfitRequestValidationError) Cause

Cause function returns cause value.

func (SaveOutfitRequestValidationError) Error

Error satisfies the builtin error interface

func (SaveOutfitRequestValidationError) ErrorName

ErrorName returns error name.

func (SaveOutfitRequestValidationError) Field

Field function returns field value.

func (SaveOutfitRequestValidationError) Key

Key function returns key value.

func (SaveOutfitRequestValidationError) Reason

Reason function returns reason value.

type SaveOutfitResponse

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

Save outfit response message.

func (*SaveOutfitResponse) Descriptor deprecated

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

Deprecated: Use SaveOutfitResponse.ProtoReflect.Descriptor instead.

func (*SaveOutfitResponse) GetSuccess

func (x *SaveOutfitResponse) GetSuccess() bool

func (*SaveOutfitResponse) ProtoMessage

func (*SaveOutfitResponse) ProtoMessage()

func (*SaveOutfitResponse) ProtoReflect added in v0.8.4

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

func (*SaveOutfitResponse) Reset

func (x *SaveOutfitResponse) Reset()

func (*SaveOutfitResponse) String

func (x *SaveOutfitResponse) String() string

func (*SaveOutfitResponse) Validate

func (m *SaveOutfitResponse) Validate() error

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

type SaveOutfitResponseValidationError

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

SaveOutfitResponseValidationError is the validation error returned by SaveOutfitResponse.Validate if the designated constraints aren't met.

func (SaveOutfitResponseValidationError) Cause

Cause function returns cause value.

func (SaveOutfitResponseValidationError) Error

Error satisfies the builtin error interface

func (SaveOutfitResponseValidationError) ErrorName

ErrorName returns error name.

func (SaveOutfitResponseValidationError) Field

Field function returns field value.

func (SaveOutfitResponseValidationError) Key

Key function returns key value.

func (SaveOutfitResponseValidationError) Reason

Reason function returns reason value.

type SavePositionRequest

type SavePositionRequest struct {
	Position *Position `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	// contains filtered or unexported fields
}

Save position request message.

func (*SavePositionRequest) Descriptor deprecated

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

Deprecated: Use SavePositionRequest.ProtoReflect.Descriptor instead.

func (*SavePositionRequest) GetPosition

func (x *SavePositionRequest) GetPosition() *Position

func (*SavePositionRequest) ProtoMessage

func (*SavePositionRequest) ProtoMessage()

func (*SavePositionRequest) ProtoReflect added in v0.8.4

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

func (*SavePositionRequest) Reset

func (x *SavePositionRequest) Reset()

func (*SavePositionRequest) String

func (x *SavePositionRequest) String() string

func (*SavePositionRequest) Validate

func (m *SavePositionRequest) Validate() error

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

type SavePositionRequestValidationError

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

SavePositionRequestValidationError is the validation error returned by SavePositionRequest.Validate if the designated constraints aren't met.

func (SavePositionRequestValidationError) Cause

Cause function returns cause value.

func (SavePositionRequestValidationError) Error

Error satisfies the builtin error interface

func (SavePositionRequestValidationError) ErrorName

ErrorName returns error name.

func (SavePositionRequestValidationError) Field

Field function returns field value.

func (SavePositionRequestValidationError) Key

Key function returns key value.

func (SavePositionRequestValidationError) Reason

Reason function returns reason value.

type SavePositionResponse

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

Save position response message.

func (*SavePositionResponse) Descriptor deprecated

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

Deprecated: Use SavePositionResponse.ProtoReflect.Descriptor instead.

func (*SavePositionResponse) GetSuccess

func (x *SavePositionResponse) GetSuccess() bool

func (*SavePositionResponse) ProtoMessage

func (*SavePositionResponse) ProtoMessage()

func (*SavePositionResponse) ProtoReflect added in v0.8.4

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

func (*SavePositionResponse) Reset

func (x *SavePositionResponse) Reset()

func (*SavePositionResponse) String

func (x *SavePositionResponse) String() string

func (*SavePositionResponse) Validate

func (m *SavePositionResponse) Validate() error

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

type SavePositionResponseValidationError

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

SavePositionResponseValidationError is the validation error returned by SavePositionResponse.Validate if the designated constraints aren't met.

func (SavePositionResponseValidationError) Cause

Cause function returns cause value.

func (SavePositionResponseValidationError) Error

Error satisfies the builtin error interface

func (SavePositionResponseValidationError) ErrorName

ErrorName returns error name.

func (SavePositionResponseValidationError) Field

Field function returns field value.

func (SavePositionResponseValidationError) Key

Key function returns key value.

func (SavePositionResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedMruVDevToolsServiceServer

type UnimplementedMruVDevToolsServiceServer struct {
}

UnimplementedMruVDevToolsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMruVDevToolsServiceServer) DeletePosition

func (*UnimplementedMruVDevToolsServiceServer) GetAnimation

func (*UnimplementedMruVDevToolsServiceServer) GetAnimations

func (*UnimplementedMruVDevToolsServiceServer) GetOutfits

func (*UnimplementedMruVDevToolsServiceServer) GetPositions

func (*UnimplementedMruVDevToolsServiceServer) GetServiceStatus

func (*UnimplementedMruVDevToolsServiceServer) GetServiceVersion

func (*UnimplementedMruVDevToolsServiceServer) SaveAnimation

func (*UnimplementedMruVDevToolsServiceServer) SaveOutfit

func (*UnimplementedMruVDevToolsServiceServer) SavePosition

Jump to

Keyboard shortcuts

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