spotigraph

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2019 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthSpotigraph = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSpotigraph   = fmt.Errorf("proto: integer overflow")
)
View Source
var Graph_Node_Type_name = map[int32]string{
	0: "UNDEFINED",
	1: "USER",
	2: "CHAPTER",
	3: "GUILD",
	4: "SQUAD",
	5: "TRIBE",
}
View Source
var Graph_Node_Type_value = map[string]int32{
	"UNDEFINED": 0,
	"USER":      1,
	"CHAPTER":   2,
	"GUILD":     3,
	"SQUAD":     4,
	"TRIBE":     5,
}

Functions

This section is empty.

Types

type ChapterCreateReq

type ChapterCreateReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedChapterCreateReq

func NewPopulatedChapterCreateReq(r randySpotigraph, easy bool) *ChapterCreateReq

func (*ChapterCreateReq) Descriptor

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

func (*ChapterCreateReq) Equal

func (this *ChapterCreateReq) Equal(that interface{}) bool

func (*ChapterCreateReq) GetName

func (m *ChapterCreateReq) GetName() string

func (*ChapterCreateReq) Marshal

func (m *ChapterCreateReq) Marshal() (dAtA []byte, err error)

func (*ChapterCreateReq) MarshalTo

func (m *ChapterCreateReq) MarshalTo(dAtA []byte) (int, error)

func (*ChapterCreateReq) ProtoMessage

func (*ChapterCreateReq) ProtoMessage()

func (*ChapterCreateReq) Reset

func (m *ChapterCreateReq) Reset()

func (*ChapterCreateReq) Size

func (m *ChapterCreateReq) Size() (n int)

func (*ChapterCreateReq) String

func (m *ChapterCreateReq) String() string

func (*ChapterCreateReq) Unmarshal

func (m *ChapterCreateReq) Unmarshal(dAtA []byte) error

func (*ChapterCreateReq) Validate

func (m *ChapterCreateReq) Validate() error

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

func (*ChapterCreateReq) XXX_DiscardUnknown

func (m *ChapterCreateReq) XXX_DiscardUnknown()

func (*ChapterCreateReq) XXX_Marshal

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

func (*ChapterCreateReq) XXX_Merge

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

func (*ChapterCreateReq) XXX_Size

func (m *ChapterCreateReq) XXX_Size() int

func (*ChapterCreateReq) XXX_Unmarshal

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

type ChapterCreateReqValidationError

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

ChapterCreateReqValidationError is the validation error returned by ChapterCreateReq.Validate if the designated constraints aren't met.

func (ChapterCreateReqValidationError) Cause

Cause function returns cause value.

func (ChapterCreateReqValidationError) Error

Error satisfies the builtin error interface

func (ChapterCreateReqValidationError) ErrorName

ErrorName returns error name.

func (ChapterCreateReqValidationError) Field

Field function returns field value.

func (ChapterCreateReqValidationError) Key

Key function returns key value.

func (ChapterCreateReqValidationError) Reason

Reason function returns reason value.

type ChapterGetReq

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

func NewPopulatedChapterGetReq

func NewPopulatedChapterGetReq(r randySpotigraph, easy bool) *ChapterGetReq

func (*ChapterGetReq) Descriptor

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

func (*ChapterGetReq) Equal

func (this *ChapterGetReq) Equal(that interface{}) bool

func (*ChapterGetReq) GetId

func (m *ChapterGetReq) GetId() string

func (*ChapterGetReq) Marshal

func (m *ChapterGetReq) Marshal() (dAtA []byte, err error)

func (*ChapterGetReq) MarshalTo

func (m *ChapterGetReq) MarshalTo(dAtA []byte) (int, error)

func (*ChapterGetReq) ProtoMessage

func (*ChapterGetReq) ProtoMessage()

func (*ChapterGetReq) Reset

func (m *ChapterGetReq) Reset()

func (*ChapterGetReq) Size

func (m *ChapterGetReq) Size() (n int)

func (*ChapterGetReq) String

func (m *ChapterGetReq) String() string

func (*ChapterGetReq) Unmarshal

func (m *ChapterGetReq) Unmarshal(dAtA []byte) error

func (*ChapterGetReq) Validate

func (m *ChapterGetReq) Validate() error

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

func (*ChapterGetReq) XXX_DiscardUnknown

func (m *ChapterGetReq) XXX_DiscardUnknown()

func (*ChapterGetReq) XXX_Marshal

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

func (*ChapterGetReq) XXX_Merge

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

func (*ChapterGetReq) XXX_Size

func (m *ChapterGetReq) XXX_Size() int

func (*ChapterGetReq) XXX_Unmarshal

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

type ChapterGetReqValidationError

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

ChapterGetReqValidationError is the validation error returned by ChapterGetReq.Validate if the designated constraints aren't met.

func (ChapterGetReqValidationError) Cause

Cause function returns cause value.

func (ChapterGetReqValidationError) Error

Error satisfies the builtin error interface

func (ChapterGetReqValidationError) ErrorName

func (e ChapterGetReqValidationError) ErrorName() string

ErrorName returns error name.

func (ChapterGetReqValidationError) Field

Field function returns field value.

func (ChapterGetReqValidationError) Key

Key function returns key value.

func (ChapterGetReqValidationError) Reason

Reason function returns reason value.

type ChapterSearchReq

type ChapterSearchReq struct {
	Page                 uint32             `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage              uint32             `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Sorts                []string           `protobuf:"bytes,3,rep,name=sorts,proto3" json:"sorts,omitempty"`
	ChapterId            *types.StringValue `protobuf:"bytes,4,opt,name=chapter_id,json=chapterId,proto3" json:"chapter_id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Slug                 *types.StringValue `protobuf:"bytes,6,opt,name=slug,proto3" json:"slug,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedChapterSearchReq

func NewPopulatedChapterSearchReq(r randySpotigraph, easy bool) *ChapterSearchReq

func (*ChapterSearchReq) Descriptor

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

func (*ChapterSearchReq) Equal

func (this *ChapterSearchReq) Equal(that interface{}) bool

func (*ChapterSearchReq) GetChapterId

func (m *ChapterSearchReq) GetChapterId() *types.StringValue

func (*ChapterSearchReq) GetName

func (m *ChapterSearchReq) GetName() *types.StringValue

func (*ChapterSearchReq) GetPage

func (m *ChapterSearchReq) GetPage() uint32

func (*ChapterSearchReq) GetPerPage

func (m *ChapterSearchReq) GetPerPage() uint32

func (*ChapterSearchReq) GetSlug

func (m *ChapterSearchReq) GetSlug() *types.StringValue

func (*ChapterSearchReq) GetSorts

func (m *ChapterSearchReq) GetSorts() []string

func (*ChapterSearchReq) Marshal

func (m *ChapterSearchReq) Marshal() (dAtA []byte, err error)

func (*ChapterSearchReq) MarshalTo

func (m *ChapterSearchReq) MarshalTo(dAtA []byte) (int, error)

func (*ChapterSearchReq) ProtoMessage

func (*ChapterSearchReq) ProtoMessage()

func (*ChapterSearchReq) Reset

func (m *ChapterSearchReq) Reset()

func (*ChapterSearchReq) Size

func (m *ChapterSearchReq) Size() (n int)

func (*ChapterSearchReq) String

func (m *ChapterSearchReq) String() string

func (*ChapterSearchReq) Unmarshal

func (m *ChapterSearchReq) Unmarshal(dAtA []byte) error

func (*ChapterSearchReq) Validate

func (m *ChapterSearchReq) Validate() error

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

func (*ChapterSearchReq) XXX_DiscardUnknown

func (m *ChapterSearchReq) XXX_DiscardUnknown()

func (*ChapterSearchReq) XXX_Marshal

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

func (*ChapterSearchReq) XXX_Merge

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

func (*ChapterSearchReq) XXX_Size

func (m *ChapterSearchReq) XXX_Size() int

func (*ChapterSearchReq) XXX_Unmarshal

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

type ChapterSearchReqValidationError

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

ChapterSearchReqValidationError is the validation error returned by ChapterSearchReq.Validate if the designated constraints aren't met.

func (ChapterSearchReqValidationError) Cause

Cause function returns cause value.

func (ChapterSearchReqValidationError) Error

Error satisfies the builtin error interface

func (ChapterSearchReqValidationError) ErrorName

ErrorName returns error name.

func (ChapterSearchReqValidationError) Field

Field function returns field value.

func (ChapterSearchReqValidationError) Key

Key function returns key value.

func (ChapterSearchReqValidationError) Reason

Reason function returns reason value.

type ChapterUpdateReq

type ChapterUpdateReq struct {
	Id                   string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedChapterUpdateReq

func NewPopulatedChapterUpdateReq(r randySpotigraph, easy bool) *ChapterUpdateReq

func (*ChapterUpdateReq) Descriptor

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

func (*ChapterUpdateReq) Equal

func (this *ChapterUpdateReq) Equal(that interface{}) bool

func (*ChapterUpdateReq) GetId

func (m *ChapterUpdateReq) GetId() string

func (*ChapterUpdateReq) GetName

func (m *ChapterUpdateReq) GetName() *types.StringValue

func (*ChapterUpdateReq) Marshal

func (m *ChapterUpdateReq) Marshal() (dAtA []byte, err error)

func (*ChapterUpdateReq) MarshalTo

func (m *ChapterUpdateReq) MarshalTo(dAtA []byte) (int, error)

func (*ChapterUpdateReq) ProtoMessage

func (*ChapterUpdateReq) ProtoMessage()

func (*ChapterUpdateReq) Reset

func (m *ChapterUpdateReq) Reset()

func (*ChapterUpdateReq) Size

func (m *ChapterUpdateReq) Size() (n int)

func (*ChapterUpdateReq) String

func (m *ChapterUpdateReq) String() string

func (*ChapterUpdateReq) Unmarshal

func (m *ChapterUpdateReq) Unmarshal(dAtA []byte) error

func (*ChapterUpdateReq) Validate

func (m *ChapterUpdateReq) Validate() error

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

func (*ChapterUpdateReq) XXX_DiscardUnknown

func (m *ChapterUpdateReq) XXX_DiscardUnknown()

func (*ChapterUpdateReq) XXX_Marshal

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

func (*ChapterUpdateReq) XXX_Merge

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

func (*ChapterUpdateReq) XXX_Size

func (m *ChapterUpdateReq) XXX_Size() int

func (*ChapterUpdateReq) XXX_Unmarshal

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

type ChapterUpdateReqValidationError

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

ChapterUpdateReqValidationError is the validation error returned by ChapterUpdateReq.Validate if the designated constraints aren't met.

func (ChapterUpdateReqValidationError) Cause

Cause function returns cause value.

func (ChapterUpdateReqValidationError) Error

Error satisfies the builtin error interface

func (ChapterUpdateReqValidationError) ErrorName

ErrorName returns error name.

func (ChapterUpdateReqValidationError) Field

Field function returns field value.

func (ChapterUpdateReqValidationError) Key

Key function returns key value.

func (ChapterUpdateReqValidationError) Reason

Reason function returns reason value.

type Domain

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

func NewPopulatedDomain

func NewPopulatedDomain(r randySpotigraph, easy bool) *Domain

func (*Domain) Descriptor

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

func (*Domain) Equal

func (this *Domain) Equal(that interface{}) bool

func (*Domain) Marshal

func (m *Domain) Marshal() (dAtA []byte, err error)

func (*Domain) MarshalTo

func (m *Domain) MarshalTo(dAtA []byte) (int, error)

func (*Domain) ProtoMessage

func (*Domain) ProtoMessage()

func (*Domain) Reset

func (m *Domain) Reset()

func (*Domain) Size

func (m *Domain) Size() (n int)

func (*Domain) String

func (m *Domain) String() string

func (*Domain) Unmarshal

func (m *Domain) Unmarshal(dAtA []byte) error

func (*Domain) Validate

func (m *Domain) Validate() error

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

func (*Domain) XXX_DiscardUnknown

func (m *Domain) XXX_DiscardUnknown()

func (*Domain) XXX_Marshal

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

func (*Domain) XXX_Merge

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

func (*Domain) XXX_Size

func (m *Domain) XXX_Size() int

func (*Domain) XXX_Unmarshal

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

type DomainValidationError

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

DomainValidationError is the validation error returned by Domain.Validate if the designated constraints aren't met.

func (DomainValidationError) Cause

func (e DomainValidationError) Cause() error

Cause function returns cause value.

func (DomainValidationError) Error

func (e DomainValidationError) Error() string

Error satisfies the builtin error interface

func (DomainValidationError) ErrorName

func (e DomainValidationError) ErrorName() string

ErrorName returns error name.

func (DomainValidationError) Field

func (e DomainValidationError) Field() string

Field function returns field value.

func (DomainValidationError) Key

func (e DomainValidationError) Key() bool

Key function returns key value.

func (DomainValidationError) Reason

func (e DomainValidationError) Reason() string

Reason function returns reason value.

type Domain_Chapter

type Domain_Chapter struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Urn                  string   `protobuf:"bytes,3,opt,name=urn,proto3" json:"urn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func FromChapter

func FromChapter(entity *models.Chapter) *Domain_Chapter

FromChapter returns a DTO instance from entity one

func FromChapters

func FromChapters(entities []*models.Chapter) []*Domain_Chapter

FromChapters returns a DTO collection from model collection

func NewPopulatedDomain_Chapter

func NewPopulatedDomain_Chapter(r randySpotigraph, easy bool) *Domain_Chapter

func (*Domain_Chapter) Descriptor

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

func (*Domain_Chapter) Equal

func (this *Domain_Chapter) Equal(that interface{}) bool

func (*Domain_Chapter) GetId

func (m *Domain_Chapter) GetId() string

func (*Domain_Chapter) GetName

func (m *Domain_Chapter) GetName() string

func (*Domain_Chapter) GetUrn

func (m *Domain_Chapter) GetUrn() string

func (*Domain_Chapter) Marshal

func (m *Domain_Chapter) Marshal() (dAtA []byte, err error)

func (*Domain_Chapter) MarshalTo

func (m *Domain_Chapter) MarshalTo(dAtA []byte) (int, error)

func (*Domain_Chapter) ProtoMessage

func (*Domain_Chapter) ProtoMessage()

func (*Domain_Chapter) Reset

func (m *Domain_Chapter) Reset()

func (*Domain_Chapter) Size

func (m *Domain_Chapter) Size() (n int)

func (*Domain_Chapter) String

func (m *Domain_Chapter) String() string

func (*Domain_Chapter) Unmarshal

func (m *Domain_Chapter) Unmarshal(dAtA []byte) error

func (*Domain_Chapter) Validate

func (m *Domain_Chapter) Validate() error

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

func (*Domain_Chapter) XXX_DiscardUnknown

func (m *Domain_Chapter) XXX_DiscardUnknown()

func (*Domain_Chapter) XXX_Marshal

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

func (*Domain_Chapter) XXX_Merge

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

func (*Domain_Chapter) XXX_Size

func (m *Domain_Chapter) XXX_Size() int

func (*Domain_Chapter) XXX_Unmarshal

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

type Domain_ChapterValidationError

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

Domain_ChapterValidationError is the validation error returned by Domain_Chapter.Validate if the designated constraints aren't met.

func (Domain_ChapterValidationError) Cause

Cause function returns cause value.

func (Domain_ChapterValidationError) Error

Error satisfies the builtin error interface

func (Domain_ChapterValidationError) ErrorName

func (e Domain_ChapterValidationError) ErrorName() string

ErrorName returns error name.

func (Domain_ChapterValidationError) Field

Field function returns field value.

func (Domain_ChapterValidationError) Key

Key function returns key value.

func (Domain_ChapterValidationError) Reason

Reason function returns reason value.

type Domain_Guild

type Domain_Guild struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Urn                  string   `protobuf:"bytes,3,opt,name=urn,proto3" json:"urn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func FromGuild

func FromGuild(entity *models.Guild) *Domain_Guild

FromGuild returns a DTO instance from entity one

func FromGuilds

func FromGuilds(entities []*models.Guild) []*Domain_Guild

FromGuilds returns a DTO collection from model collection

func NewPopulatedDomain_Guild

func NewPopulatedDomain_Guild(r randySpotigraph, easy bool) *Domain_Guild

func (*Domain_Guild) Descriptor

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

func (*Domain_Guild) Equal

func (this *Domain_Guild) Equal(that interface{}) bool

func (*Domain_Guild) GetId

func (m *Domain_Guild) GetId() string

func (*Domain_Guild) GetName

func (m *Domain_Guild) GetName() string

func (*Domain_Guild) GetUrn

func (m *Domain_Guild) GetUrn() string

func (*Domain_Guild) Marshal

func (m *Domain_Guild) Marshal() (dAtA []byte, err error)

func (*Domain_Guild) MarshalTo

func (m *Domain_Guild) MarshalTo(dAtA []byte) (int, error)

func (*Domain_Guild) ProtoMessage

func (*Domain_Guild) ProtoMessage()

func (*Domain_Guild) Reset

func (m *Domain_Guild) Reset()

func (*Domain_Guild) Size

func (m *Domain_Guild) Size() (n int)

func (*Domain_Guild) String

func (m *Domain_Guild) String() string

func (*Domain_Guild) Unmarshal

func (m *Domain_Guild) Unmarshal(dAtA []byte) error

func (*Domain_Guild) Validate

func (m *Domain_Guild) Validate() error

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

func (*Domain_Guild) XXX_DiscardUnknown

func (m *Domain_Guild) XXX_DiscardUnknown()

func (*Domain_Guild) XXX_Marshal

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

func (*Domain_Guild) XXX_Merge

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

func (*Domain_Guild) XXX_Size

func (m *Domain_Guild) XXX_Size() int

func (*Domain_Guild) XXX_Unmarshal

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

type Domain_GuildValidationError

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

Domain_GuildValidationError is the validation error returned by Domain_Guild.Validate if the designated constraints aren't met.

func (Domain_GuildValidationError) Cause

Cause function returns cause value.

func (Domain_GuildValidationError) Error

Error satisfies the builtin error interface

func (Domain_GuildValidationError) ErrorName

func (e Domain_GuildValidationError) ErrorName() string

ErrorName returns error name.

func (Domain_GuildValidationError) Field

Field function returns field value.

func (Domain_GuildValidationError) Key

Key function returns key value.

func (Domain_GuildValidationError) Reason

Reason function returns reason value.

type Domain_Squad

type Domain_Squad struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Urn                  string   `protobuf:"bytes,3,opt,name=urn,proto3" json:"urn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func FromSquad

func FromSquad(entity *models.Squad) *Domain_Squad

FromSquad returns a DTO instance from entity one

func FromSquads

func FromSquads(entities []*models.Squad) []*Domain_Squad

FromSquads returns a DTO collection from model collection

func NewPopulatedDomain_Squad

func NewPopulatedDomain_Squad(r randySpotigraph, easy bool) *Domain_Squad

func (*Domain_Squad) Descriptor

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

func (*Domain_Squad) Equal

func (this *Domain_Squad) Equal(that interface{}) bool

func (*Domain_Squad) GetId

func (m *Domain_Squad) GetId() string

func (*Domain_Squad) GetName

func (m *Domain_Squad) GetName() string

func (*Domain_Squad) GetUrn

func (m *Domain_Squad) GetUrn() string

func (*Domain_Squad) Marshal

func (m *Domain_Squad) Marshal() (dAtA []byte, err error)

func (*Domain_Squad) MarshalTo

func (m *Domain_Squad) MarshalTo(dAtA []byte) (int, error)

func (*Domain_Squad) ProtoMessage

func (*Domain_Squad) ProtoMessage()

func (*Domain_Squad) Reset

func (m *Domain_Squad) Reset()

func (*Domain_Squad) Size

func (m *Domain_Squad) Size() (n int)

func (*Domain_Squad) String

func (m *Domain_Squad) String() string

func (*Domain_Squad) Unmarshal

func (m *Domain_Squad) Unmarshal(dAtA []byte) error

func (*Domain_Squad) Validate

func (m *Domain_Squad) Validate() error

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

func (*Domain_Squad) XXX_DiscardUnknown

func (m *Domain_Squad) XXX_DiscardUnknown()

func (*Domain_Squad) XXX_Marshal

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

func (*Domain_Squad) XXX_Merge

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

func (*Domain_Squad) XXX_Size

func (m *Domain_Squad) XXX_Size() int

func (*Domain_Squad) XXX_Unmarshal

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

type Domain_SquadValidationError

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

Domain_SquadValidationError is the validation error returned by Domain_Squad.Validate if the designated constraints aren't met.

func (Domain_SquadValidationError) Cause

Cause function returns cause value.

func (Domain_SquadValidationError) Error

Error satisfies the builtin error interface

func (Domain_SquadValidationError) ErrorName

func (e Domain_SquadValidationError) ErrorName() string

ErrorName returns error name.

func (Domain_SquadValidationError) Field

Field function returns field value.

func (Domain_SquadValidationError) Key

Key function returns key value.

func (Domain_SquadValidationError) Reason

Reason function returns reason value.

type Domain_Tribe

type Domain_Tribe struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Urn                  string   `protobuf:"bytes,3,opt,name=urn,proto3" json:"urn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func FromTribe

func FromTribe(entity *models.Tribe) *Domain_Tribe

FromTribe returns a DTO instance from entity one

func FromTribes

func FromTribes(entities []*models.Tribe) []*Domain_Tribe

FromTribes returns a DTO collection from model collection

func NewPopulatedDomain_Tribe

func NewPopulatedDomain_Tribe(r randySpotigraph, easy bool) *Domain_Tribe

func (*Domain_Tribe) Descriptor

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

func (*Domain_Tribe) Equal

func (this *Domain_Tribe) Equal(that interface{}) bool

func (*Domain_Tribe) GetId

func (m *Domain_Tribe) GetId() string

func (*Domain_Tribe) GetName

func (m *Domain_Tribe) GetName() string

func (*Domain_Tribe) GetUrn

func (m *Domain_Tribe) GetUrn() string

func (*Domain_Tribe) Marshal

func (m *Domain_Tribe) Marshal() (dAtA []byte, err error)

func (*Domain_Tribe) MarshalTo

func (m *Domain_Tribe) MarshalTo(dAtA []byte) (int, error)

func (*Domain_Tribe) ProtoMessage

func (*Domain_Tribe) ProtoMessage()

func (*Domain_Tribe) Reset

func (m *Domain_Tribe) Reset()

func (*Domain_Tribe) Size

func (m *Domain_Tribe) Size() (n int)

func (*Domain_Tribe) String

func (m *Domain_Tribe) String() string

func (*Domain_Tribe) Unmarshal

func (m *Domain_Tribe) Unmarshal(dAtA []byte) error

func (*Domain_Tribe) Validate

func (m *Domain_Tribe) Validate() error

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

func (*Domain_Tribe) XXX_DiscardUnknown

func (m *Domain_Tribe) XXX_DiscardUnknown()

func (*Domain_Tribe) XXX_Marshal

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

func (*Domain_Tribe) XXX_Merge

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

func (*Domain_Tribe) XXX_Size

func (m *Domain_Tribe) XXX_Size() int

func (*Domain_Tribe) XXX_Unmarshal

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

type Domain_TribeValidationError

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

Domain_TribeValidationError is the validation error returned by Domain_Tribe.Validate if the designated constraints aren't met.

func (Domain_TribeValidationError) Cause

Cause function returns cause value.

func (Domain_TribeValidationError) Error

Error satisfies the builtin error interface

func (Domain_TribeValidationError) ErrorName

func (e Domain_TribeValidationError) ErrorName() string

ErrorName returns error name.

func (Domain_TribeValidationError) Field

Field function returns field value.

func (Domain_TribeValidationError) Key

Key function returns key value.

func (Domain_TribeValidationError) Reason

Reason function returns reason value.

type Domain_User

type Domain_User struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Principal            string   `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Urn                  string   `protobuf:"bytes,3,opt,name=urn,proto3" json:"urn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func FromUser

func FromUser(entity *models.User) *Domain_User

FromUser returns a DTO instance from entity one

func FromUsers

func FromUsers(entities []*models.User) []*Domain_User

FromUsers returns a DTO collection from model collection

func NewPopulatedDomain_User

func NewPopulatedDomain_User(r randySpotigraph, easy bool) *Domain_User

func (*Domain_User) Descriptor

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

func (*Domain_User) Equal

func (this *Domain_User) Equal(that interface{}) bool

func (*Domain_User) GetId

func (m *Domain_User) GetId() string

func (*Domain_User) GetPrincipal

func (m *Domain_User) GetPrincipal() string

func (*Domain_User) GetUrn

func (m *Domain_User) GetUrn() string

func (*Domain_User) Marshal

func (m *Domain_User) Marshal() (dAtA []byte, err error)

func (*Domain_User) MarshalTo

func (m *Domain_User) MarshalTo(dAtA []byte) (int, error)

func (*Domain_User) ProtoMessage

func (*Domain_User) ProtoMessage()

func (*Domain_User) Reset

func (m *Domain_User) Reset()

func (*Domain_User) Size

func (m *Domain_User) Size() (n int)

func (*Domain_User) String

func (m *Domain_User) String() string

func (*Domain_User) Unmarshal

func (m *Domain_User) Unmarshal(dAtA []byte) error

func (*Domain_User) Validate

func (m *Domain_User) Validate() error

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

func (*Domain_User) XXX_DiscardUnknown

func (m *Domain_User) XXX_DiscardUnknown()

func (*Domain_User) XXX_Marshal

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

func (*Domain_User) XXX_Merge

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

func (*Domain_User) XXX_Size

func (m *Domain_User) XXX_Size() int

func (*Domain_User) XXX_Unmarshal

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

type Domain_UserValidationError

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

Domain_UserValidationError is the validation error returned by Domain_User.Validate if the designated constraints aren't met.

func (Domain_UserValidationError) Cause

Cause function returns cause value.

func (Domain_UserValidationError) Error

Error satisfies the builtin error interface

func (Domain_UserValidationError) ErrorName

func (e Domain_UserValidationError) ErrorName() string

ErrorName returns error name.

func (Domain_UserValidationError) Field

Field function returns field value.

func (Domain_UserValidationError) Key

Key function returns key value.

func (Domain_UserValidationError) Reason

Reason function returns reason value.

type EmptyRes

type EmptyRes struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedEmptyRes

func NewPopulatedEmptyRes(r randySpotigraph, easy bool) *EmptyRes

func (*EmptyRes) Descriptor

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

func (*EmptyRes) Equal

func (this *EmptyRes) Equal(that interface{}) bool

func (*EmptyRes) GetError

func (m *EmptyRes) GetError() *Error

func (*EmptyRes) Marshal

func (m *EmptyRes) Marshal() (dAtA []byte, err error)

func (*EmptyRes) MarshalTo

func (m *EmptyRes) MarshalTo(dAtA []byte) (int, error)

func (*EmptyRes) ProtoMessage

func (*EmptyRes) ProtoMessage()

func (*EmptyRes) Reset

func (m *EmptyRes) Reset()

func (*EmptyRes) Size

func (m *EmptyRes) Size() (n int)

func (*EmptyRes) String

func (m *EmptyRes) String() string

func (*EmptyRes) Unmarshal

func (m *EmptyRes) Unmarshal(dAtA []byte) error

func (*EmptyRes) Validate

func (m *EmptyRes) Validate() error

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

func (*EmptyRes) XXX_DiscardUnknown

func (m *EmptyRes) XXX_DiscardUnknown()

func (*EmptyRes) XXX_Marshal

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

func (*EmptyRes) XXX_Merge

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

func (*EmptyRes) XXX_Size

func (m *EmptyRes) XXX_Size() int

func (*EmptyRes) XXX_Unmarshal

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

type EmptyResValidationError

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

EmptyResValidationError is the validation error returned by EmptyRes.Validate if the designated constraints aren't met.

func (EmptyResValidationError) Cause

func (e EmptyResValidationError) Cause() error

Cause function returns cause value.

func (EmptyResValidationError) Error

func (e EmptyResValidationError) Error() string

Error satisfies the builtin error interface

func (EmptyResValidationError) ErrorName

func (e EmptyResValidationError) ErrorName() string

ErrorName returns error name.

func (EmptyResValidationError) Field

func (e EmptyResValidationError) Field() string

Field function returns field value.

func (EmptyResValidationError) Key

func (e EmptyResValidationError) Key() bool

Key function returns key value.

func (EmptyResValidationError) Reason

func (e EmptyResValidationError) Reason() string

Reason function returns reason value.

type Error

type Error struct {
	Code                 uint32   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedError

func NewPopulatedError(r randySpotigraph, easy bool) *Error

func (*Error) Descriptor

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

func (*Error) Equal

func (this *Error) Equal(that interface{}) bool

func (*Error) GetCode

func (m *Error) GetCode() uint32

func (*Error) GetMessage

func (m *Error) GetMessage() string

func (*Error) Marshal

func (m *Error) Marshal() (dAtA []byte, err error)

func (*Error) MarshalTo

func (m *Error) MarshalTo(dAtA []byte) (int, error)

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) Size

func (m *Error) Size() (n int)

func (*Error) String

func (m *Error) String() string

func (*Error) Unmarshal

func (m *Error) Unmarshal(dAtA []byte) error

func (*Error) Validate

func (m *Error) Validate() error

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

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

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

func (*Error) XXX_Merge

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

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

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

type ErrorValidationError

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

ErrorValidationError is the validation error returned by Error.Validate if the designated constraints aren't met.

func (ErrorValidationError) Cause

func (e ErrorValidationError) Cause() error

Cause function returns cause value.

func (ErrorValidationError) Error

func (e ErrorValidationError) Error() string

Error satisfies the builtin error interface

func (ErrorValidationError) ErrorName

func (e ErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ErrorValidationError) Field

func (e ErrorValidationError) Field() string

Field function returns field value.

func (ErrorValidationError) Key

func (e ErrorValidationError) Key() bool

Key function returns key value.

func (ErrorValidationError) Reason

func (e ErrorValidationError) Reason() string

Reason function returns reason value.

type Graph added in v0.0.1

type Graph struct {
	// Nodes of the graph
	Nodes []*Graph_Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// Edges of the graph
	Edges []*Graph_Edge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"`
	// Additional properties
	Properties           map[string]string `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func NewPopulatedGraph added in v0.0.1

func NewPopulatedGraph(r randySpotigraph, easy bool) *Graph

func (*Graph) Descriptor added in v0.0.1

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

func (*Graph) Equal added in v0.0.1

func (this *Graph) Equal(that interface{}) bool

func (*Graph) GetEdges added in v0.0.1

func (m *Graph) GetEdges() []*Graph_Edge

func (*Graph) GetNodes added in v0.0.1

func (m *Graph) GetNodes() []*Graph_Node

func (*Graph) GetProperties added in v0.0.1

func (m *Graph) GetProperties() map[string]string

func (*Graph) Marshal added in v0.0.1

func (m *Graph) Marshal() (dAtA []byte, err error)

func (*Graph) MarshalTo added in v0.0.1

func (m *Graph) MarshalTo(dAtA []byte) (int, error)

func (*Graph) ProtoMessage added in v0.0.1

func (*Graph) ProtoMessage()

func (*Graph) Reset added in v0.0.1

func (m *Graph) Reset()

func (*Graph) Size added in v0.0.1

func (m *Graph) Size() (n int)

func (*Graph) String added in v0.0.1

func (m *Graph) String() string

func (*Graph) Unmarshal added in v0.0.1

func (m *Graph) Unmarshal(dAtA []byte) error

func (*Graph) Validate added in v0.0.1

func (m *Graph) Validate() error

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

func (*Graph) XXX_DiscardUnknown added in v0.0.1

func (m *Graph) XXX_DiscardUnknown()

func (*Graph) XXX_Marshal added in v0.0.1

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

func (*Graph) XXX_Merge added in v0.0.1

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

func (*Graph) XXX_Size added in v0.0.1

func (m *Graph) XXX_Size() int

func (*Graph) XXX_Unmarshal added in v0.0.1

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

type GraphRes added in v0.0.1

type GraphRes struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Graph                *Graph   `protobuf:"bytes,2,opt,name=graph,proto3" json:"graph,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedGraphRes added in v0.0.1

func NewPopulatedGraphRes(r randySpotigraph, easy bool) *GraphRes

func (*GraphRes) Descriptor added in v0.0.1

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

func (*GraphRes) Equal added in v0.0.1

func (this *GraphRes) Equal(that interface{}) bool

func (*GraphRes) GetError added in v0.0.1

func (m *GraphRes) GetError() *Error

func (*GraphRes) GetGraph added in v0.0.1

func (m *GraphRes) GetGraph() *Graph

func (*GraphRes) Marshal added in v0.0.1

func (m *GraphRes) Marshal() (dAtA []byte, err error)

func (*GraphRes) MarshalTo added in v0.0.1

func (m *GraphRes) MarshalTo(dAtA []byte) (int, error)

func (*GraphRes) ProtoMessage added in v0.0.1

func (*GraphRes) ProtoMessage()

func (*GraphRes) Reset added in v0.0.1

func (m *GraphRes) Reset()

func (*GraphRes) Size added in v0.0.1

func (m *GraphRes) Size() (n int)

func (*GraphRes) String added in v0.0.1

func (m *GraphRes) String() string

func (*GraphRes) Unmarshal added in v0.0.1

func (m *GraphRes) Unmarshal(dAtA []byte) error

func (*GraphRes) Validate added in v0.0.1

func (m *GraphRes) Validate() error

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

func (*GraphRes) XXX_DiscardUnknown added in v0.0.1

func (m *GraphRes) XXX_DiscardUnknown()

func (*GraphRes) XXX_Marshal added in v0.0.1

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

func (*GraphRes) XXX_Merge added in v0.0.1

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

func (*GraphRes) XXX_Size added in v0.0.1

func (m *GraphRes) XXX_Size() int

func (*GraphRes) XXX_Unmarshal added in v0.0.1

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

type GraphResValidationError added in v0.0.1

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

GraphResValidationError is the validation error returned by GraphRes.Validate if the designated constraints aren't met.

func (GraphResValidationError) Cause added in v0.0.1

func (e GraphResValidationError) Cause() error

Cause function returns cause value.

func (GraphResValidationError) Error added in v0.0.1

func (e GraphResValidationError) Error() string

Error satisfies the builtin error interface

func (GraphResValidationError) ErrorName added in v0.0.1

func (e GraphResValidationError) ErrorName() string

ErrorName returns error name.

func (GraphResValidationError) Field added in v0.0.1

func (e GraphResValidationError) Field() string

Field function returns field value.

func (GraphResValidationError) Key added in v0.0.1

func (e GraphResValidationError) Key() bool

Key function returns key value.

func (GraphResValidationError) Reason added in v0.0.1

func (e GraphResValidationError) Reason() string

Reason function returns reason value.

type GraphValidationError added in v0.0.1

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

GraphValidationError is the validation error returned by Graph.Validate if the designated constraints aren't met.

func (GraphValidationError) Cause added in v0.0.1

func (e GraphValidationError) Cause() error

Cause function returns cause value.

func (GraphValidationError) Error added in v0.0.1

func (e GraphValidationError) Error() string

Error satisfies the builtin error interface

func (GraphValidationError) ErrorName added in v0.0.1

func (e GraphValidationError) ErrorName() string

ErrorName returns error name.

func (GraphValidationError) Field added in v0.0.1

func (e GraphValidationError) Field() string

Field function returns field value.

func (GraphValidationError) Key added in v0.0.1

func (e GraphValidationError) Key() bool

Key function returns key value.

func (GraphValidationError) Reason added in v0.0.1

func (e GraphValidationError) Reason() string

Reason function returns reason value.

type Graph_Edge added in v0.0.1

type Graph_Edge struct {
	// Source URN
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Destination URN
	Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	// Additional properties
	Properties           map[string]string `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func NewPopulatedGraph_Edge added in v0.0.1

func NewPopulatedGraph_Edge(r randySpotigraph, easy bool) *Graph_Edge

func (*Graph_Edge) Descriptor added in v0.0.1

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

func (*Graph_Edge) Equal added in v0.0.1

func (this *Graph_Edge) Equal(that interface{}) bool

func (*Graph_Edge) GetDestination added in v0.0.1

func (m *Graph_Edge) GetDestination() string

func (*Graph_Edge) GetProperties added in v0.0.1

func (m *Graph_Edge) GetProperties() map[string]string

func (*Graph_Edge) GetSource added in v0.0.1

func (m *Graph_Edge) GetSource() string

func (*Graph_Edge) Marshal added in v0.0.1

func (m *Graph_Edge) Marshal() (dAtA []byte, err error)

func (*Graph_Edge) MarshalTo added in v0.0.1

func (m *Graph_Edge) MarshalTo(dAtA []byte) (int, error)

func (*Graph_Edge) ProtoMessage added in v0.0.1

func (*Graph_Edge) ProtoMessage()

func (*Graph_Edge) Reset added in v0.0.1

func (m *Graph_Edge) Reset()

func (*Graph_Edge) Size added in v0.0.1

func (m *Graph_Edge) Size() (n int)

func (*Graph_Edge) String added in v0.0.1

func (m *Graph_Edge) String() string

func (*Graph_Edge) Unmarshal added in v0.0.1

func (m *Graph_Edge) Unmarshal(dAtA []byte) error

func (*Graph_Edge) Validate added in v0.0.1

func (m *Graph_Edge) Validate() error

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

func (*Graph_Edge) XXX_DiscardUnknown added in v0.0.1

func (m *Graph_Edge) XXX_DiscardUnknown()

func (*Graph_Edge) XXX_Marshal added in v0.0.1

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

func (*Graph_Edge) XXX_Merge added in v0.0.1

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

func (*Graph_Edge) XXX_Size added in v0.0.1

func (m *Graph_Edge) XXX_Size() int

func (*Graph_Edge) XXX_Unmarshal added in v0.0.1

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

type Graph_EdgeValidationError added in v0.0.1

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

Graph_EdgeValidationError is the validation error returned by Graph_Edge.Validate if the designated constraints aren't met.

func (Graph_EdgeValidationError) Cause added in v0.0.1

func (e Graph_EdgeValidationError) Cause() error

Cause function returns cause value.

func (Graph_EdgeValidationError) Error added in v0.0.1

Error satisfies the builtin error interface

func (Graph_EdgeValidationError) ErrorName added in v0.0.1

func (e Graph_EdgeValidationError) ErrorName() string

ErrorName returns error name.

func (Graph_EdgeValidationError) Field added in v0.0.1

Field function returns field value.

func (Graph_EdgeValidationError) Key added in v0.0.1

Key function returns key value.

func (Graph_EdgeValidationError) Reason added in v0.0.1

func (e Graph_EdgeValidationError) Reason() string

Reason function returns reason value.

type Graph_Node added in v0.0.1

type Graph_Node struct {
	// URN exported from the entity
	Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	// Type of the node
	Type Graph_Node_Type `protobuf:"varint,2,opt,name=type,proto3,enum=spotigraph.v1.Graph_Node_Type" json:"type,omitempty"`
	// Hold entity according previous type
	//
	// Types that are valid to be assigned to Entity:
	//	*Graph_Node_User
	//	*Graph_Node_Chapter
	//	*Graph_Node_Guild
	//	*Graph_Node_Squad
	//	*Graph_Node_Tribe
	Entity isGraph_Node_Entity `protobuf_oneof:"entity"`
	// Additional properties
	Properties           map[string]string `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func NewPopulatedGraph_Node added in v0.0.1

func NewPopulatedGraph_Node(r randySpotigraph, easy bool) *Graph_Node

func (*Graph_Node) Descriptor added in v0.0.1

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

func (*Graph_Node) Equal added in v0.0.1

func (this *Graph_Node) Equal(that interface{}) bool

func (*Graph_Node) GetChapter added in v0.0.1

func (m *Graph_Node) GetChapter() *Domain_Chapter

func (*Graph_Node) GetEntity added in v0.0.1

func (m *Graph_Node) GetEntity() isGraph_Node_Entity

func (*Graph_Node) GetGuild added in v0.0.1

func (m *Graph_Node) GetGuild() *Domain_Guild

func (*Graph_Node) GetProperties added in v0.0.1

func (m *Graph_Node) GetProperties() map[string]string

func (*Graph_Node) GetSquad added in v0.0.1

func (m *Graph_Node) GetSquad() *Domain_Squad

func (*Graph_Node) GetTribe added in v0.0.1

func (m *Graph_Node) GetTribe() *Domain_Tribe

func (*Graph_Node) GetType added in v0.0.1

func (m *Graph_Node) GetType() Graph_Node_Type

func (*Graph_Node) GetUrn added in v0.0.1

func (m *Graph_Node) GetUrn() string

func (*Graph_Node) GetUser added in v0.0.1

func (m *Graph_Node) GetUser() *Domain_User

func (*Graph_Node) Marshal added in v0.0.1

func (m *Graph_Node) Marshal() (dAtA []byte, err error)

func (*Graph_Node) MarshalTo added in v0.0.1

func (m *Graph_Node) MarshalTo(dAtA []byte) (int, error)

func (*Graph_Node) ProtoMessage added in v0.0.1

func (*Graph_Node) ProtoMessage()

func (*Graph_Node) Reset added in v0.0.1

func (m *Graph_Node) Reset()

func (*Graph_Node) Size added in v0.0.1

func (m *Graph_Node) Size() (n int)

func (*Graph_Node) String added in v0.0.1

func (m *Graph_Node) String() string

func (*Graph_Node) Unmarshal added in v0.0.1

func (m *Graph_Node) Unmarshal(dAtA []byte) error

func (*Graph_Node) Validate added in v0.0.1

func (m *Graph_Node) Validate() error

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

func (*Graph_Node) XXX_DiscardUnknown added in v0.0.1

func (m *Graph_Node) XXX_DiscardUnknown()

func (*Graph_Node) XXX_Marshal added in v0.0.1

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

func (*Graph_Node) XXX_Merge added in v0.0.1

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

func (*Graph_Node) XXX_OneofFuncs added in v0.0.1

func (*Graph_Node) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Graph_Node) XXX_Size added in v0.0.1

func (m *Graph_Node) XXX_Size() int

func (*Graph_Node) XXX_Unmarshal added in v0.0.1

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

type Graph_NodeValidationError added in v0.0.1

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

Graph_NodeValidationError is the validation error returned by Graph_Node.Validate if the designated constraints aren't met.

func (Graph_NodeValidationError) Cause added in v0.0.1

func (e Graph_NodeValidationError) Cause() error

Cause function returns cause value.

func (Graph_NodeValidationError) Error added in v0.0.1

Error satisfies the builtin error interface

func (Graph_NodeValidationError) ErrorName added in v0.0.1

func (e Graph_NodeValidationError) ErrorName() string

ErrorName returns error name.

func (Graph_NodeValidationError) Field added in v0.0.1

Field function returns field value.

func (Graph_NodeValidationError) Key added in v0.0.1

Key function returns key value.

func (Graph_NodeValidationError) Reason added in v0.0.1

func (e Graph_NodeValidationError) Reason() string

Reason function returns reason value.

type Graph_Node_Chapter added in v0.0.1

type Graph_Node_Chapter struct {
	Chapter *Domain_Chapter `protobuf:"bytes,4,opt,name=chapter,proto3,oneof"`
}

func NewPopulatedGraph_Node_Chapter added in v0.0.1

func NewPopulatedGraph_Node_Chapter(r randySpotigraph, easy bool) *Graph_Node_Chapter

func (*Graph_Node_Chapter) Equal added in v0.0.1

func (this *Graph_Node_Chapter) Equal(that interface{}) bool

func (*Graph_Node_Chapter) MarshalTo added in v0.0.1

func (m *Graph_Node_Chapter) MarshalTo(dAtA []byte) (int, error)

func (*Graph_Node_Chapter) Size added in v0.0.1

func (m *Graph_Node_Chapter) Size() (n int)

type Graph_Node_Guild added in v0.0.1

type Graph_Node_Guild struct {
	Guild *Domain_Guild `protobuf:"bytes,5,opt,name=guild,proto3,oneof"`
}

func NewPopulatedGraph_Node_Guild added in v0.0.1

func NewPopulatedGraph_Node_Guild(r randySpotigraph, easy bool) *Graph_Node_Guild

func (*Graph_Node_Guild) Equal added in v0.0.1

func (this *Graph_Node_Guild) Equal(that interface{}) bool

func (*Graph_Node_Guild) MarshalTo added in v0.0.1

func (m *Graph_Node_Guild) MarshalTo(dAtA []byte) (int, error)

func (*Graph_Node_Guild) Size added in v0.0.1

func (m *Graph_Node_Guild) Size() (n int)

type Graph_Node_Squad added in v0.0.1

type Graph_Node_Squad struct {
	Squad *Domain_Squad `protobuf:"bytes,6,opt,name=squad,proto3,oneof"`
}

func NewPopulatedGraph_Node_Squad added in v0.0.1

func NewPopulatedGraph_Node_Squad(r randySpotigraph, easy bool) *Graph_Node_Squad

func (*Graph_Node_Squad) Equal added in v0.0.1

func (this *Graph_Node_Squad) Equal(that interface{}) bool

func (*Graph_Node_Squad) MarshalTo added in v0.0.1

func (m *Graph_Node_Squad) MarshalTo(dAtA []byte) (int, error)

func (*Graph_Node_Squad) Size added in v0.0.1

func (m *Graph_Node_Squad) Size() (n int)

type Graph_Node_Tribe added in v0.0.1

type Graph_Node_Tribe struct {
	Tribe *Domain_Tribe `protobuf:"bytes,7,opt,name=tribe,proto3,oneof"`
}

func NewPopulatedGraph_Node_Tribe added in v0.0.1

func NewPopulatedGraph_Node_Tribe(r randySpotigraph, easy bool) *Graph_Node_Tribe

func (*Graph_Node_Tribe) Equal added in v0.0.1

func (this *Graph_Node_Tribe) Equal(that interface{}) bool

func (*Graph_Node_Tribe) MarshalTo added in v0.0.1

func (m *Graph_Node_Tribe) MarshalTo(dAtA []byte) (int, error)

func (*Graph_Node_Tribe) Size added in v0.0.1

func (m *Graph_Node_Tribe) Size() (n int)

type Graph_Node_Type added in v0.0.1

type Graph_Node_Type int32

Type of Node supported

const (
	Graph_Node_UNDEFINED Graph_Node_Type = 0
	Graph_Node_USER      Graph_Node_Type = 1
	Graph_Node_CHAPTER   Graph_Node_Type = 2
	Graph_Node_GUILD     Graph_Node_Type = 3
	Graph_Node_SQUAD     Graph_Node_Type = 4
	Graph_Node_TRIBE     Graph_Node_Type = 5
)

func (Graph_Node_Type) EnumDescriptor added in v0.0.1

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

func (Graph_Node_Type) String added in v0.0.1

func (x Graph_Node_Type) String() string

type Graph_Node_User added in v0.0.1

type Graph_Node_User struct {
	User *Domain_User `protobuf:"bytes,3,opt,name=user,proto3,oneof"`
}

func NewPopulatedGraph_Node_User added in v0.0.1

func NewPopulatedGraph_Node_User(r randySpotigraph, easy bool) *Graph_Node_User

func (*Graph_Node_User) Equal added in v0.0.1

func (this *Graph_Node_User) Equal(that interface{}) bool

func (*Graph_Node_User) MarshalTo added in v0.0.1

func (m *Graph_Node_User) MarshalTo(dAtA []byte) (int, error)

func (*Graph_Node_User) Size added in v0.0.1

func (m *Graph_Node_User) Size() (n int)

type GuildCreateReq

type GuildCreateReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedGuildCreateReq

func NewPopulatedGuildCreateReq(r randySpotigraph, easy bool) *GuildCreateReq

func (*GuildCreateReq) Descriptor

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

func (*GuildCreateReq) Equal

func (this *GuildCreateReq) Equal(that interface{}) bool

func (*GuildCreateReq) GetName

func (m *GuildCreateReq) GetName() string

func (*GuildCreateReq) Marshal

func (m *GuildCreateReq) Marshal() (dAtA []byte, err error)

func (*GuildCreateReq) MarshalTo

func (m *GuildCreateReq) MarshalTo(dAtA []byte) (int, error)

func (*GuildCreateReq) ProtoMessage

func (*GuildCreateReq) ProtoMessage()

func (*GuildCreateReq) Reset

func (m *GuildCreateReq) Reset()

func (*GuildCreateReq) Size

func (m *GuildCreateReq) Size() (n int)

func (*GuildCreateReq) String

func (m *GuildCreateReq) String() string

func (*GuildCreateReq) Unmarshal

func (m *GuildCreateReq) Unmarshal(dAtA []byte) error

func (*GuildCreateReq) Validate

func (m *GuildCreateReq) Validate() error

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

func (*GuildCreateReq) XXX_DiscardUnknown

func (m *GuildCreateReq) XXX_DiscardUnknown()

func (*GuildCreateReq) XXX_Marshal

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

func (*GuildCreateReq) XXX_Merge

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

func (*GuildCreateReq) XXX_Size

func (m *GuildCreateReq) XXX_Size() int

func (*GuildCreateReq) XXX_Unmarshal

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

type GuildCreateReqValidationError

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

GuildCreateReqValidationError is the validation error returned by GuildCreateReq.Validate if the designated constraints aren't met.

func (GuildCreateReqValidationError) Cause

Cause function returns cause value.

func (GuildCreateReqValidationError) Error

Error satisfies the builtin error interface

func (GuildCreateReqValidationError) ErrorName

func (e GuildCreateReqValidationError) ErrorName() string

ErrorName returns error name.

func (GuildCreateReqValidationError) Field

Field function returns field value.

func (GuildCreateReqValidationError) Key

Key function returns key value.

func (GuildCreateReqValidationError) Reason

Reason function returns reason value.

type GuildGetReq

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

func NewPopulatedGuildGetReq

func NewPopulatedGuildGetReq(r randySpotigraph, easy bool) *GuildGetReq

func (*GuildGetReq) Descriptor

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

func (*GuildGetReq) Equal

func (this *GuildGetReq) Equal(that interface{}) bool

func (*GuildGetReq) GetId

func (m *GuildGetReq) GetId() string

func (*GuildGetReq) Marshal

func (m *GuildGetReq) Marshal() (dAtA []byte, err error)

func (*GuildGetReq) MarshalTo

func (m *GuildGetReq) MarshalTo(dAtA []byte) (int, error)

func (*GuildGetReq) ProtoMessage

func (*GuildGetReq) ProtoMessage()

func (*GuildGetReq) Reset

func (m *GuildGetReq) Reset()

func (*GuildGetReq) Size

func (m *GuildGetReq) Size() (n int)

func (*GuildGetReq) String

func (m *GuildGetReq) String() string

func (*GuildGetReq) Unmarshal

func (m *GuildGetReq) Unmarshal(dAtA []byte) error

func (*GuildGetReq) Validate

func (m *GuildGetReq) Validate() error

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

func (*GuildGetReq) XXX_DiscardUnknown

func (m *GuildGetReq) XXX_DiscardUnknown()

func (*GuildGetReq) XXX_Marshal

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

func (*GuildGetReq) XXX_Merge

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

func (*GuildGetReq) XXX_Size

func (m *GuildGetReq) XXX_Size() int

func (*GuildGetReq) XXX_Unmarshal

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

type GuildGetReqValidationError

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

GuildGetReqValidationError is the validation error returned by GuildGetReq.Validate if the designated constraints aren't met.

func (GuildGetReqValidationError) Cause

Cause function returns cause value.

func (GuildGetReqValidationError) Error

Error satisfies the builtin error interface

func (GuildGetReqValidationError) ErrorName

func (e GuildGetReqValidationError) ErrorName() string

ErrorName returns error name.

func (GuildGetReqValidationError) Field

Field function returns field value.

func (GuildGetReqValidationError) Key

Key function returns key value.

func (GuildGetReqValidationError) Reason

Reason function returns reason value.

type GuildSearchReq

type GuildSearchReq struct {
	Page                 uint32             `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage              uint32             `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Sorts                []string           `protobuf:"bytes,3,rep,name=sorts,proto3" json:"sorts,omitempty"`
	GuildId              *types.StringValue `protobuf:"bytes,4,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Slug                 *types.StringValue `protobuf:"bytes,6,opt,name=slug,proto3" json:"slug,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedGuildSearchReq

func NewPopulatedGuildSearchReq(r randySpotigraph, easy bool) *GuildSearchReq

func (*GuildSearchReq) Descriptor

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

func (*GuildSearchReq) Equal

func (this *GuildSearchReq) Equal(that interface{}) bool

func (*GuildSearchReq) GetGuildId

func (m *GuildSearchReq) GetGuildId() *types.StringValue

func (*GuildSearchReq) GetName

func (m *GuildSearchReq) GetName() *types.StringValue

func (*GuildSearchReq) GetPage

func (m *GuildSearchReq) GetPage() uint32

func (*GuildSearchReq) GetPerPage

func (m *GuildSearchReq) GetPerPage() uint32

func (*GuildSearchReq) GetSlug

func (m *GuildSearchReq) GetSlug() *types.StringValue

func (*GuildSearchReq) GetSorts

func (m *GuildSearchReq) GetSorts() []string

func (*GuildSearchReq) Marshal

func (m *GuildSearchReq) Marshal() (dAtA []byte, err error)

func (*GuildSearchReq) MarshalTo

func (m *GuildSearchReq) MarshalTo(dAtA []byte) (int, error)

func (*GuildSearchReq) ProtoMessage

func (*GuildSearchReq) ProtoMessage()

func (*GuildSearchReq) Reset

func (m *GuildSearchReq) Reset()

func (*GuildSearchReq) Size

func (m *GuildSearchReq) Size() (n int)

func (*GuildSearchReq) String

func (m *GuildSearchReq) String() string

func (*GuildSearchReq) Unmarshal

func (m *GuildSearchReq) Unmarshal(dAtA []byte) error

func (*GuildSearchReq) Validate

func (m *GuildSearchReq) Validate() error

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

func (*GuildSearchReq) XXX_DiscardUnknown

func (m *GuildSearchReq) XXX_DiscardUnknown()

func (*GuildSearchReq) XXX_Marshal

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

func (*GuildSearchReq) XXX_Merge

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

func (*GuildSearchReq) XXX_Size

func (m *GuildSearchReq) XXX_Size() int

func (*GuildSearchReq) XXX_Unmarshal

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

type GuildSearchReqValidationError

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

GuildSearchReqValidationError is the validation error returned by GuildSearchReq.Validate if the designated constraints aren't met.

func (GuildSearchReqValidationError) Cause

Cause function returns cause value.

func (GuildSearchReqValidationError) Error

Error satisfies the builtin error interface

func (GuildSearchReqValidationError) ErrorName

func (e GuildSearchReqValidationError) ErrorName() string

ErrorName returns error name.

func (GuildSearchReqValidationError) Field

Field function returns field value.

func (GuildSearchReqValidationError) Key

Key function returns key value.

func (GuildSearchReqValidationError) Reason

Reason function returns reason value.

type GuildUpdateReq

type GuildUpdateReq struct {
	Id                   string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedGuildUpdateReq

func NewPopulatedGuildUpdateReq(r randySpotigraph, easy bool) *GuildUpdateReq

func (*GuildUpdateReq) Descriptor

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

func (*GuildUpdateReq) Equal

func (this *GuildUpdateReq) Equal(that interface{}) bool

func (*GuildUpdateReq) GetId

func (m *GuildUpdateReq) GetId() string

func (*GuildUpdateReq) GetName

func (m *GuildUpdateReq) GetName() *types.StringValue

func (*GuildUpdateReq) Marshal

func (m *GuildUpdateReq) Marshal() (dAtA []byte, err error)

func (*GuildUpdateReq) MarshalTo

func (m *GuildUpdateReq) MarshalTo(dAtA []byte) (int, error)

func (*GuildUpdateReq) ProtoMessage

func (*GuildUpdateReq) ProtoMessage()

func (*GuildUpdateReq) Reset

func (m *GuildUpdateReq) Reset()

func (*GuildUpdateReq) Size

func (m *GuildUpdateReq) Size() (n int)

func (*GuildUpdateReq) String

func (m *GuildUpdateReq) String() string

func (*GuildUpdateReq) Unmarshal

func (m *GuildUpdateReq) Unmarshal(dAtA []byte) error

func (*GuildUpdateReq) Validate

func (m *GuildUpdateReq) Validate() error

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

func (*GuildUpdateReq) XXX_DiscardUnknown

func (m *GuildUpdateReq) XXX_DiscardUnknown()

func (*GuildUpdateReq) XXX_Marshal

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

func (*GuildUpdateReq) XXX_Merge

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

func (*GuildUpdateReq) XXX_Size

func (m *GuildUpdateReq) XXX_Size() int

func (*GuildUpdateReq) XXX_Unmarshal

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

type GuildUpdateReqValidationError

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

GuildUpdateReqValidationError is the validation error returned by GuildUpdateReq.Validate if the designated constraints aren't met.

func (GuildUpdateReqValidationError) Cause

Cause function returns cause value.

func (GuildUpdateReqValidationError) Error

Error satisfies the builtin error interface

func (GuildUpdateReqValidationError) ErrorName

func (e GuildUpdateReqValidationError) ErrorName() string

ErrorName returns error name.

func (GuildUpdateReqValidationError) Field

Field function returns field value.

func (GuildUpdateReqValidationError) Key

Key function returns key value.

func (GuildUpdateReqValidationError) Reason

Reason function returns reason value.

type NodeInfoReq added in v0.0.1

type NodeInfoReq struct {
	Urn                  string   `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedNodeInfoReq added in v0.0.1

func NewPopulatedNodeInfoReq(r randySpotigraph, easy bool) *NodeInfoReq

func (*NodeInfoReq) Descriptor added in v0.0.1

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

func (*NodeInfoReq) Equal added in v0.0.1

func (this *NodeInfoReq) Equal(that interface{}) bool

func (*NodeInfoReq) GetUrn added in v0.0.1

func (m *NodeInfoReq) GetUrn() string

func (*NodeInfoReq) Marshal added in v0.0.1

func (m *NodeInfoReq) Marshal() (dAtA []byte, err error)

func (*NodeInfoReq) MarshalTo added in v0.0.1

func (m *NodeInfoReq) MarshalTo(dAtA []byte) (int, error)

func (*NodeInfoReq) ProtoMessage added in v0.0.1

func (*NodeInfoReq) ProtoMessage()

func (*NodeInfoReq) Reset added in v0.0.1

func (m *NodeInfoReq) Reset()

func (*NodeInfoReq) Size added in v0.0.1

func (m *NodeInfoReq) Size() (n int)

func (*NodeInfoReq) String added in v0.0.1

func (m *NodeInfoReq) String() string

func (*NodeInfoReq) Unmarshal added in v0.0.1

func (m *NodeInfoReq) Unmarshal(dAtA []byte) error

func (*NodeInfoReq) Validate added in v0.0.1

func (m *NodeInfoReq) Validate() error

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

func (*NodeInfoReq) XXX_DiscardUnknown added in v0.0.1

func (m *NodeInfoReq) XXX_DiscardUnknown()

func (*NodeInfoReq) XXX_Marshal added in v0.0.1

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

func (*NodeInfoReq) XXX_Merge added in v0.0.1

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

func (*NodeInfoReq) XXX_Size added in v0.0.1

func (m *NodeInfoReq) XXX_Size() int

func (*NodeInfoReq) XXX_Unmarshal added in v0.0.1

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

type NodeInfoReqValidationError added in v0.0.1

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

NodeInfoReqValidationError is the validation error returned by NodeInfoReq.Validate if the designated constraints aren't met.

func (NodeInfoReqValidationError) Cause added in v0.0.1

Cause function returns cause value.

func (NodeInfoReqValidationError) Error added in v0.0.1

Error satisfies the builtin error interface

func (NodeInfoReqValidationError) ErrorName added in v0.0.1

func (e NodeInfoReqValidationError) ErrorName() string

ErrorName returns error name.

func (NodeInfoReqValidationError) Field added in v0.0.1

Field function returns field value.

func (NodeInfoReqValidationError) Key added in v0.0.1

Key function returns key value.

func (NodeInfoReqValidationError) Reason added in v0.0.1

Reason function returns reason value.

type PaginatedChapterRes

type PaginatedChapterRes struct {
	Error                *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Total                uint32            `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	PerPage              uint32            `protobuf:"varint,3,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Count                uint32            `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	CurrentPage          uint32            `protobuf:"varint,5,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
	Members              []*Domain_Chapter `protobuf:"bytes,6,rep,name=members,proto3" json:"members,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func NewPopulatedPaginatedChapterRes

func NewPopulatedPaginatedChapterRes(r randySpotigraph, easy bool) *PaginatedChapterRes

func (*PaginatedChapterRes) Descriptor

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

func (*PaginatedChapterRes) Equal

func (this *PaginatedChapterRes) Equal(that interface{}) bool

func (*PaginatedChapterRes) GetCount

func (m *PaginatedChapterRes) GetCount() uint32

func (*PaginatedChapterRes) GetCurrentPage

func (m *PaginatedChapterRes) GetCurrentPage() uint32

func (*PaginatedChapterRes) GetError

func (m *PaginatedChapterRes) GetError() *Error

func (*PaginatedChapterRes) GetMembers

func (m *PaginatedChapterRes) GetMembers() []*Domain_Chapter

func (*PaginatedChapterRes) GetPerPage

func (m *PaginatedChapterRes) GetPerPage() uint32

func (*PaginatedChapterRes) GetTotal

func (m *PaginatedChapterRes) GetTotal() uint32

func (*PaginatedChapterRes) Marshal

func (m *PaginatedChapterRes) Marshal() (dAtA []byte, err error)

func (*PaginatedChapterRes) MarshalTo

func (m *PaginatedChapterRes) MarshalTo(dAtA []byte) (int, error)

func (*PaginatedChapterRes) ProtoMessage

func (*PaginatedChapterRes) ProtoMessage()

func (*PaginatedChapterRes) Reset

func (m *PaginatedChapterRes) Reset()

func (*PaginatedChapterRes) Size

func (m *PaginatedChapterRes) Size() (n int)

func (*PaginatedChapterRes) String

func (m *PaginatedChapterRes) String() string

func (*PaginatedChapterRes) Unmarshal

func (m *PaginatedChapterRes) Unmarshal(dAtA []byte) error

func (*PaginatedChapterRes) Validate

func (m *PaginatedChapterRes) Validate() error

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

func (*PaginatedChapterRes) XXX_DiscardUnknown

func (m *PaginatedChapterRes) XXX_DiscardUnknown()

func (*PaginatedChapterRes) XXX_Marshal

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

func (*PaginatedChapterRes) XXX_Merge

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

func (*PaginatedChapterRes) XXX_Size

func (m *PaginatedChapterRes) XXX_Size() int

func (*PaginatedChapterRes) XXX_Unmarshal

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

type PaginatedChapterResValidationError

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

PaginatedChapterResValidationError is the validation error returned by PaginatedChapterRes.Validate if the designated constraints aren't met.

func (PaginatedChapterResValidationError) Cause

Cause function returns cause value.

func (PaginatedChapterResValidationError) Error

Error satisfies the builtin error interface

func (PaginatedChapterResValidationError) ErrorName

ErrorName returns error name.

func (PaginatedChapterResValidationError) Field

Field function returns field value.

func (PaginatedChapterResValidationError) Key

Key function returns key value.

func (PaginatedChapterResValidationError) Reason

Reason function returns reason value.

type PaginatedGuildRes

type PaginatedGuildRes struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Total                uint32          `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	PerPage              uint32          `protobuf:"varint,3,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Count                uint32          `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	CurrentPage          uint32          `protobuf:"varint,5,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
	Members              []*Domain_Guild `protobuf:"bytes,6,rep,name=members,proto3" json:"members,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func NewPopulatedPaginatedGuildRes

func NewPopulatedPaginatedGuildRes(r randySpotigraph, easy bool) *PaginatedGuildRes

func (*PaginatedGuildRes) Descriptor

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

func (*PaginatedGuildRes) Equal

func (this *PaginatedGuildRes) Equal(that interface{}) bool

func (*PaginatedGuildRes) GetCount

func (m *PaginatedGuildRes) GetCount() uint32

func (*PaginatedGuildRes) GetCurrentPage

func (m *PaginatedGuildRes) GetCurrentPage() uint32

func (*PaginatedGuildRes) GetError

func (m *PaginatedGuildRes) GetError() *Error

func (*PaginatedGuildRes) GetMembers

func (m *PaginatedGuildRes) GetMembers() []*Domain_Guild

func (*PaginatedGuildRes) GetPerPage

func (m *PaginatedGuildRes) GetPerPage() uint32

func (*PaginatedGuildRes) GetTotal

func (m *PaginatedGuildRes) GetTotal() uint32

func (*PaginatedGuildRes) Marshal

func (m *PaginatedGuildRes) Marshal() (dAtA []byte, err error)

func (*PaginatedGuildRes) MarshalTo

func (m *PaginatedGuildRes) MarshalTo(dAtA []byte) (int, error)

func (*PaginatedGuildRes) ProtoMessage

func (*PaginatedGuildRes) ProtoMessage()

func (*PaginatedGuildRes) Reset

func (m *PaginatedGuildRes) Reset()

func (*PaginatedGuildRes) Size

func (m *PaginatedGuildRes) Size() (n int)

func (*PaginatedGuildRes) String

func (m *PaginatedGuildRes) String() string

func (*PaginatedGuildRes) Unmarshal

func (m *PaginatedGuildRes) Unmarshal(dAtA []byte) error

func (*PaginatedGuildRes) Validate

func (m *PaginatedGuildRes) Validate() error

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

func (*PaginatedGuildRes) XXX_DiscardUnknown

func (m *PaginatedGuildRes) XXX_DiscardUnknown()

func (*PaginatedGuildRes) XXX_Marshal

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

func (*PaginatedGuildRes) XXX_Merge

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

func (*PaginatedGuildRes) XXX_Size

func (m *PaginatedGuildRes) XXX_Size() int

func (*PaginatedGuildRes) XXX_Unmarshal

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

type PaginatedGuildResValidationError

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

PaginatedGuildResValidationError is the validation error returned by PaginatedGuildRes.Validate if the designated constraints aren't met.

func (PaginatedGuildResValidationError) Cause

Cause function returns cause value.

func (PaginatedGuildResValidationError) Error

Error satisfies the builtin error interface

func (PaginatedGuildResValidationError) ErrorName

ErrorName returns error name.

func (PaginatedGuildResValidationError) Field

Field function returns field value.

func (PaginatedGuildResValidationError) Key

Key function returns key value.

func (PaginatedGuildResValidationError) Reason

Reason function returns reason value.

type PaginatedSquadRes

type PaginatedSquadRes struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Total                uint32          `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	PerPage              uint32          `protobuf:"varint,3,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Count                uint32          `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	CurrentPage          uint32          `protobuf:"varint,5,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
	Members              []*Domain_Squad `protobuf:"bytes,6,rep,name=members,proto3" json:"members,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func NewPopulatedPaginatedSquadRes

func NewPopulatedPaginatedSquadRes(r randySpotigraph, easy bool) *PaginatedSquadRes

func (*PaginatedSquadRes) Descriptor

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

func (*PaginatedSquadRes) Equal

func (this *PaginatedSquadRes) Equal(that interface{}) bool

func (*PaginatedSquadRes) GetCount

func (m *PaginatedSquadRes) GetCount() uint32

func (*PaginatedSquadRes) GetCurrentPage

func (m *PaginatedSquadRes) GetCurrentPage() uint32

func (*PaginatedSquadRes) GetError

func (m *PaginatedSquadRes) GetError() *Error

func (*PaginatedSquadRes) GetMembers

func (m *PaginatedSquadRes) GetMembers() []*Domain_Squad

func (*PaginatedSquadRes) GetPerPage

func (m *PaginatedSquadRes) GetPerPage() uint32

func (*PaginatedSquadRes) GetTotal

func (m *PaginatedSquadRes) GetTotal() uint32

func (*PaginatedSquadRes) Marshal

func (m *PaginatedSquadRes) Marshal() (dAtA []byte, err error)

func (*PaginatedSquadRes) MarshalTo

func (m *PaginatedSquadRes) MarshalTo(dAtA []byte) (int, error)

func (*PaginatedSquadRes) ProtoMessage

func (*PaginatedSquadRes) ProtoMessage()

func (*PaginatedSquadRes) Reset

func (m *PaginatedSquadRes) Reset()

func (*PaginatedSquadRes) Size

func (m *PaginatedSquadRes) Size() (n int)

func (*PaginatedSquadRes) String

func (m *PaginatedSquadRes) String() string

func (*PaginatedSquadRes) Unmarshal

func (m *PaginatedSquadRes) Unmarshal(dAtA []byte) error

func (*PaginatedSquadRes) Validate

func (m *PaginatedSquadRes) Validate() error

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

func (*PaginatedSquadRes) XXX_DiscardUnknown

func (m *PaginatedSquadRes) XXX_DiscardUnknown()

func (*PaginatedSquadRes) XXX_Marshal

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

func (*PaginatedSquadRes) XXX_Merge

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

func (*PaginatedSquadRes) XXX_Size

func (m *PaginatedSquadRes) XXX_Size() int

func (*PaginatedSquadRes) XXX_Unmarshal

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

type PaginatedSquadResValidationError

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

PaginatedSquadResValidationError is the validation error returned by PaginatedSquadRes.Validate if the designated constraints aren't met.

func (PaginatedSquadResValidationError) Cause

Cause function returns cause value.

func (PaginatedSquadResValidationError) Error

Error satisfies the builtin error interface

func (PaginatedSquadResValidationError) ErrorName

ErrorName returns error name.

func (PaginatedSquadResValidationError) Field

Field function returns field value.

func (PaginatedSquadResValidationError) Key

Key function returns key value.

func (PaginatedSquadResValidationError) Reason

Reason function returns reason value.

type PaginatedTribeRes

type PaginatedTribeRes struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Total                uint32          `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	PerPage              uint32          `protobuf:"varint,3,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Count                uint32          `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	CurrentPage          uint32          `protobuf:"varint,5,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
	Members              []*Domain_Tribe `protobuf:"bytes,6,rep,name=members,proto3" json:"members,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func NewPopulatedPaginatedTribeRes

func NewPopulatedPaginatedTribeRes(r randySpotigraph, easy bool) *PaginatedTribeRes

func (*PaginatedTribeRes) Descriptor

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

func (*PaginatedTribeRes) Equal

func (this *PaginatedTribeRes) Equal(that interface{}) bool

func (*PaginatedTribeRes) GetCount

func (m *PaginatedTribeRes) GetCount() uint32

func (*PaginatedTribeRes) GetCurrentPage

func (m *PaginatedTribeRes) GetCurrentPage() uint32

func (*PaginatedTribeRes) GetError

func (m *PaginatedTribeRes) GetError() *Error

func (*PaginatedTribeRes) GetMembers

func (m *PaginatedTribeRes) GetMembers() []*Domain_Tribe

func (*PaginatedTribeRes) GetPerPage

func (m *PaginatedTribeRes) GetPerPage() uint32

func (*PaginatedTribeRes) GetTotal

func (m *PaginatedTribeRes) GetTotal() uint32

func (*PaginatedTribeRes) Marshal

func (m *PaginatedTribeRes) Marshal() (dAtA []byte, err error)

func (*PaginatedTribeRes) MarshalTo

func (m *PaginatedTribeRes) MarshalTo(dAtA []byte) (int, error)

func (*PaginatedTribeRes) ProtoMessage

func (*PaginatedTribeRes) ProtoMessage()

func (*PaginatedTribeRes) Reset

func (m *PaginatedTribeRes) Reset()

func (*PaginatedTribeRes) Size

func (m *PaginatedTribeRes) Size() (n int)

func (*PaginatedTribeRes) String

func (m *PaginatedTribeRes) String() string

func (*PaginatedTribeRes) Unmarshal

func (m *PaginatedTribeRes) Unmarshal(dAtA []byte) error

func (*PaginatedTribeRes) Validate

func (m *PaginatedTribeRes) Validate() error

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

func (*PaginatedTribeRes) XXX_DiscardUnknown

func (m *PaginatedTribeRes) XXX_DiscardUnknown()

func (*PaginatedTribeRes) XXX_Marshal

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

func (*PaginatedTribeRes) XXX_Merge

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

func (*PaginatedTribeRes) XXX_Size

func (m *PaginatedTribeRes) XXX_Size() int

func (*PaginatedTribeRes) XXX_Unmarshal

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

type PaginatedTribeResValidationError

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

PaginatedTribeResValidationError is the validation error returned by PaginatedTribeRes.Validate if the designated constraints aren't met.

func (PaginatedTribeResValidationError) Cause

Cause function returns cause value.

func (PaginatedTribeResValidationError) Error

Error satisfies the builtin error interface

func (PaginatedTribeResValidationError) ErrorName

ErrorName returns error name.

func (PaginatedTribeResValidationError) Field

Field function returns field value.

func (PaginatedTribeResValidationError) Key

Key function returns key value.

func (PaginatedTribeResValidationError) Reason

Reason function returns reason value.

type PaginatedUserRes

type PaginatedUserRes struct {
	Error                *Error         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Total                uint32         `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	PerPage              uint32         `protobuf:"varint,3,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Count                uint32         `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	CurrentPage          uint32         `protobuf:"varint,5,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
	Members              []*Domain_User `protobuf:"bytes,6,rep,name=members,proto3" json:"members,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func NewPopulatedPaginatedUserRes

func NewPopulatedPaginatedUserRes(r randySpotigraph, easy bool) *PaginatedUserRes

func (*PaginatedUserRes) Descriptor

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

func (*PaginatedUserRes) Equal

func (this *PaginatedUserRes) Equal(that interface{}) bool

func (*PaginatedUserRes) GetCount

func (m *PaginatedUserRes) GetCount() uint32

func (*PaginatedUserRes) GetCurrentPage

func (m *PaginatedUserRes) GetCurrentPage() uint32

func (*PaginatedUserRes) GetError

func (m *PaginatedUserRes) GetError() *Error

func (*PaginatedUserRes) GetMembers

func (m *PaginatedUserRes) GetMembers() []*Domain_User

func (*PaginatedUserRes) GetPerPage

func (m *PaginatedUserRes) GetPerPage() uint32

func (*PaginatedUserRes) GetTotal

func (m *PaginatedUserRes) GetTotal() uint32

func (*PaginatedUserRes) Marshal

func (m *PaginatedUserRes) Marshal() (dAtA []byte, err error)

func (*PaginatedUserRes) MarshalTo

func (m *PaginatedUserRes) MarshalTo(dAtA []byte) (int, error)

func (*PaginatedUserRes) ProtoMessage

func (*PaginatedUserRes) ProtoMessage()

func (*PaginatedUserRes) Reset

func (m *PaginatedUserRes) Reset()

func (*PaginatedUserRes) Size

func (m *PaginatedUserRes) Size() (n int)

func (*PaginatedUserRes) String

func (m *PaginatedUserRes) String() string

func (*PaginatedUserRes) Unmarshal

func (m *PaginatedUserRes) Unmarshal(dAtA []byte) error

func (*PaginatedUserRes) Validate

func (m *PaginatedUserRes) Validate() error

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

func (*PaginatedUserRes) XXX_DiscardUnknown

func (m *PaginatedUserRes) XXX_DiscardUnknown()

func (*PaginatedUserRes) XXX_Marshal

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

func (*PaginatedUserRes) XXX_Merge

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

func (*PaginatedUserRes) XXX_Size

func (m *PaginatedUserRes) XXX_Size() int

func (*PaginatedUserRes) XXX_Unmarshal

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

type PaginatedUserResValidationError

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

PaginatedUserResValidationError is the validation error returned by PaginatedUserRes.Validate if the designated constraints aren't met.

func (PaginatedUserResValidationError) Cause

Cause function returns cause value.

func (PaginatedUserResValidationError) Error

Error satisfies the builtin error interface

func (PaginatedUserResValidationError) ErrorName

ErrorName returns error name.

func (PaginatedUserResValidationError) Field

Field function returns field value.

func (PaginatedUserResValidationError) Key

Key function returns key value.

func (PaginatedUserResValidationError) Reason

Reason function returns reason value.

type SingleChapterRes

type SingleChapterRes struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Entity               *Domain_Chapter `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func NewPopulatedSingleChapterRes

func NewPopulatedSingleChapterRes(r randySpotigraph, easy bool) *SingleChapterRes

func (*SingleChapterRes) Descriptor

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

func (*SingleChapterRes) Equal

func (this *SingleChapterRes) Equal(that interface{}) bool

func (*SingleChapterRes) GetEntity

func (m *SingleChapterRes) GetEntity() *Domain_Chapter

func (*SingleChapterRes) GetError

func (m *SingleChapterRes) GetError() *Error

func (*SingleChapterRes) Marshal

func (m *SingleChapterRes) Marshal() (dAtA []byte, err error)

func (*SingleChapterRes) MarshalTo

func (m *SingleChapterRes) MarshalTo(dAtA []byte) (int, error)

func (*SingleChapterRes) ProtoMessage

func (*SingleChapterRes) ProtoMessage()

func (*SingleChapterRes) Reset

func (m *SingleChapterRes) Reset()

func (*SingleChapterRes) Size

func (m *SingleChapterRes) Size() (n int)

func (*SingleChapterRes) String

func (m *SingleChapterRes) String() string

func (*SingleChapterRes) Unmarshal

func (m *SingleChapterRes) Unmarshal(dAtA []byte) error

func (*SingleChapterRes) Validate

func (m *SingleChapterRes) Validate() error

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

func (*SingleChapterRes) XXX_DiscardUnknown

func (m *SingleChapterRes) XXX_DiscardUnknown()

func (*SingleChapterRes) XXX_Marshal

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

func (*SingleChapterRes) XXX_Merge

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

func (*SingleChapterRes) XXX_Size

func (m *SingleChapterRes) XXX_Size() int

func (*SingleChapterRes) XXX_Unmarshal

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

type SingleChapterResValidationError

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

SingleChapterResValidationError is the validation error returned by SingleChapterRes.Validate if the designated constraints aren't met.

func (SingleChapterResValidationError) Cause

Cause function returns cause value.

func (SingleChapterResValidationError) Error

Error satisfies the builtin error interface

func (SingleChapterResValidationError) ErrorName

ErrorName returns error name.

func (SingleChapterResValidationError) Field

Field function returns field value.

func (SingleChapterResValidationError) Key

Key function returns key value.

func (SingleChapterResValidationError) Reason

Reason function returns reason value.

type SingleGuildRes

type SingleGuildRes struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Entity               *Domain_Guild `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func NewPopulatedSingleGuildRes

func NewPopulatedSingleGuildRes(r randySpotigraph, easy bool) *SingleGuildRes

func (*SingleGuildRes) Descriptor

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

func (*SingleGuildRes) Equal

func (this *SingleGuildRes) Equal(that interface{}) bool

func (*SingleGuildRes) GetEntity

func (m *SingleGuildRes) GetEntity() *Domain_Guild

func (*SingleGuildRes) GetError

func (m *SingleGuildRes) GetError() *Error

func (*SingleGuildRes) Marshal

func (m *SingleGuildRes) Marshal() (dAtA []byte, err error)

func (*SingleGuildRes) MarshalTo

func (m *SingleGuildRes) MarshalTo(dAtA []byte) (int, error)

func (*SingleGuildRes) ProtoMessage

func (*SingleGuildRes) ProtoMessage()

func (*SingleGuildRes) Reset

func (m *SingleGuildRes) Reset()

func (*SingleGuildRes) Size

func (m *SingleGuildRes) Size() (n int)

func (*SingleGuildRes) String

func (m *SingleGuildRes) String() string

func (*SingleGuildRes) Unmarshal

func (m *SingleGuildRes) Unmarshal(dAtA []byte) error

func (*SingleGuildRes) Validate

func (m *SingleGuildRes) Validate() error

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

func (*SingleGuildRes) XXX_DiscardUnknown

func (m *SingleGuildRes) XXX_DiscardUnknown()

func (*SingleGuildRes) XXX_Marshal

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

func (*SingleGuildRes) XXX_Merge

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

func (*SingleGuildRes) XXX_Size

func (m *SingleGuildRes) XXX_Size() int

func (*SingleGuildRes) XXX_Unmarshal

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

type SingleGuildResValidationError

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

SingleGuildResValidationError is the validation error returned by SingleGuildRes.Validate if the designated constraints aren't met.

func (SingleGuildResValidationError) Cause

Cause function returns cause value.

func (SingleGuildResValidationError) Error

Error satisfies the builtin error interface

func (SingleGuildResValidationError) ErrorName

func (e SingleGuildResValidationError) ErrorName() string

ErrorName returns error name.

func (SingleGuildResValidationError) Field

Field function returns field value.

func (SingleGuildResValidationError) Key

Key function returns key value.

func (SingleGuildResValidationError) Reason

Reason function returns reason value.

type SingleSquadRes

type SingleSquadRes struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Entity               *Domain_Squad `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func NewPopulatedSingleSquadRes

func NewPopulatedSingleSquadRes(r randySpotigraph, easy bool) *SingleSquadRes

func (*SingleSquadRes) Descriptor

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

func (*SingleSquadRes) Equal

func (this *SingleSquadRes) Equal(that interface{}) bool

func (*SingleSquadRes) GetEntity

func (m *SingleSquadRes) GetEntity() *Domain_Squad

func (*SingleSquadRes) GetError

func (m *SingleSquadRes) GetError() *Error

func (*SingleSquadRes) Marshal

func (m *SingleSquadRes) Marshal() (dAtA []byte, err error)

func (*SingleSquadRes) MarshalTo

func (m *SingleSquadRes) MarshalTo(dAtA []byte) (int, error)

func (*SingleSquadRes) ProtoMessage

func (*SingleSquadRes) ProtoMessage()

func (*SingleSquadRes) Reset

func (m *SingleSquadRes) Reset()

func (*SingleSquadRes) Size

func (m *SingleSquadRes) Size() (n int)

func (*SingleSquadRes) String

func (m *SingleSquadRes) String() string

func (*SingleSquadRes) Unmarshal

func (m *SingleSquadRes) Unmarshal(dAtA []byte) error

func (*SingleSquadRes) Validate

func (m *SingleSquadRes) Validate() error

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

func (*SingleSquadRes) XXX_DiscardUnknown

func (m *SingleSquadRes) XXX_DiscardUnknown()

func (*SingleSquadRes) XXX_Marshal

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

func (*SingleSquadRes) XXX_Merge

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

func (*SingleSquadRes) XXX_Size

func (m *SingleSquadRes) XXX_Size() int

func (*SingleSquadRes) XXX_Unmarshal

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

type SingleSquadResValidationError

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

SingleSquadResValidationError is the validation error returned by SingleSquadRes.Validate if the designated constraints aren't met.

func (SingleSquadResValidationError) Cause

Cause function returns cause value.

func (SingleSquadResValidationError) Error

Error satisfies the builtin error interface

func (SingleSquadResValidationError) ErrorName

func (e SingleSquadResValidationError) ErrorName() string

ErrorName returns error name.

func (SingleSquadResValidationError) Field

Field function returns field value.

func (SingleSquadResValidationError) Key

Key function returns key value.

func (SingleSquadResValidationError) Reason

Reason function returns reason value.

type SingleTribeRes

type SingleTribeRes struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Entity               *Domain_Tribe `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func NewPopulatedSingleTribeRes

func NewPopulatedSingleTribeRes(r randySpotigraph, easy bool) *SingleTribeRes

func (*SingleTribeRes) Descriptor

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

func (*SingleTribeRes) Equal

func (this *SingleTribeRes) Equal(that interface{}) bool

func (*SingleTribeRes) GetEntity

func (m *SingleTribeRes) GetEntity() *Domain_Tribe

func (*SingleTribeRes) GetError

func (m *SingleTribeRes) GetError() *Error

func (*SingleTribeRes) Marshal

func (m *SingleTribeRes) Marshal() (dAtA []byte, err error)

func (*SingleTribeRes) MarshalTo

func (m *SingleTribeRes) MarshalTo(dAtA []byte) (int, error)

func (*SingleTribeRes) ProtoMessage

func (*SingleTribeRes) ProtoMessage()

func (*SingleTribeRes) Reset

func (m *SingleTribeRes) Reset()

func (*SingleTribeRes) Size

func (m *SingleTribeRes) Size() (n int)

func (*SingleTribeRes) String

func (m *SingleTribeRes) String() string

func (*SingleTribeRes) Unmarshal

func (m *SingleTribeRes) Unmarshal(dAtA []byte) error

func (*SingleTribeRes) Validate

func (m *SingleTribeRes) Validate() error

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

func (*SingleTribeRes) XXX_DiscardUnknown

func (m *SingleTribeRes) XXX_DiscardUnknown()

func (*SingleTribeRes) XXX_Marshal

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

func (*SingleTribeRes) XXX_Merge

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

func (*SingleTribeRes) XXX_Size

func (m *SingleTribeRes) XXX_Size() int

func (*SingleTribeRes) XXX_Unmarshal

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

type SingleTribeResValidationError

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

SingleTribeResValidationError is the validation error returned by SingleTribeRes.Validate if the designated constraints aren't met.

func (SingleTribeResValidationError) Cause

Cause function returns cause value.

func (SingleTribeResValidationError) Error

Error satisfies the builtin error interface

func (SingleTribeResValidationError) ErrorName

func (e SingleTribeResValidationError) ErrorName() string

ErrorName returns error name.

func (SingleTribeResValidationError) Field

Field function returns field value.

func (SingleTribeResValidationError) Key

Key function returns key value.

func (SingleTribeResValidationError) Reason

Reason function returns reason value.

type SingleUserRes

type SingleUserRes struct {
	Error                *Error       `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Entity               *Domain_User `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func NewPopulatedSingleUserRes

func NewPopulatedSingleUserRes(r randySpotigraph, easy bool) *SingleUserRes

func (*SingleUserRes) Descriptor

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

func (*SingleUserRes) Equal

func (this *SingleUserRes) Equal(that interface{}) bool

func (*SingleUserRes) GetEntity

func (m *SingleUserRes) GetEntity() *Domain_User

func (*SingleUserRes) GetError

func (m *SingleUserRes) GetError() *Error

func (*SingleUserRes) Marshal

func (m *SingleUserRes) Marshal() (dAtA []byte, err error)

func (*SingleUserRes) MarshalTo

func (m *SingleUserRes) MarshalTo(dAtA []byte) (int, error)

func (*SingleUserRes) ProtoMessage

func (*SingleUserRes) ProtoMessage()

func (*SingleUserRes) Reset

func (m *SingleUserRes) Reset()

func (*SingleUserRes) Size

func (m *SingleUserRes) Size() (n int)

func (*SingleUserRes) String

func (m *SingleUserRes) String() string

func (*SingleUserRes) Unmarshal

func (m *SingleUserRes) Unmarshal(dAtA []byte) error

func (*SingleUserRes) Validate

func (m *SingleUserRes) Validate() error

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

func (*SingleUserRes) XXX_DiscardUnknown

func (m *SingleUserRes) XXX_DiscardUnknown()

func (*SingleUserRes) XXX_Marshal

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

func (*SingleUserRes) XXX_Merge

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

func (*SingleUserRes) XXX_Size

func (m *SingleUserRes) XXX_Size() int

func (*SingleUserRes) XXX_Unmarshal

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

type SingleUserResValidationError

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

SingleUserResValidationError is the validation error returned by SingleUserRes.Validate if the designated constraints aren't met.

func (SingleUserResValidationError) Cause

Cause function returns cause value.

func (SingleUserResValidationError) Error

Error satisfies the builtin error interface

func (SingleUserResValidationError) ErrorName

func (e SingleUserResValidationError) ErrorName() string

ErrorName returns error name.

func (SingleUserResValidationError) Field

Field function returns field value.

func (SingleUserResValidationError) Key

Key function returns key value.

func (SingleUserResValidationError) Reason

Reason function returns reason value.

type SquadCreateReq

type SquadCreateReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedSquadCreateReq

func NewPopulatedSquadCreateReq(r randySpotigraph, easy bool) *SquadCreateReq

func (*SquadCreateReq) Descriptor

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

func (*SquadCreateReq) Equal

func (this *SquadCreateReq) Equal(that interface{}) bool

func (*SquadCreateReq) GetName

func (m *SquadCreateReq) GetName() string

func (*SquadCreateReq) Marshal

func (m *SquadCreateReq) Marshal() (dAtA []byte, err error)

func (*SquadCreateReq) MarshalTo

func (m *SquadCreateReq) MarshalTo(dAtA []byte) (int, error)

func (*SquadCreateReq) ProtoMessage

func (*SquadCreateReq) ProtoMessage()

func (*SquadCreateReq) Reset

func (m *SquadCreateReq) Reset()

func (*SquadCreateReq) Size

func (m *SquadCreateReq) Size() (n int)

func (*SquadCreateReq) String

func (m *SquadCreateReq) String() string

func (*SquadCreateReq) Unmarshal

func (m *SquadCreateReq) Unmarshal(dAtA []byte) error

func (*SquadCreateReq) Validate

func (m *SquadCreateReq) Validate() error

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

func (*SquadCreateReq) XXX_DiscardUnknown

func (m *SquadCreateReq) XXX_DiscardUnknown()

func (*SquadCreateReq) XXX_Marshal

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

func (*SquadCreateReq) XXX_Merge

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

func (*SquadCreateReq) XXX_Size

func (m *SquadCreateReq) XXX_Size() int

func (*SquadCreateReq) XXX_Unmarshal

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

type SquadCreateReqValidationError

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

SquadCreateReqValidationError is the validation error returned by SquadCreateReq.Validate if the designated constraints aren't met.

func (SquadCreateReqValidationError) Cause

Cause function returns cause value.

func (SquadCreateReqValidationError) Error

Error satisfies the builtin error interface

func (SquadCreateReqValidationError) ErrorName

func (e SquadCreateReqValidationError) ErrorName() string

ErrorName returns error name.

func (SquadCreateReqValidationError) Field

Field function returns field value.

func (SquadCreateReqValidationError) Key

Key function returns key value.

func (SquadCreateReqValidationError) Reason

Reason function returns reason value.

type SquadGetReq

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

func NewPopulatedSquadGetReq

func NewPopulatedSquadGetReq(r randySpotigraph, easy bool) *SquadGetReq

func (*SquadGetReq) Descriptor

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

func (*SquadGetReq) Equal

func (this *SquadGetReq) Equal(that interface{}) bool

func (*SquadGetReq) GetId

func (m *SquadGetReq) GetId() string

func (*SquadGetReq) Marshal

func (m *SquadGetReq) Marshal() (dAtA []byte, err error)

func (*SquadGetReq) MarshalTo

func (m *SquadGetReq) MarshalTo(dAtA []byte) (int, error)

func (*SquadGetReq) ProtoMessage

func (*SquadGetReq) ProtoMessage()

func (*SquadGetReq) Reset

func (m *SquadGetReq) Reset()

func (*SquadGetReq) Size

func (m *SquadGetReq) Size() (n int)

func (*SquadGetReq) String

func (m *SquadGetReq) String() string

func (*SquadGetReq) Unmarshal

func (m *SquadGetReq) Unmarshal(dAtA []byte) error

func (*SquadGetReq) Validate

func (m *SquadGetReq) Validate() error

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

func (*SquadGetReq) XXX_DiscardUnknown

func (m *SquadGetReq) XXX_DiscardUnknown()

func (*SquadGetReq) XXX_Marshal

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

func (*SquadGetReq) XXX_Merge

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

func (*SquadGetReq) XXX_Size

func (m *SquadGetReq) XXX_Size() int

func (*SquadGetReq) XXX_Unmarshal

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

type SquadGetReqValidationError

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

SquadGetReqValidationError is the validation error returned by SquadGetReq.Validate if the designated constraints aren't met.

func (SquadGetReqValidationError) Cause

Cause function returns cause value.

func (SquadGetReqValidationError) Error

Error satisfies the builtin error interface

func (SquadGetReqValidationError) ErrorName

func (e SquadGetReqValidationError) ErrorName() string

ErrorName returns error name.

func (SquadGetReqValidationError) Field

Field function returns field value.

func (SquadGetReqValidationError) Key

Key function returns key value.

func (SquadGetReqValidationError) Reason

Reason function returns reason value.

type SquadSearchReq

type SquadSearchReq struct {
	Page                 uint32             `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage              uint32             `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Sorts                []string           `protobuf:"bytes,3,rep,name=sorts,proto3" json:"sorts,omitempty"`
	SquadId              *types.StringValue `protobuf:"bytes,4,opt,name=squad_id,json=squadId,proto3" json:"squad_id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Slug                 *types.StringValue `protobuf:"bytes,6,opt,name=slug,proto3" json:"slug,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedSquadSearchReq

func NewPopulatedSquadSearchReq(r randySpotigraph, easy bool) *SquadSearchReq

func (*SquadSearchReq) Descriptor

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

func (*SquadSearchReq) Equal

func (this *SquadSearchReq) Equal(that interface{}) bool

func (*SquadSearchReq) GetName

func (m *SquadSearchReq) GetName() *types.StringValue

func (*SquadSearchReq) GetPage

func (m *SquadSearchReq) GetPage() uint32

func (*SquadSearchReq) GetPerPage

func (m *SquadSearchReq) GetPerPage() uint32

func (*SquadSearchReq) GetSlug

func (m *SquadSearchReq) GetSlug() *types.StringValue

func (*SquadSearchReq) GetSorts

func (m *SquadSearchReq) GetSorts() []string

func (*SquadSearchReq) GetSquadId

func (m *SquadSearchReq) GetSquadId() *types.StringValue

func (*SquadSearchReq) Marshal

func (m *SquadSearchReq) Marshal() (dAtA []byte, err error)

func (*SquadSearchReq) MarshalTo

func (m *SquadSearchReq) MarshalTo(dAtA []byte) (int, error)

func (*SquadSearchReq) ProtoMessage

func (*SquadSearchReq) ProtoMessage()

func (*SquadSearchReq) Reset

func (m *SquadSearchReq) Reset()

func (*SquadSearchReq) Size

func (m *SquadSearchReq) Size() (n int)

func (*SquadSearchReq) String

func (m *SquadSearchReq) String() string

func (*SquadSearchReq) Unmarshal

func (m *SquadSearchReq) Unmarshal(dAtA []byte) error

func (*SquadSearchReq) Validate

func (m *SquadSearchReq) Validate() error

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

func (*SquadSearchReq) XXX_DiscardUnknown

func (m *SquadSearchReq) XXX_DiscardUnknown()

func (*SquadSearchReq) XXX_Marshal

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

func (*SquadSearchReq) XXX_Merge

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

func (*SquadSearchReq) XXX_Size

func (m *SquadSearchReq) XXX_Size() int

func (*SquadSearchReq) XXX_Unmarshal

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

type SquadSearchReqValidationError

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

SquadSearchReqValidationError is the validation error returned by SquadSearchReq.Validate if the designated constraints aren't met.

func (SquadSearchReqValidationError) Cause

Cause function returns cause value.

func (SquadSearchReqValidationError) Error

Error satisfies the builtin error interface

func (SquadSearchReqValidationError) ErrorName

func (e SquadSearchReqValidationError) ErrorName() string

ErrorName returns error name.

func (SquadSearchReqValidationError) Field

Field function returns field value.

func (SquadSearchReqValidationError) Key

Key function returns key value.

func (SquadSearchReqValidationError) Reason

Reason function returns reason value.

type SquadUpdateReq

type SquadUpdateReq struct {
	Id                   string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedSquadUpdateReq

func NewPopulatedSquadUpdateReq(r randySpotigraph, easy bool) *SquadUpdateReq

func (*SquadUpdateReq) Descriptor

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

func (*SquadUpdateReq) Equal

func (this *SquadUpdateReq) Equal(that interface{}) bool

func (*SquadUpdateReq) GetId

func (m *SquadUpdateReq) GetId() string

func (*SquadUpdateReq) GetName

func (m *SquadUpdateReq) GetName() *types.StringValue

func (*SquadUpdateReq) Marshal

func (m *SquadUpdateReq) Marshal() (dAtA []byte, err error)

func (*SquadUpdateReq) MarshalTo

func (m *SquadUpdateReq) MarshalTo(dAtA []byte) (int, error)

func (*SquadUpdateReq) ProtoMessage

func (*SquadUpdateReq) ProtoMessage()

func (*SquadUpdateReq) Reset

func (m *SquadUpdateReq) Reset()

func (*SquadUpdateReq) Size

func (m *SquadUpdateReq) Size() (n int)

func (*SquadUpdateReq) String

func (m *SquadUpdateReq) String() string

func (*SquadUpdateReq) Unmarshal

func (m *SquadUpdateReq) Unmarshal(dAtA []byte) error

func (*SquadUpdateReq) Validate

func (m *SquadUpdateReq) Validate() error

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

func (*SquadUpdateReq) XXX_DiscardUnknown

func (m *SquadUpdateReq) XXX_DiscardUnknown()

func (*SquadUpdateReq) XXX_Marshal

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

func (*SquadUpdateReq) XXX_Merge

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

func (*SquadUpdateReq) XXX_Size

func (m *SquadUpdateReq) XXX_Size() int

func (*SquadUpdateReq) XXX_Unmarshal

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

type SquadUpdateReqValidationError

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

SquadUpdateReqValidationError is the validation error returned by SquadUpdateReq.Validate if the designated constraints aren't met.

func (SquadUpdateReqValidationError) Cause

Cause function returns cause value.

func (SquadUpdateReqValidationError) Error

Error satisfies the builtin error interface

func (SquadUpdateReqValidationError) ErrorName

func (e SquadUpdateReqValidationError) ErrorName() string

ErrorName returns error name.

func (SquadUpdateReqValidationError) Field

Field function returns field value.

func (SquadUpdateReqValidationError) Key

Key function returns key value.

func (SquadUpdateReqValidationError) Reason

Reason function returns reason value.

type TribeCreateReq

type TribeCreateReq struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedTribeCreateReq

func NewPopulatedTribeCreateReq(r randySpotigraph, easy bool) *TribeCreateReq

func (*TribeCreateReq) Descriptor

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

func (*TribeCreateReq) Equal

func (this *TribeCreateReq) Equal(that interface{}) bool

func (*TribeCreateReq) GetName

func (m *TribeCreateReq) GetName() string

func (*TribeCreateReq) Marshal

func (m *TribeCreateReq) Marshal() (dAtA []byte, err error)

func (*TribeCreateReq) MarshalTo

func (m *TribeCreateReq) MarshalTo(dAtA []byte) (int, error)

func (*TribeCreateReq) ProtoMessage

func (*TribeCreateReq) ProtoMessage()

func (*TribeCreateReq) Reset

func (m *TribeCreateReq) Reset()

func (*TribeCreateReq) Size

func (m *TribeCreateReq) Size() (n int)

func (*TribeCreateReq) String

func (m *TribeCreateReq) String() string

func (*TribeCreateReq) Unmarshal

func (m *TribeCreateReq) Unmarshal(dAtA []byte) error

func (*TribeCreateReq) Validate

func (m *TribeCreateReq) Validate() error

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

func (*TribeCreateReq) XXX_DiscardUnknown

func (m *TribeCreateReq) XXX_DiscardUnknown()

func (*TribeCreateReq) XXX_Marshal

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

func (*TribeCreateReq) XXX_Merge

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

func (*TribeCreateReq) XXX_Size

func (m *TribeCreateReq) XXX_Size() int

func (*TribeCreateReq) XXX_Unmarshal

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

type TribeCreateReqValidationError

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

TribeCreateReqValidationError is the validation error returned by TribeCreateReq.Validate if the designated constraints aren't met.

func (TribeCreateReqValidationError) Cause

Cause function returns cause value.

func (TribeCreateReqValidationError) Error

Error satisfies the builtin error interface

func (TribeCreateReqValidationError) ErrorName

func (e TribeCreateReqValidationError) ErrorName() string

ErrorName returns error name.

func (TribeCreateReqValidationError) Field

Field function returns field value.

func (TribeCreateReqValidationError) Key

Key function returns key value.

func (TribeCreateReqValidationError) Reason

Reason function returns reason value.

type TribeGetReq

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

func NewPopulatedTribeGetReq

func NewPopulatedTribeGetReq(r randySpotigraph, easy bool) *TribeGetReq

func (*TribeGetReq) Descriptor

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

func (*TribeGetReq) Equal

func (this *TribeGetReq) Equal(that interface{}) bool

func (*TribeGetReq) GetId

func (m *TribeGetReq) GetId() string

func (*TribeGetReq) Marshal

func (m *TribeGetReq) Marshal() (dAtA []byte, err error)

func (*TribeGetReq) MarshalTo

func (m *TribeGetReq) MarshalTo(dAtA []byte) (int, error)

func (*TribeGetReq) ProtoMessage

func (*TribeGetReq) ProtoMessage()

func (*TribeGetReq) Reset

func (m *TribeGetReq) Reset()

func (*TribeGetReq) Size

func (m *TribeGetReq) Size() (n int)

func (*TribeGetReq) String

func (m *TribeGetReq) String() string

func (*TribeGetReq) Unmarshal

func (m *TribeGetReq) Unmarshal(dAtA []byte) error

func (*TribeGetReq) Validate

func (m *TribeGetReq) Validate() error

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

func (*TribeGetReq) XXX_DiscardUnknown

func (m *TribeGetReq) XXX_DiscardUnknown()

func (*TribeGetReq) XXX_Marshal

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

func (*TribeGetReq) XXX_Merge

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

func (*TribeGetReq) XXX_Size

func (m *TribeGetReq) XXX_Size() int

func (*TribeGetReq) XXX_Unmarshal

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

type TribeGetReqValidationError

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

TribeGetReqValidationError is the validation error returned by TribeGetReq.Validate if the designated constraints aren't met.

func (TribeGetReqValidationError) Cause

Cause function returns cause value.

func (TribeGetReqValidationError) Error

Error satisfies the builtin error interface

func (TribeGetReqValidationError) ErrorName

func (e TribeGetReqValidationError) ErrorName() string

ErrorName returns error name.

func (TribeGetReqValidationError) Field

Field function returns field value.

func (TribeGetReqValidationError) Key

Key function returns key value.

func (TribeGetReqValidationError) Reason

Reason function returns reason value.

type TribeSearchReq

type TribeSearchReq struct {
	Page                 uint32             `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage              uint32             `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Sorts                []string           `protobuf:"bytes,3,rep,name=sorts,proto3" json:"sorts,omitempty"`
	TribeId              *types.StringValue `protobuf:"bytes,4,opt,name=tribe_id,json=tribeId,proto3" json:"tribe_id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Slug                 *types.StringValue `protobuf:"bytes,6,opt,name=slug,proto3" json:"slug,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedTribeSearchReq

func NewPopulatedTribeSearchReq(r randySpotigraph, easy bool) *TribeSearchReq

func (*TribeSearchReq) Descriptor

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

func (*TribeSearchReq) Equal

func (this *TribeSearchReq) Equal(that interface{}) bool

func (*TribeSearchReq) GetName

func (m *TribeSearchReq) GetName() *types.StringValue

func (*TribeSearchReq) GetPage

func (m *TribeSearchReq) GetPage() uint32

func (*TribeSearchReq) GetPerPage

func (m *TribeSearchReq) GetPerPage() uint32

func (*TribeSearchReq) GetSlug

func (m *TribeSearchReq) GetSlug() *types.StringValue

func (*TribeSearchReq) GetSorts

func (m *TribeSearchReq) GetSorts() []string

func (*TribeSearchReq) GetTribeId

func (m *TribeSearchReq) GetTribeId() *types.StringValue

func (*TribeSearchReq) Marshal

func (m *TribeSearchReq) Marshal() (dAtA []byte, err error)

func (*TribeSearchReq) MarshalTo

func (m *TribeSearchReq) MarshalTo(dAtA []byte) (int, error)

func (*TribeSearchReq) ProtoMessage

func (*TribeSearchReq) ProtoMessage()

func (*TribeSearchReq) Reset

func (m *TribeSearchReq) Reset()

func (*TribeSearchReq) Size

func (m *TribeSearchReq) Size() (n int)

func (*TribeSearchReq) String

func (m *TribeSearchReq) String() string

func (*TribeSearchReq) Unmarshal

func (m *TribeSearchReq) Unmarshal(dAtA []byte) error

func (*TribeSearchReq) Validate

func (m *TribeSearchReq) Validate() error

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

func (*TribeSearchReq) XXX_DiscardUnknown

func (m *TribeSearchReq) XXX_DiscardUnknown()

func (*TribeSearchReq) XXX_Marshal

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

func (*TribeSearchReq) XXX_Merge

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

func (*TribeSearchReq) XXX_Size

func (m *TribeSearchReq) XXX_Size() int

func (*TribeSearchReq) XXX_Unmarshal

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

type TribeSearchReqValidationError

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

TribeSearchReqValidationError is the validation error returned by TribeSearchReq.Validate if the designated constraints aren't met.

func (TribeSearchReqValidationError) Cause

Cause function returns cause value.

func (TribeSearchReqValidationError) Error

Error satisfies the builtin error interface

func (TribeSearchReqValidationError) ErrorName

func (e TribeSearchReqValidationError) ErrorName() string

ErrorName returns error name.

func (TribeSearchReqValidationError) Field

Field function returns field value.

func (TribeSearchReqValidationError) Key

Key function returns key value.

func (TribeSearchReqValidationError) Reason

Reason function returns reason value.

type TribeUpdateReq

type TribeUpdateReq struct {
	Id                   string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 *types.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedTribeUpdateReq

func NewPopulatedTribeUpdateReq(r randySpotigraph, easy bool) *TribeUpdateReq

func (*TribeUpdateReq) Descriptor

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

func (*TribeUpdateReq) Equal

func (this *TribeUpdateReq) Equal(that interface{}) bool

func (*TribeUpdateReq) GetId

func (m *TribeUpdateReq) GetId() string

func (*TribeUpdateReq) GetName

func (m *TribeUpdateReq) GetName() *types.StringValue

func (*TribeUpdateReq) Marshal

func (m *TribeUpdateReq) Marshal() (dAtA []byte, err error)

func (*TribeUpdateReq) MarshalTo

func (m *TribeUpdateReq) MarshalTo(dAtA []byte) (int, error)

func (*TribeUpdateReq) ProtoMessage

func (*TribeUpdateReq) ProtoMessage()

func (*TribeUpdateReq) Reset

func (m *TribeUpdateReq) Reset()

func (*TribeUpdateReq) Size

func (m *TribeUpdateReq) Size() (n int)

func (*TribeUpdateReq) String

func (m *TribeUpdateReq) String() string

func (*TribeUpdateReq) Unmarshal

func (m *TribeUpdateReq) Unmarshal(dAtA []byte) error

func (*TribeUpdateReq) Validate

func (m *TribeUpdateReq) Validate() error

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

func (*TribeUpdateReq) XXX_DiscardUnknown

func (m *TribeUpdateReq) XXX_DiscardUnknown()

func (*TribeUpdateReq) XXX_Marshal

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

func (*TribeUpdateReq) XXX_Merge

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

func (*TribeUpdateReq) XXX_Size

func (m *TribeUpdateReq) XXX_Size() int

func (*TribeUpdateReq) XXX_Unmarshal

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

type TribeUpdateReqValidationError

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

TribeUpdateReqValidationError is the validation error returned by TribeUpdateReq.Validate if the designated constraints aren't met.

func (TribeUpdateReqValidationError) Cause

Cause function returns cause value.

func (TribeUpdateReqValidationError) Error

Error satisfies the builtin error interface

func (TribeUpdateReqValidationError) ErrorName

func (e TribeUpdateReqValidationError) ErrorName() string

ErrorName returns error name.

func (TribeUpdateReqValidationError) Field

Field function returns field value.

func (TribeUpdateReqValidationError) Key

Key function returns key value.

func (TribeUpdateReqValidationError) Reason

Reason function returns reason value.

type UserCreateReq

type UserCreateReq struct {
	Principal            string   `protobuf:"bytes,1,opt,name=principal,proto3" json:"principal,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedUserCreateReq

func NewPopulatedUserCreateReq(r randySpotigraph, easy bool) *UserCreateReq

func (*UserCreateReq) Descriptor

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

func (*UserCreateReq) Equal

func (this *UserCreateReq) Equal(that interface{}) bool

func (*UserCreateReq) GetPrincipal

func (m *UserCreateReq) GetPrincipal() string

func (*UserCreateReq) Marshal

func (m *UserCreateReq) Marshal() (dAtA []byte, err error)

func (*UserCreateReq) MarshalTo

func (m *UserCreateReq) MarshalTo(dAtA []byte) (int, error)

func (*UserCreateReq) ProtoMessage

func (*UserCreateReq) ProtoMessage()

func (*UserCreateReq) Reset

func (m *UserCreateReq) Reset()

func (*UserCreateReq) Size

func (m *UserCreateReq) Size() (n int)

func (*UserCreateReq) String

func (m *UserCreateReq) String() string

func (*UserCreateReq) Unmarshal

func (m *UserCreateReq) Unmarshal(dAtA []byte) error

func (*UserCreateReq) Validate

func (m *UserCreateReq) Validate() error

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

func (*UserCreateReq) XXX_DiscardUnknown

func (m *UserCreateReq) XXX_DiscardUnknown()

func (*UserCreateReq) XXX_Marshal

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

func (*UserCreateReq) XXX_Merge

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

func (*UserCreateReq) XXX_Size

func (m *UserCreateReq) XXX_Size() int

func (*UserCreateReq) XXX_Unmarshal

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

type UserCreateReqValidationError

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

UserCreateReqValidationError is the validation error returned by UserCreateReq.Validate if the designated constraints aren't met.

func (UserCreateReqValidationError) Cause

Cause function returns cause value.

func (UserCreateReqValidationError) Error

Error satisfies the builtin error interface

func (UserCreateReqValidationError) ErrorName

func (e UserCreateReqValidationError) ErrorName() string

ErrorName returns error name.

func (UserCreateReqValidationError) Field

Field function returns field value.

func (UserCreateReqValidationError) Key

Key function returns key value.

func (UserCreateReqValidationError) Reason

Reason function returns reason value.

type UserGetReq

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

func NewPopulatedUserGetReq

func NewPopulatedUserGetReq(r randySpotigraph, easy bool) *UserGetReq

func (*UserGetReq) Descriptor

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

func (*UserGetReq) Equal

func (this *UserGetReq) Equal(that interface{}) bool

func (*UserGetReq) GetId

func (m *UserGetReq) GetId() string

func (*UserGetReq) Marshal

func (m *UserGetReq) Marshal() (dAtA []byte, err error)

func (*UserGetReq) MarshalTo

func (m *UserGetReq) MarshalTo(dAtA []byte) (int, error)

func (*UserGetReq) ProtoMessage

func (*UserGetReq) ProtoMessage()

func (*UserGetReq) Reset

func (m *UserGetReq) Reset()

func (*UserGetReq) Size

func (m *UserGetReq) Size() (n int)

func (*UserGetReq) String

func (m *UserGetReq) String() string

func (*UserGetReq) Unmarshal

func (m *UserGetReq) Unmarshal(dAtA []byte) error

func (*UserGetReq) Validate

func (m *UserGetReq) Validate() error

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

func (*UserGetReq) XXX_DiscardUnknown

func (m *UserGetReq) XXX_DiscardUnknown()

func (*UserGetReq) XXX_Marshal

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

func (*UserGetReq) XXX_Merge

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

func (*UserGetReq) XXX_Size

func (m *UserGetReq) XXX_Size() int

func (*UserGetReq) XXX_Unmarshal

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

type UserGetReqValidationError

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

UserGetReqValidationError is the validation error returned by UserGetReq.Validate if the designated constraints aren't met.

func (UserGetReqValidationError) Cause

func (e UserGetReqValidationError) Cause() error

Cause function returns cause value.

func (UserGetReqValidationError) Error

Error satisfies the builtin error interface

func (UserGetReqValidationError) ErrorName

func (e UserGetReqValidationError) ErrorName() string

ErrorName returns error name.

func (UserGetReqValidationError) Field

Field function returns field value.

func (UserGetReqValidationError) Key

Key function returns key value.

func (UserGetReqValidationError) Reason

func (e UserGetReqValidationError) Reason() string

Reason function returns reason value.

type UserSearchReq

type UserSearchReq struct {
	Page                 uint32             `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage              uint32             `protobuf:"varint,2,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	Sorts                []string           `protobuf:"bytes,3,rep,name=sorts,proto3" json:"sorts,omitempty"`
	UserId               *types.StringValue `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Principal            *types.StringValue `protobuf:"bytes,5,opt,name=principal,proto3" json:"principal,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedUserSearchReq

func NewPopulatedUserSearchReq(r randySpotigraph, easy bool) *UserSearchReq

func (*UserSearchReq) Descriptor

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

func (*UserSearchReq) Equal

func (this *UserSearchReq) Equal(that interface{}) bool

func (*UserSearchReq) GetPage

func (m *UserSearchReq) GetPage() uint32

func (*UserSearchReq) GetPerPage

func (m *UserSearchReq) GetPerPage() uint32

func (*UserSearchReq) GetPrincipal

func (m *UserSearchReq) GetPrincipal() *types.StringValue

func (*UserSearchReq) GetSorts

func (m *UserSearchReq) GetSorts() []string

func (*UserSearchReq) GetUserId

func (m *UserSearchReq) GetUserId() *types.StringValue

func (*UserSearchReq) Marshal

func (m *UserSearchReq) Marshal() (dAtA []byte, err error)

func (*UserSearchReq) MarshalTo

func (m *UserSearchReq) MarshalTo(dAtA []byte) (int, error)

func (*UserSearchReq) ProtoMessage

func (*UserSearchReq) ProtoMessage()

func (*UserSearchReq) Reset

func (m *UserSearchReq) Reset()

func (*UserSearchReq) Size

func (m *UserSearchReq) Size() (n int)

func (*UserSearchReq) String

func (m *UserSearchReq) String() string

func (*UserSearchReq) Unmarshal

func (m *UserSearchReq) Unmarshal(dAtA []byte) error

func (*UserSearchReq) Validate

func (m *UserSearchReq) Validate() error

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

func (*UserSearchReq) XXX_DiscardUnknown

func (m *UserSearchReq) XXX_DiscardUnknown()

func (*UserSearchReq) XXX_Marshal

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

func (*UserSearchReq) XXX_Merge

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

func (*UserSearchReq) XXX_Size

func (m *UserSearchReq) XXX_Size() int

func (*UserSearchReq) XXX_Unmarshal

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

type UserSearchReqValidationError

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

UserSearchReqValidationError is the validation error returned by UserSearchReq.Validate if the designated constraints aren't met.

func (UserSearchReqValidationError) Cause

Cause function returns cause value.

func (UserSearchReqValidationError) Error

Error satisfies the builtin error interface

func (UserSearchReqValidationError) ErrorName

func (e UserSearchReqValidationError) ErrorName() string

ErrorName returns error name.

func (UserSearchReqValidationError) Field

Field function returns field value.

func (UserSearchReqValidationError) Key

Key function returns key value.

func (UserSearchReqValidationError) Reason

Reason function returns reason value.

type UserUpdateReq

type UserUpdateReq struct {
	Id                   string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Principal            *types.StringValue `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func NewPopulatedUserUpdateReq

func NewPopulatedUserUpdateReq(r randySpotigraph, easy bool) *UserUpdateReq

func (*UserUpdateReq) Descriptor

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

func (*UserUpdateReq) Equal

func (this *UserUpdateReq) Equal(that interface{}) bool

func (*UserUpdateReq) GetId

func (m *UserUpdateReq) GetId() string

func (*UserUpdateReq) GetPrincipal

func (m *UserUpdateReq) GetPrincipal() *types.StringValue

func (*UserUpdateReq) Marshal

func (m *UserUpdateReq) Marshal() (dAtA []byte, err error)

func (*UserUpdateReq) MarshalTo

func (m *UserUpdateReq) MarshalTo(dAtA []byte) (int, error)

func (*UserUpdateReq) ProtoMessage

func (*UserUpdateReq) ProtoMessage()

func (*UserUpdateReq) Reset

func (m *UserUpdateReq) Reset()

func (*UserUpdateReq) Size

func (m *UserUpdateReq) Size() (n int)

func (*UserUpdateReq) String

func (m *UserUpdateReq) String() string

func (*UserUpdateReq) Unmarshal

func (m *UserUpdateReq) Unmarshal(dAtA []byte) error

func (*UserUpdateReq) Validate

func (m *UserUpdateReq) Validate() error

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

func (*UserUpdateReq) XXX_DiscardUnknown

func (m *UserUpdateReq) XXX_DiscardUnknown()

func (*UserUpdateReq) XXX_Marshal

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

func (*UserUpdateReq) XXX_Merge

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

func (*UserUpdateReq) XXX_Size

func (m *UserUpdateReq) XXX_Size() int

func (*UserUpdateReq) XXX_Unmarshal

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

type UserUpdateReqValidationError

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

UserUpdateReqValidationError is the validation error returned by UserUpdateReq.Validate if the designated constraints aren't met.

func (UserUpdateReqValidationError) Cause

Cause function returns cause value.

func (UserUpdateReqValidationError) Error

Error satisfies the builtin error interface

func (UserUpdateReqValidationError) ErrorName

func (e UserUpdateReqValidationError) ErrorName() string

ErrorName returns error name.

func (UserUpdateReqValidationError) Field

Field function returns field value.

func (UserUpdateReqValidationError) Key

Key function returns key value.

func (UserUpdateReqValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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