proto

package
v0.0.0-...-c52fe67 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2020 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GetByFilterRequestSortType_name = map[int32]string{
		0: "NONE",
		1: "RELEASE_DATE",
		2: "PURCHASES_COUNT",
		3: "TITLE",
	}
	GetByFilterRequestSortType_value = map[string]int32{
		"NONE":            0,
		"RELEASE_DATE":    1,
		"PURCHASES_COUNT": 2,
		"TITLE":           3,
	}
)

Enum value maps for GetByFilterRequestSortType.

View Source
var (
	UserInfoResponse_Status_name = map[int32]string{
		0: "NONE",
		1: "IN_PROGRESS",
		2: "READY",
	}
	UserInfoResponse_Status_value = map[string]int32{
		"NONE":        0,
		"IN_PROGRESS": 1,
		"READY":       2,
	}
)

Enum value maps for UserInfoResponse_Status.

View Source
var File_document_proto protoreflect.FileDescriptor
View Source
var File_localization_language_proto protoreflect.FileDescriptor
View Source
var File_payment_proto protoreflect.FileDescriptor
View Source
var File_posts_proto protoreflect.FileDescriptor
View Source
var File_storefront_proto protoreflect.FileDescriptor

Functions

func RegisterDocumentServiceServer

func RegisterDocumentServiceServer(s *grpc.Server, srv DocumentServiceServer)

func RegisterGameServiceServer

func RegisterGameServiceServer(s *grpc.Server, srv GameServiceServer)

func RegisterLocalizationLanguageServiceServer

func RegisterLocalizationLanguageServiceServer(s *grpc.Server, srv LocalizationLanguageServiceServer)

func RegisterPaymentServiceServer

func RegisterPaymentServiceServer(s *grpc.Server, srv PaymentServiceServer)

func RegisterPostServiceServer

func RegisterPostServiceServer(s *grpc.Server, srv PostServiceServer)

func RegisterStorefrontServiceServer

func RegisterStorefrontServiceServer(s *grpc.Server, srv StorefrontServiceServer)

func RegisterUserServiceServer

func RegisterUserServiceServer(s *grpc.Server, srv UserServiceServer)

Types

type ActivateDocumentRequest

type ActivateDocumentRequest struct {
	ID uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateDocumentRequest) Descriptor deprecated

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

Deprecated: Use ActivateDocumentRequest.ProtoReflect.Descriptor instead.

func (*ActivateDocumentRequest) GetID

func (x *ActivateDocumentRequest) GetID() uint64

func (*ActivateDocumentRequest) ProtoMessage

func (*ActivateDocumentRequest) ProtoMessage()

func (*ActivateDocumentRequest) ProtoReflect

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

func (*ActivateDocumentRequest) Reset

func (x *ActivateDocumentRequest) Reset()

func (*ActivateDocumentRequest) String

func (x *ActivateDocumentRequest) String() string

type ActivateStorefrontRequest

type ActivateStorefrontRequest struct {
	ID uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateStorefrontRequest) Descriptor deprecated

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

Deprecated: Use ActivateStorefrontRequest.ProtoReflect.Descriptor instead.

func (*ActivateStorefrontRequest) GetID

func (x *ActivateStorefrontRequest) GetID() uint64

func (*ActivateStorefrontRequest) ProtoMessage

func (*ActivateStorefrontRequest) ProtoMessage()

func (*ActivateStorefrontRequest) ProtoReflect

func (*ActivateStorefrontRequest) Reset

func (x *ActivateStorefrontRequest) Reset()

func (*ActivateStorefrontRequest) String

func (x *ActivateStorefrontRequest) String() string

type CreateStorefrontRequest

type CreateStorefrontRequest struct {
	Name   string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Blocks []*StorefrontBlock `protobuf:"bytes,2,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateStorefrontRequest) Descriptor deprecated

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

Deprecated: Use CreateStorefrontRequest.ProtoReflect.Descriptor instead.

func (*CreateStorefrontRequest) GetBlocks

func (x *CreateStorefrontRequest) GetBlocks() []*StorefrontBlock

func (*CreateStorefrontRequest) GetName

func (x *CreateStorefrontRequest) GetName() string

func (*CreateStorefrontRequest) ProtoMessage

func (*CreateStorefrontRequest) ProtoMessage()

func (*CreateStorefrontRequest) ProtoReflect

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

func (*CreateStorefrontRequest) Reset

func (x *CreateStorefrontRequest) Reset()

func (*CreateStorefrontRequest) String

func (x *CreateStorefrontRequest) String() string

type DeleteStorefrontRequest

type DeleteStorefrontRequest struct {
	ID uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteStorefrontRequest) Descriptor deprecated

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

Deprecated: Use DeleteStorefrontRequest.ProtoReflect.Descriptor instead.

func (*DeleteStorefrontRequest) GetID

func (x *DeleteStorefrontRequest) GetID() uint64

func (*DeleteStorefrontRequest) ProtoMessage

func (*DeleteStorefrontRequest) ProtoMessage()

func (*DeleteStorefrontRequest) ProtoReflect

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

func (*DeleteStorefrontRequest) Reset

func (x *DeleteStorefrontRequest) Reset()

func (*DeleteStorefrontRequest) String

func (x *DeleteStorefrontRequest) String() string

type Document

type Document struct {
	ID          uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Title       string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Text        string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	Reason      string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
	Type        string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Language    string `protobuf:"bytes,6,opt,name=language,proto3" json:"language,omitempty"`
	Version     string `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	CreatedBy   string `protobuf:"bytes,8,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	CreatedAt   string `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	ActivatedBy string `protobuf:"bytes,10,opt,name=activatedBy,proto3" json:"activatedBy,omitempty"`
	ActivatedAt string `protobuf:"bytes,11,opt,name=activatedAt,proto3" json:"activatedAt,omitempty"`
	UpdatedAt   string `protobuf:"bytes,12,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Document) Descriptor deprecated

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

Deprecated: Use Document.ProtoReflect.Descriptor instead.

func (*Document) GetActivatedAt

func (x *Document) GetActivatedAt() string

func (*Document) GetActivatedBy

func (x *Document) GetActivatedBy() string

func (*Document) GetCreatedAt

func (x *Document) GetCreatedAt() string

func (*Document) GetCreatedBy

func (x *Document) GetCreatedBy() string

func (*Document) GetID

func (x *Document) GetID() uint64

func (*Document) GetLanguage

func (x *Document) GetLanguage() string

func (*Document) GetReason

func (x *Document) GetReason() string

func (*Document) GetText

func (x *Document) GetText() string

func (*Document) GetTitle

func (x *Document) GetTitle() string

func (*Document) GetType

func (x *Document) GetType() string

func (*Document) GetUpdatedAt

func (x *Document) GetUpdatedAt() string

func (*Document) GetVersion

func (x *Document) GetVersion() string

func (*Document) ProtoMessage

func (*Document) ProtoMessage()

func (*Document) ProtoReflect

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

func (*Document) Reset

func (x *Document) Reset()

func (*Document) String

func (x *Document) String() string

type DocumentResponse

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

func (*DocumentResponse) Descriptor deprecated

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

Deprecated: Use DocumentResponse.ProtoReflect.Descriptor instead.

func (*DocumentResponse) GetDocument

func (x *DocumentResponse) GetDocument() *Document

func (*DocumentResponse) ProtoMessage

func (*DocumentResponse) ProtoMessage()

func (*DocumentResponse) ProtoReflect

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

func (*DocumentResponse) Reset

func (x *DocumentResponse) Reset()

func (*DocumentResponse) String

func (x *DocumentResponse) String() string

type DocumentServiceClient

DocumentServiceClient is the client API for DocumentService service.

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

type DocumentSignature

type DocumentSignature struct {
	ID         uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	DocumentID uint64 `protobuf:"varint,2,opt,name=documentID,proto3" json:"documentID,omitempty"`
	UserID     string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"`
	CreatedAt  string `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentSignature) Descriptor deprecated

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

Deprecated: Use DocumentSignature.ProtoReflect.Descriptor instead.

func (*DocumentSignature) GetCreatedAt

func (x *DocumentSignature) GetCreatedAt() string

func (*DocumentSignature) GetDocumentID

func (x *DocumentSignature) GetDocumentID() uint64

func (*DocumentSignature) GetID

func (x *DocumentSignature) GetID() uint64

func (*DocumentSignature) GetUserID

func (x *DocumentSignature) GetUserID() string

func (*DocumentSignature) ProtoMessage

func (*DocumentSignature) ProtoMessage()

func (*DocumentSignature) ProtoReflect

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

func (*DocumentSignature) Reset

func (x *DocumentSignature) Reset()

func (*DocumentSignature) String

func (x *DocumentSignature) String() string

type DocumentsResponse

type DocumentsResponse struct {
	Documents []*Document `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentsResponse) Descriptor deprecated

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

Deprecated: Use DocumentsResponse.ProtoReflect.Descriptor instead.

func (*DocumentsResponse) GetDocuments

func (x *DocumentsResponse) GetDocuments() []*Document

func (*DocumentsResponse) ProtoMessage

func (*DocumentsResponse) ProtoMessage()

func (*DocumentsResponse) ProtoReflect

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

func (*DocumentsResponse) Reset

func (x *DocumentsResponse) Reset()

func (*DocumentsResponse) String

func (x *DocumentsResponse) String() string

type Feature

type Feature struct {
	ID   uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Icon string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*Feature) Descriptor deprecated

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

Deprecated: Use Feature.ProtoReflect.Descriptor instead.

func (*Feature) GetID

func (x *Feature) GetID() uint64

func (*Feature) GetIcon

func (x *Feature) GetIcon() string

func (*Feature) GetName

func (x *Feature) GetName() string

func (*Feature) ProtoMessage

func (*Feature) ProtoMessage()

func (*Feature) ProtoReflect

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

func (*Feature) Reset

func (x *Feature) Reset()

func (*Feature) String

func (x *Feature) String() string

type FeaturesResponse

type FeaturesResponse struct {
	Features []*Feature `protobuf:"bytes,1,rep,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*FeaturesResponse) Descriptor deprecated

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

Deprecated: Use FeaturesResponse.ProtoReflect.Descriptor instead.

func (*FeaturesResponse) GetFeatures

func (x *FeaturesResponse) GetFeatures() []*Feature

func (*FeaturesResponse) ProtoMessage

func (*FeaturesResponse) ProtoMessage()

func (*FeaturesResponse) ProtoReflect

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

func (*FeaturesResponse) Reset

func (x *FeaturesResponse) Reset()

func (*FeaturesResponse) String

func (x *FeaturesResponse) String() string

type Game

type Game struct {
	ID                 string                `protobuf:"bytes,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Title              string                `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Type               string                `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	RevisionID         uint64                `protobuf:"varint,4,opt,name=revisionID,proto3" json:"revisionID,omitempty"`
	Summary            string                `protobuf:"bytes,5,opt,name=summary,proto3" json:"summary,omitempty"`
	Description        string                `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Slug               string                `protobuf:"bytes,7,opt,name=slug,proto3" json:"slug,omitempty"`
	License            string                `protobuf:"bytes,8,opt,name=license,proto3" json:"license,omitempty"`
	Publishers         string                `protobuf:"bytes,9,opt,name=publishers,proto3" json:"publishers,omitempty"`
	Developers         string                `protobuf:"bytes,10,opt,name=developers,proto3" json:"developers,omitempty"`
	Platforms          []string              `protobuf:"bytes,11,rep,name=platforms,proto3" json:"platforms,omitempty"`
	Tags               []*Tag                `protobuf:"bytes,12,rep,name=tags,proto3" json:"tags,omitempty"`
	Features           []*Feature            `protobuf:"bytes,13,rep,name=features,proto3" json:"features,omitempty"`
	Genres             []*Genre              `protobuf:"bytes,14,rep,name=genres,proto3" json:"genres,omitempty"`
	SystemRequirements []*SystemRequirements `protobuf:"bytes,15,rep,name=systemRequirements,proto3" json:"systemRequirements,omitempty"`
	Localizations      []*Localization       `protobuf:"bytes,16,rep,name=localizations,proto3" json:"localizations,omitempty"`
	Trailers           []string              `protobuf:"bytes,17,rep,name=trailers,proto3" json:"trailers,omitempty"`
	SocialLinks        []*SocialLink         `protobuf:"bytes,18,rep,name=socialLinks,proto3" json:"socialLinks,omitempty"`
	Rating             []*Rating             `protobuf:"bytes,19,rep,name=rating,proto3" json:"rating,omitempty"`
	Media              []*Media              `protobuf:"bytes,20,rep,name=media,proto3" json:"media,omitempty"`
	Reviews            []*Review             `protobuf:"bytes,21,rep,name=reviews,proto3" json:"reviews,omitempty"`
	PlayTime           uint32                `protobuf:"varint,22,opt,name=playTime,proto3" json:"playTime,omitempty"`
	ReleaseDate        string                `protobuf:"bytes,23,opt,name=releaseDate,proto3" json:"releaseDate,omitempty"`
	Price              *Price                `protobuf:"bytes,24,opt,name=price,proto3" json:"price,omitempty"`
	ApplicationID      string                `protobuf:"bytes,25,opt,name=applicationID,proto3" json:"applicationID,omitempty"`
	ShowAgeRestrict    bool                  `protobuf:"varint,26,opt,name=showAgeRestrict,proto3" json:"showAgeRestrict,omitempty"`
	AgeRestrictYears   uint32                `protobuf:"varint,27,opt,name=ageRestrictYears,proto3" json:"ageRestrictYears,omitempty"`
	// contains filtered or unexported fields
}

func (*Game) Descriptor deprecated

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

Deprecated: Use Game.ProtoReflect.Descriptor instead.

func (*Game) GetAgeRestrictYears

func (x *Game) GetAgeRestrictYears() uint32

func (*Game) GetApplicationID

func (x *Game) GetApplicationID() string

func (*Game) GetDescription

func (x *Game) GetDescription() string

func (*Game) GetDevelopers

func (x *Game) GetDevelopers() string

func (*Game) GetFeatures

func (x *Game) GetFeatures() []*Feature

func (*Game) GetGenres

func (x *Game) GetGenres() []*Genre

func (*Game) GetID

func (x *Game) GetID() string

func (*Game) GetLicense

func (x *Game) GetLicense() string

func (*Game) GetLocalizations

func (x *Game) GetLocalizations() []*Localization

func (*Game) GetMedia

func (x *Game) GetMedia() []*Media

func (*Game) GetPlatforms

func (x *Game) GetPlatforms() []string

func (*Game) GetPlayTime

func (x *Game) GetPlayTime() uint32

func (*Game) GetPrice

func (x *Game) GetPrice() *Price

func (*Game) GetPublishers

func (x *Game) GetPublishers() string

func (*Game) GetRating

func (x *Game) GetRating() []*Rating

func (*Game) GetReleaseDate

func (x *Game) GetReleaseDate() string

func (*Game) GetReviews

func (x *Game) GetReviews() []*Review

func (*Game) GetRevisionID

func (x *Game) GetRevisionID() uint64

func (*Game) GetShowAgeRestrict

func (x *Game) GetShowAgeRestrict() bool

func (*Game) GetSlug

func (x *Game) GetSlug() string
func (x *Game) GetSocialLinks() []*SocialLink

func (*Game) GetSummary

func (x *Game) GetSummary() string

func (*Game) GetSystemRequirements

func (x *Game) GetSystemRequirements() []*SystemRequirements

func (*Game) GetTags

func (x *Game) GetTags() []*Tag

func (*Game) GetTitle

func (x *Game) GetTitle() string

func (*Game) GetTrailers

func (x *Game) GetTrailers() []string

func (*Game) GetType

func (x *Game) GetType() string

func (*Game) ProtoMessage

func (*Game) ProtoMessage()

func (*Game) ProtoReflect

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

func (*Game) Reset

func (x *Game) Reset()

func (*Game) String

func (x *Game) String() string

type GameResponse

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

func (*GameResponse) Descriptor deprecated

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

Deprecated: Use GameResponse.ProtoReflect.Descriptor instead.

func (*GameResponse) GetGame

func (x *GameResponse) GetGame() *Game

func (*GameResponse) ProtoMessage

func (*GameResponse) ProtoMessage()

func (*GameResponse) ProtoReflect

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

func (*GameResponse) Reset

func (x *GameResponse) Reset()

func (*GameResponse) String

func (x *GameResponse) String() string

type GameServiceClient

type GameServiceClient interface {
	// GetBySlug returns latest published game by slug
	GetBySlug(ctx context.Context, in *GetBySlugRequest, opts ...grpc.CallOption) (*GameResponse, error)
	// GetByID returns latest published game by slug
	GetByID(ctx context.Context, in *GetByIDRequest, opts ...grpc.CallOption) (*GameResponse, error)
	// GetByFilter returns latest published games by filter
	GetByFilter(ctx context.Context, in *GetByFilterRequest, opts ...grpc.CallOption) (*GamesResponse, error)
	// GetFeatures returns list of all features
	GetFeatures(ctx context.Context, in *GetFeaturesRequest, opts ...grpc.CallOption) (*FeaturesResponse, error)
	// GetGenres returns list of all genres
	GetGenres(ctx context.Context, in *GetGenresRequest, opts ...grpc.CallOption) (*GenresResponse, error)
	// GetForSiteMap returns list of all games for generation sitemap
	GetShortByFilter(ctx context.Context, in *GetShortByFilterRequest, opts ...grpc.CallOption) (*GetShortByFilterResponse, error)
}

GameServiceClient is the client API for GameService service.

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

type GameServiceServer

type GameServiceServer interface {
	// GetBySlug returns latest published game by slug
	GetBySlug(context.Context, *GetBySlugRequest) (*GameResponse, error)
	// GetByID returns latest published game by slug
	GetByID(context.Context, *GetByIDRequest) (*GameResponse, error)
	// GetByFilter returns latest published games by filter
	GetByFilter(context.Context, *GetByFilterRequest) (*GamesResponse, error)
	// GetFeatures returns list of all features
	GetFeatures(context.Context, *GetFeaturesRequest) (*FeaturesResponse, error)
	// GetGenres returns list of all genres
	GetGenres(context.Context, *GetGenresRequest) (*GenresResponse, error)
	// GetForSiteMap returns list of all games for generation sitemap
	GetShortByFilter(context.Context, *GetShortByFilterRequest) (*GetShortByFilterResponse, error)
}

GameServiceServer is the server API for GameService service.

type GamesResponse

type GamesResponse struct {
	Games []*Game `protobuf:"bytes,1,rep,name=games,proto3" json:"games,omitempty"`
	// contains filtered or unexported fields
}

func (*GamesResponse) Descriptor deprecated

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

Deprecated: Use GamesResponse.ProtoReflect.Descriptor instead.

func (*GamesResponse) GetGames

func (x *GamesResponse) GetGames() []*Game

func (*GamesResponse) ProtoMessage

func (*GamesResponse) ProtoMessage()

func (*GamesResponse) ProtoReflect

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

func (*GamesResponse) Reset

func (x *GamesResponse) Reset()

func (*GamesResponse) String

func (x *GamesResponse) String() string

type Genre

type Genre struct {
	ID   uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Genre) Descriptor deprecated

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

Deprecated: Use Genre.ProtoReflect.Descriptor instead.

func (*Genre) GetID

func (x *Genre) GetID() uint64

func (*Genre) GetName

func (x *Genre) GetName() string

func (*Genre) ProtoMessage

func (*Genre) ProtoMessage()

func (*Genre) ProtoReflect

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

func (*Genre) Reset

func (x *Genre) Reset()

func (*Genre) String

func (x *Genre) String() string

type GenresResponse

type GenresResponse struct {
	Genres []*Genre `protobuf:"bytes,1,rep,name=genres,proto3" json:"genres,omitempty"`
	// contains filtered or unexported fields
}

func (*GenresResponse) Descriptor deprecated

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

Deprecated: Use GenresResponse.ProtoReflect.Descriptor instead.

func (*GenresResponse) GetGenres

func (x *GenresResponse) GetGenres() []*Genre

func (*GenresResponse) ProtoMessage

func (*GenresResponse) ProtoMessage()

func (*GenresResponse) ProtoReflect

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

func (*GenresResponse) Reset

func (x *GenresResponse) Reset()

func (*GenresResponse) String

func (x *GenresResponse) String() string

type GetAvailableResponse

type GetAvailableResponse struct {
	LocalizationLanguages []*LocalizationLanguage `protobuf:"bytes,1,rep,name=LocalizationLanguages,json=localizationLanguages,proto3" json:"LocalizationLanguages,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvailableResponse) Descriptor deprecated

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

Deprecated: Use GetAvailableResponse.ProtoReflect.Descriptor instead.

func (*GetAvailableResponse) GetLocalizationLanguages

func (x *GetAvailableResponse) GetLocalizationLanguages() []*LocalizationLanguage

func (*GetAvailableResponse) ProtoMessage

func (*GetAvailableResponse) ProtoMessage()

func (*GetAvailableResponse) ProtoReflect

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

func (*GetAvailableResponse) Reset

func (x *GetAvailableResponse) Reset()

func (*GetAvailableResponse) String

func (x *GetAvailableResponse) String() string

type GetByFilterRequest

type GetByFilterRequest struct {
	Genres           []uint64                   `protobuf:"varint,1,rep,packed,name=genres,proto3" json:"genres,omitempty"`
	Platforms        []string                   `protobuf:"bytes,2,rep,name=platforms,proto3" json:"platforms,omitempty"`
	Features         []uint64                   `protobuf:"varint,3,rep,packed,name=features,proto3" json:"features,omitempty"`
	Languages        []string                   `protobuf:"bytes,4,rep,name=languages,proto3" json:"languages,omitempty"`
	Title            string                     `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	OnlyPublished    bool                       `protobuf:"varint,6,opt,name=onlyPublished,proto3" json:"onlyPublished,omitempty"`
	Offset           uint32                     `protobuf:"varint,7,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit            uint32                     `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"`
	Language         string                     `protobuf:"bytes,9,opt,name=language,proto3" json:"language,omitempty"`
	ParentSlug       string                     `protobuf:"bytes,10,opt,name=parentSlug,proto3" json:"parentSlug,omitempty"`
	Sort             GetByFilterRequestSortType `protobuf:"varint,11,opt,name=sort,proto3,enum=proto.GetByFilterRequestSortType" json:"sort,omitempty"`
	RegionCurrencyID int64                      `protobuf:"varint,12,opt,name=regionCurrencyID,proto3" json:"regionCurrencyID,omitempty"`
	OnlyUserGames    string                     `protobuf:"bytes,13,opt,name=onlyUserGames,proto3" json:"onlyUserGames,omitempty"`
	// contains filtered or unexported fields
}

func (*GetByFilterRequest) Descriptor deprecated

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

Deprecated: Use GetByFilterRequest.ProtoReflect.Descriptor instead.

func (*GetByFilterRequest) GetFeatures

func (x *GetByFilterRequest) GetFeatures() []uint64

func (*GetByFilterRequest) GetGenres

func (x *GetByFilterRequest) GetGenres() []uint64

func (*GetByFilterRequest) GetLanguage

func (x *GetByFilterRequest) GetLanguage() string

func (*GetByFilterRequest) GetLanguages

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

func (*GetByFilterRequest) GetLimit

func (x *GetByFilterRequest) GetLimit() uint32

func (*GetByFilterRequest) GetOffset

func (x *GetByFilterRequest) GetOffset() uint32

func (*GetByFilterRequest) GetOnlyPublished

func (x *GetByFilterRequest) GetOnlyPublished() bool

func (*GetByFilterRequest) GetOnlyUserGames

func (x *GetByFilterRequest) GetOnlyUserGames() string

func (*GetByFilterRequest) GetParentSlug

func (x *GetByFilterRequest) GetParentSlug() string

func (*GetByFilterRequest) GetPlatforms

func (x *GetByFilterRequest) GetPlatforms() []string

func (*GetByFilterRequest) GetRegionCurrencyID

func (x *GetByFilterRequest) GetRegionCurrencyID() int64

func (*GetByFilterRequest) GetSort

func (*GetByFilterRequest) GetTitle

func (x *GetByFilterRequest) GetTitle() string

func (*GetByFilterRequest) ProtoMessage

func (*GetByFilterRequest) ProtoMessage()

func (*GetByFilterRequest) ProtoReflect

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

func (*GetByFilterRequest) Reset

func (x *GetByFilterRequest) Reset()

func (*GetByFilterRequest) String

func (x *GetByFilterRequest) String() string

type GetByFilterRequestSortType

type GetByFilterRequestSortType int32
const (
	GetByFilterRequest_NONE            GetByFilterRequestSortType = 0
	GetByFilterRequest_RELEASE_DATE    GetByFilterRequestSortType = 1
	GetByFilterRequest_PURCHASES_COUNT GetByFilterRequestSortType = 2
	GetByFilterRequest_TITLE           GetByFilterRequestSortType = 3
)

func (GetByFilterRequestSortType) Descriptor

func (GetByFilterRequestSortType) Enum

func (GetByFilterRequestSortType) EnumDescriptor deprecated

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

Deprecated: Use GetByFilterRequestSortType.Descriptor instead.

func (GetByFilterRequestSortType) Number

func (GetByFilterRequestSortType) String

func (GetByFilterRequestSortType) Type

type GetByIDRequest

type GetByIDRequest struct {
	GameID           string `protobuf:"bytes,1,opt,name=gameID,proto3" json:"gameID,omitempty"`
	Language         string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	RegionCurrencyID int64  `protobuf:"varint,3,opt,name=regionCurrencyID,proto3" json:"regionCurrencyID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetByIDRequest) Descriptor deprecated

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

Deprecated: Use GetByIDRequest.ProtoReflect.Descriptor instead.

func (*GetByIDRequest) GetGameID

func (x *GetByIDRequest) GetGameID() string

func (*GetByIDRequest) GetLanguage

func (x *GetByIDRequest) GetLanguage() string

func (*GetByIDRequest) GetRegionCurrencyID

func (x *GetByIDRequest) GetRegionCurrencyID() int64

func (*GetByIDRequest) ProtoMessage

func (*GetByIDRequest) ProtoMessage()

func (*GetByIDRequest) ProtoReflect

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

func (*GetByIDRequest) Reset

func (x *GetByIDRequest) Reset()

func (*GetByIDRequest) String

func (x *GetByIDRequest) String() string

type GetByIDStorefrontRequest

type GetByIDStorefrontRequest struct {
	ID uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetByIDStorefrontRequest) Descriptor deprecated

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

Deprecated: Use GetByIDStorefrontRequest.ProtoReflect.Descriptor instead.

func (*GetByIDStorefrontRequest) GetID

func (x *GetByIDStorefrontRequest) GetID() uint64

func (*GetByIDStorefrontRequest) ProtoMessage

func (*GetByIDStorefrontRequest) ProtoMessage()

func (*GetByIDStorefrontRequest) ProtoReflect

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

func (*GetByIDStorefrontRequest) Reset

func (x *GetByIDStorefrontRequest) Reset()

func (*GetByIDStorefrontRequest) String

func (x *GetByIDStorefrontRequest) String() string

type GetBySlugRequest

type GetBySlugRequest struct {
	Slug             string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"`
	Language         string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	RegionCurrencyID int64  `protobuf:"varint,3,opt,name=regionCurrencyID,proto3" json:"regionCurrencyID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBySlugRequest) Descriptor deprecated

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

Deprecated: Use GetBySlugRequest.ProtoReflect.Descriptor instead.

func (*GetBySlugRequest) GetLanguage

func (x *GetBySlugRequest) GetLanguage() string

func (*GetBySlugRequest) GetRegionCurrencyID

func (x *GetBySlugRequest) GetRegionCurrencyID() int64

func (*GetBySlugRequest) GetSlug

func (x *GetBySlugRequest) GetSlug() string

func (*GetBySlugRequest) ProtoMessage

func (*GetBySlugRequest) ProtoMessage()

func (*GetBySlugRequest) ProtoReflect

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

func (*GetBySlugRequest) Reset

func (x *GetBySlugRequest) Reset()

func (*GetBySlugRequest) String

func (x *GetBySlugRequest) String() string

type GetDocumentByIDRequest

type GetDocumentByIDRequest struct {
	ID uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDocumentByIDRequest) Descriptor deprecated

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

Deprecated: Use GetDocumentByIDRequest.ProtoReflect.Descriptor instead.

func (*GetDocumentByIDRequest) GetID

func (x *GetDocumentByIDRequest) GetID() uint64

func (*GetDocumentByIDRequest) ProtoMessage

func (*GetDocumentByIDRequest) ProtoMessage()

func (*GetDocumentByIDRequest) ProtoReflect

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

func (*GetDocumentByIDRequest) Reset

func (x *GetDocumentByIDRequest) Reset()

func (*GetDocumentByIDRequest) String

func (x *GetDocumentByIDRequest) String() string

type GetDocumentsByFilterRequest

type GetDocumentsByFilterRequest struct {
	DocumentIDs []uint64 `protobuf:"varint,1,rep,packed,name=documentIDs,proto3" json:"documentIDs,omitempty"`
	Limit       uint32   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset      uint32   `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDocumentsByFilterRequest) Descriptor deprecated

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

Deprecated: Use GetDocumentsByFilterRequest.ProtoReflect.Descriptor instead.

func (*GetDocumentsByFilterRequest) GetDocumentIDs

func (x *GetDocumentsByFilterRequest) GetDocumentIDs() []uint64

func (*GetDocumentsByFilterRequest) GetLimit

func (x *GetDocumentsByFilterRequest) GetLimit() uint32

func (*GetDocumentsByFilterRequest) GetOffset

func (x *GetDocumentsByFilterRequest) GetOffset() uint32

func (*GetDocumentsByFilterRequest) ProtoMessage

func (*GetDocumentsByFilterRequest) ProtoMessage()

func (*GetDocumentsByFilterRequest) ProtoReflect

func (*GetDocumentsByFilterRequest) Reset

func (x *GetDocumentsByFilterRequest) Reset()

func (*GetDocumentsByFilterRequest) String

func (x *GetDocumentsByFilterRequest) String() string

type GetDocumentsByFilterResponse

type GetDocumentsByFilterResponse struct {
	Documents  []*Document `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"`
	TotalCount uint32      `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDocumentsByFilterResponse) Descriptor deprecated

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

Deprecated: Use GetDocumentsByFilterResponse.ProtoReflect.Descriptor instead.

func (*GetDocumentsByFilterResponse) GetDocuments

func (x *GetDocumentsByFilterResponse) GetDocuments() []*Document

func (*GetDocumentsByFilterResponse) GetTotalCount

func (x *GetDocumentsByFilterResponse) GetTotalCount() uint32

func (*GetDocumentsByFilterResponse) ProtoMessage

func (*GetDocumentsByFilterResponse) ProtoMessage()

func (*GetDocumentsByFilterResponse) ProtoReflect

func (*GetDocumentsByFilterResponse) Reset

func (x *GetDocumentsByFilterResponse) Reset()

func (*GetDocumentsByFilterResponse) String

type GetFeaturesRequest

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

func (*GetFeaturesRequest) Descriptor deprecated

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

Deprecated: Use GetFeaturesRequest.ProtoReflect.Descriptor instead.

func (*GetFeaturesRequest) ProtoMessage

func (*GetFeaturesRequest) ProtoMessage()

func (*GetFeaturesRequest) ProtoReflect

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

func (*GetFeaturesRequest) Reset

func (x *GetFeaturesRequest) Reset()

func (*GetFeaturesRequest) String

func (x *GetFeaturesRequest) String() string

type GetGenresRequest

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

func (*GetGenresRequest) Descriptor deprecated

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

Deprecated: Use GetGenresRequest.ProtoReflect.Descriptor instead.

func (*GetGenresRequest) ProtoMessage

func (*GetGenresRequest) ProtoMessage()

func (*GetGenresRequest) ProtoReflect

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

func (*GetGenresRequest) Reset

func (x *GetGenresRequest) Reset()

func (*GetGenresRequest) String

func (x *GetGenresRequest) String() string

type GetPDFByDocumentIDRequest

type GetPDFByDocumentIDRequest struct {
	ID uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPDFByDocumentIDRequest) Descriptor deprecated

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

Deprecated: Use GetPDFByDocumentIDRequest.ProtoReflect.Descriptor instead.

func (*GetPDFByDocumentIDRequest) GetID

func (x *GetPDFByDocumentIDRequest) GetID() uint64

func (*GetPDFByDocumentIDRequest) ProtoMessage

func (*GetPDFByDocumentIDRequest) ProtoMessage()

func (*GetPDFByDocumentIDRequest) ProtoReflect

func (*GetPDFByDocumentIDRequest) Reset

func (x *GetPDFByDocumentIDRequest) Reset()

func (*GetPDFByDocumentIDRequest) String

func (x *GetPDFByDocumentIDRequest) String() string

type GetPDFByDocumentIDResponse

type GetPDFByDocumentIDResponse struct {
	PDF []byte `protobuf:"bytes,1,opt,name=PDF,json=pDF,proto3" json:"PDF,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPDFByDocumentIDResponse) Descriptor deprecated

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

Deprecated: Use GetPDFByDocumentIDResponse.ProtoReflect.Descriptor instead.

func (*GetPDFByDocumentIDResponse) GetPDF

func (x *GetPDFByDocumentIDResponse) GetPDF() []byte

func (*GetPDFByDocumentIDResponse) ProtoMessage

func (*GetPDFByDocumentIDResponse) ProtoMessage()

func (*GetPDFByDocumentIDResponse) ProtoReflect

func (*GetPDFByDocumentIDResponse) Reset

func (x *GetPDFByDocumentIDResponse) Reset()

func (*GetPDFByDocumentIDResponse) String

func (x *GetPDFByDocumentIDResponse) String() string

type GetPaymentsByUserIDRequest

type GetPaymentsByUserIDRequest struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Limit  int64  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int64  `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPaymentsByUserIDRequest) Descriptor deprecated

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

Deprecated: Use GetPaymentsByUserIDRequest.ProtoReflect.Descriptor instead.

func (*GetPaymentsByUserIDRequest) GetLimit

func (x *GetPaymentsByUserIDRequest) GetLimit() int64

func (*GetPaymentsByUserIDRequest) GetOffset

func (x *GetPaymentsByUserIDRequest) GetOffset() int64

func (*GetPaymentsByUserIDRequest) GetUserID

func (x *GetPaymentsByUserIDRequest) GetUserID() string

func (*GetPaymentsByUserIDRequest) ProtoMessage

func (*GetPaymentsByUserIDRequest) ProtoMessage()

func (*GetPaymentsByUserIDRequest) ProtoReflect

func (*GetPaymentsByUserIDRequest) Reset

func (x *GetPaymentsByUserIDRequest) Reset()

func (*GetPaymentsByUserIDRequest) String

func (x *GetPaymentsByUserIDRequest) String() string

type GetPaymentsByUserIDResponse

type GetPaymentsByUserIDResponse struct {
	Items []*UserPayment `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPaymentsByUserIDResponse) Descriptor deprecated

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

Deprecated: Use GetPaymentsByUserIDResponse.ProtoReflect.Descriptor instead.

func (*GetPaymentsByUserIDResponse) GetItems

func (x *GetPaymentsByUserIDResponse) GetItems() []*UserPayment

func (*GetPaymentsByUserIDResponse) ProtoMessage

func (*GetPaymentsByUserIDResponse) ProtoMessage()

func (*GetPaymentsByUserIDResponse) ProtoReflect

func (*GetPaymentsByUserIDResponse) Reset

func (x *GetPaymentsByUserIDResponse) Reset()

func (*GetPaymentsByUserIDResponse) String

func (x *GetPaymentsByUserIDResponse) String() string

type GetPostByFilterRequest

type GetPostByFilterRequest struct {
	Language      string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	OnlyPublished bool   `protobuf:"varint,2,opt,name=onlyPublished,proto3" json:"onlyPublished,omitempty"`
	Limit         uint32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset        uint32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostByFilterRequest) Descriptor deprecated

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

Deprecated: Use GetPostByFilterRequest.ProtoReflect.Descriptor instead.

func (*GetPostByFilterRequest) GetLanguage

func (x *GetPostByFilterRequest) GetLanguage() string

func (*GetPostByFilterRequest) GetLimit

func (x *GetPostByFilterRequest) GetLimit() uint32

func (*GetPostByFilterRequest) GetOffset

func (x *GetPostByFilterRequest) GetOffset() uint32

func (*GetPostByFilterRequest) GetOnlyPublished

func (x *GetPostByFilterRequest) GetOnlyPublished() bool

func (*GetPostByFilterRequest) ProtoMessage

func (*GetPostByFilterRequest) ProtoMessage()

func (*GetPostByFilterRequest) ProtoReflect

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

func (*GetPostByFilterRequest) Reset

func (x *GetPostByFilterRequest) Reset()

func (*GetPostByFilterRequest) String

func (x *GetPostByFilterRequest) String() string

type GetPostByIDRequest

type GetPostByIDRequest struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostByIDRequest) Descriptor deprecated

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

Deprecated: Use GetPostByIDRequest.ProtoReflect.Descriptor instead.

func (*GetPostByIDRequest) GetId

func (x *GetPostByIDRequest) GetId() uint64

func (*GetPostByIDRequest) GetLanguage

func (x *GetPostByIDRequest) GetLanguage() string

func (*GetPostByIDRequest) ProtoMessage

func (*GetPostByIDRequest) ProtoMessage()

func (*GetPostByIDRequest) ProtoReflect

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

func (*GetPostByIDRequest) Reset

func (x *GetPostByIDRequest) Reset()

func (*GetPostByIDRequest) String

func (x *GetPostByIDRequest) String() string

type GetPostBySlugRequest

type GetPostBySlugRequest struct {
	Slug     string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"`
	Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostBySlugRequest) Descriptor deprecated

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

Deprecated: Use GetPostBySlugRequest.ProtoReflect.Descriptor instead.

func (*GetPostBySlugRequest) GetLanguage

func (x *GetPostBySlugRequest) GetLanguage() string

func (*GetPostBySlugRequest) GetSlug

func (x *GetPostBySlugRequest) GetSlug() string

func (*GetPostBySlugRequest) ProtoMessage

func (*GetPostBySlugRequest) ProtoMessage()

func (*GetPostBySlugRequest) ProtoReflect

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

func (*GetPostBySlugRequest) Reset

func (x *GetPostBySlugRequest) Reset()

func (*GetPostBySlugRequest) String

func (x *GetPostBySlugRequest) String() string

type GetShortByFilterRequest

type GetShortByFilterRequest struct {
	OnlyPublished bool     `protobuf:"varint,1,opt,name=onlyPublished,proto3" json:"onlyPublished,omitempty"`
	Limit         uint32   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset        uint32   `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	OnlyUserGames string   `protobuf:"bytes,4,opt,name=onlyUserGames,proto3" json:"onlyUserGames,omitempty"`
	GameIDs       []string `protobuf:"bytes,5,rep,name=gameIDs,proto3" json:"gameIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShortByFilterRequest) Descriptor deprecated

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

Deprecated: Use GetShortByFilterRequest.ProtoReflect.Descriptor instead.

func (*GetShortByFilterRequest) GetGameIDs

func (x *GetShortByFilterRequest) GetGameIDs() []string

func (*GetShortByFilterRequest) GetLimit

func (x *GetShortByFilterRequest) GetLimit() uint32

func (*GetShortByFilterRequest) GetOffset

func (x *GetShortByFilterRequest) GetOffset() uint32

func (*GetShortByFilterRequest) GetOnlyPublished

func (x *GetShortByFilterRequest) GetOnlyPublished() bool

func (*GetShortByFilterRequest) GetOnlyUserGames

func (x *GetShortByFilterRequest) GetOnlyUserGames() string

func (*GetShortByFilterRequest) ProtoMessage

func (*GetShortByFilterRequest) ProtoMessage()

func (*GetShortByFilterRequest) ProtoReflect

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

func (*GetShortByFilterRequest) Reset

func (x *GetShortByFilterRequest) Reset()

func (*GetShortByFilterRequest) String

func (x *GetShortByFilterRequest) String() string

type GetShortByFilterResponse

type GetShortByFilterResponse struct {
	Items []*ShortItem `protobuf:"bytes,1,rep,name=Items,json=items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShortByFilterResponse) Descriptor deprecated

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

Deprecated: Use GetShortByFilterResponse.ProtoReflect.Descriptor instead.

func (*GetShortByFilterResponse) GetItems

func (x *GetShortByFilterResponse) GetItems() []*ShortItem

func (*GetShortByFilterResponse) ProtoMessage

func (*GetShortByFilterResponse) ProtoMessage()

func (*GetShortByFilterResponse) ProtoReflect

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

func (*GetShortByFilterResponse) Reset

func (x *GetShortByFilterResponse) Reset()

func (*GetShortByFilterResponse) String

func (x *GetShortByFilterResponse) String() string

type GetSignatureByFilterResponse

type GetSignatureByFilterResponse struct {
	Signatures []*DocumentSignature `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"`
	TotalCount uint32               `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSignatureByFilterResponse) Descriptor deprecated

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

Deprecated: Use GetSignatureByFilterResponse.ProtoReflect.Descriptor instead.

func (*GetSignatureByFilterResponse) GetSignatures

func (x *GetSignatureByFilterResponse) GetSignatures() []*DocumentSignature

func (*GetSignatureByFilterResponse) GetTotalCount

func (x *GetSignatureByFilterResponse) GetTotalCount() uint32

func (*GetSignatureByFilterResponse) ProtoMessage

func (*GetSignatureByFilterResponse) ProtoMessage()

func (*GetSignatureByFilterResponse) ProtoReflect

func (*GetSignatureByFilterResponse) Reset

func (x *GetSignatureByFilterResponse) Reset()

func (*GetSignatureByFilterResponse) String

type GetSignaturesByFilterRequest

type GetSignaturesByFilterRequest struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Limit  uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSignaturesByFilterRequest) Descriptor deprecated

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

Deprecated: Use GetSignaturesByFilterRequest.ProtoReflect.Descriptor instead.

func (*GetSignaturesByFilterRequest) GetLimit

func (x *GetSignaturesByFilterRequest) GetLimit() uint32

func (*GetSignaturesByFilterRequest) GetOffset

func (x *GetSignaturesByFilterRequest) GetOffset() uint32

func (*GetSignaturesByFilterRequest) GetUserID

func (x *GetSignaturesByFilterRequest) GetUserID() string

func (*GetSignaturesByFilterRequest) ProtoMessage

func (*GetSignaturesByFilterRequest) ProtoMessage()

func (*GetSignaturesByFilterRequest) ProtoReflect

func (*GetSignaturesByFilterRequest) Reset

func (x *GetSignaturesByFilterRequest) Reset()

func (*GetSignaturesByFilterRequest) String

type GetStorefrontsByFilterRequest

type GetStorefrontsByFilterRequest struct {
	Limit  uint32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset uint32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStorefrontsByFilterRequest) Descriptor deprecated

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

Deprecated: Use GetStorefrontsByFilterRequest.ProtoReflect.Descriptor instead.

func (*GetStorefrontsByFilterRequest) GetLimit

func (x *GetStorefrontsByFilterRequest) GetLimit() uint32

func (*GetStorefrontsByFilterRequest) GetOffset

func (x *GetStorefrontsByFilterRequest) GetOffset() uint32

func (*GetStorefrontsByFilterRequest) ProtoMessage

func (*GetStorefrontsByFilterRequest) ProtoMessage()

func (*GetStorefrontsByFilterRequest) ProtoReflect

func (*GetStorefrontsByFilterRequest) Reset

func (x *GetStorefrontsByFilterRequest) Reset()

func (*GetStorefrontsByFilterRequest) String

type Localization

type Localization struct {
	Language  string `protobuf:"bytes,1,opt,name=Language,json=language,proto3" json:"Language,omitempty"`
	Interface bool   `protobuf:"varint,2,opt,name=Interface,json=interface,proto3" json:"Interface,omitempty"`
	Audio     bool   `protobuf:"varint,3,opt,name=Audio,json=audio,proto3" json:"Audio,omitempty"`
	Subtitles bool   `protobuf:"varint,4,opt,name=Subtitles,json=subtitles,proto3" json:"Subtitles,omitempty"`
	// contains filtered or unexported fields
}

func (*Localization) Descriptor deprecated

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

Deprecated: Use Localization.ProtoReflect.Descriptor instead.

func (*Localization) GetAudio

func (x *Localization) GetAudio() bool

func (*Localization) GetInterface

func (x *Localization) GetInterface() bool

func (*Localization) GetLanguage

func (x *Localization) GetLanguage() string

func (*Localization) GetSubtitles

func (x *Localization) GetSubtitles() bool

func (*Localization) ProtoMessage

func (*Localization) ProtoMessage()

func (*Localization) ProtoReflect

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

func (*Localization) Reset

func (x *Localization) Reset()

func (*Localization) String

func (x *Localization) String() string

type LocalizationLanguage

type LocalizationLanguage struct {
	ID       uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Code     string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalizationLanguage) Descriptor deprecated

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

Deprecated: Use LocalizationLanguage.ProtoReflect.Descriptor instead.

func (*LocalizationLanguage) GetCode

func (x *LocalizationLanguage) GetCode() string

func (*LocalizationLanguage) GetID

func (x *LocalizationLanguage) GetID() uint64

func (*LocalizationLanguage) GetLanguage

func (x *LocalizationLanguage) GetLanguage() string

func (*LocalizationLanguage) ProtoMessage

func (*LocalizationLanguage) ProtoMessage()

func (*LocalizationLanguage) ProtoReflect

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

func (*LocalizationLanguage) Reset

func (x *LocalizationLanguage) Reset()

func (*LocalizationLanguage) String

func (x *LocalizationLanguage) String() string

type LocalizationLanguageServiceClient

type LocalizationLanguageServiceClient interface {
	GetAvailable(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetAvailableResponse, error)
}

LocalizationLanguageServiceClient is the client API for LocalizationLanguageService service.

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

type LocalizationLanguageServiceServer

type LocalizationLanguageServiceServer interface {
	GetAvailable(context.Context, *empty.Empty) (*GetAvailableResponse, error)
}

LocalizationLanguageServiceServer is the server API for LocalizationLanguageService service.

type Media

type Media struct {
	Type      string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Url       string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	RetinaUrl string `protobuf:"bytes,3,opt,name=retina_url,json=retinaUrl,proto3" json:"retina_url,omitempty"`
	// contains filtered or unexported fields
}

func (*Media) Descriptor deprecated

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

Deprecated: Use Media.ProtoReflect.Descriptor instead.

func (*Media) GetRetinaUrl

func (x *Media) GetRetinaUrl() string

func (*Media) GetType

func (x *Media) GetType() string

func (*Media) GetUrl

func (x *Media) GetUrl() string

func (*Media) ProtoMessage

func (*Media) ProtoMessage()

func (*Media) ProtoReflect

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

func (*Media) Reset

func (x *Media) Reset()

func (*Media) String

func (x *Media) String() string

type NygmaCheckOrderRequest

type NygmaCheckOrderRequest struct {
	OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
	// contains filtered or unexported fields
}

func (*NygmaCheckOrderRequest) Descriptor deprecated

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

Deprecated: Use NygmaCheckOrderRequest.ProtoReflect.Descriptor instead.

func (*NygmaCheckOrderRequest) GetOrderID

func (x *NygmaCheckOrderRequest) GetOrderID() string

func (*NygmaCheckOrderRequest) ProtoMessage

func (*NygmaCheckOrderRequest) ProtoMessage()

func (*NygmaCheckOrderRequest) ProtoReflect

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

func (*NygmaCheckOrderRequest) Reset

func (x *NygmaCheckOrderRequest) Reset()

func (*NygmaCheckOrderRequest) String

func (x *NygmaCheckOrderRequest) String() string

type NygmaCheckOrderResponse

type NygmaCheckOrderResponse struct {
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*NygmaCheckOrderResponse) Descriptor deprecated

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

Deprecated: Use NygmaCheckOrderResponse.ProtoReflect.Descriptor instead.

func (*NygmaCheckOrderResponse) GetStatus

func (x *NygmaCheckOrderResponse) GetStatus() string

func (*NygmaCheckOrderResponse) ProtoMessage

func (*NygmaCheckOrderResponse) ProtoMessage()

func (*NygmaCheckOrderResponse) ProtoReflect

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

func (*NygmaCheckOrderResponse) Reset

func (x *NygmaCheckOrderResponse) Reset()

func (*NygmaCheckOrderResponse) String

func (x *NygmaCheckOrderResponse) String() string

type NygmaGetOrderRequest

type NygmaGetOrderRequest struct {
	UserID    string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	UserEmail string `protobuf:"bytes,2,opt,name=userEmail,proto3" json:"userEmail,omitempty"`
	GameID    string `protobuf:"bytes,3,opt,name=gameID,proto3" json:"gameID,omitempty"`
	// contains filtered or unexported fields
}

func (*NygmaGetOrderRequest) Descriptor deprecated

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

Deprecated: Use NygmaGetOrderRequest.ProtoReflect.Descriptor instead.

func (*NygmaGetOrderRequest) GetGameID

func (x *NygmaGetOrderRequest) GetGameID() string

func (*NygmaGetOrderRequest) GetUserEmail

func (x *NygmaGetOrderRequest) GetUserEmail() string

func (*NygmaGetOrderRequest) GetUserID

func (x *NygmaGetOrderRequest) GetUserID() string

func (*NygmaGetOrderRequest) ProtoMessage

func (*NygmaGetOrderRequest) ProtoMessage()

func (*NygmaGetOrderRequest) ProtoReflect

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

func (*NygmaGetOrderRequest) Reset

func (x *NygmaGetOrderRequest) Reset()

func (*NygmaGetOrderRequest) String

func (x *NygmaGetOrderRequest) String() string

type NygmaGetOrderResponse

type NygmaGetOrderResponse struct {
	OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
	FormURL string `protobuf:"bytes,2,opt,name=formURL,proto3" json:"formURL,omitempty"`
	// contains filtered or unexported fields
}

func (*NygmaGetOrderResponse) Descriptor deprecated

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

Deprecated: Use NygmaGetOrderResponse.ProtoReflect.Descriptor instead.

func (*NygmaGetOrderResponse) GetFormURL

func (x *NygmaGetOrderResponse) GetFormURL() string

func (*NygmaGetOrderResponse) GetOrderID

func (x *NygmaGetOrderResponse) GetOrderID() string

func (*NygmaGetOrderResponse) ProtoMessage

func (*NygmaGetOrderResponse) ProtoMessage()

func (*NygmaGetOrderResponse) ProtoReflect

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

func (*NygmaGetOrderResponse) Reset

func (x *NygmaGetOrderResponse) Reset()

func (*NygmaGetOrderResponse) String

func (x *NygmaGetOrderResponse) String() string

type PaymentServiceClient

type PaymentServiceClient interface {
	GetPaymentsByUserID(ctx context.Context, in *GetPaymentsByUserIDRequest, opts ...grpc.CallOption) (*GetPaymentsByUserIDResponse, error)
	NygmaGetOrder(ctx context.Context, in *NygmaGetOrderRequest, opts ...grpc.CallOption) (*NygmaGetOrderResponse, error)
	NygmaCheckOrder(ctx context.Context, in *NygmaCheckOrderRequest, opts ...grpc.CallOption) (*NygmaCheckOrderResponse, error)
}

PaymentServiceClient is the client API for PaymentService service.

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

type PaymentServiceServer

PaymentServiceServer is the server API for PaymentService service.

type Post

type Post struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Slug        string `protobuf:"bytes,2,opt,name=slug,proto3" json:"slug,omitempty"`
	Status      string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	Cover       string `protobuf:"bytes,4,opt,name=cover,proto3" json:"cover,omitempty"`
	Title       string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Summary     string `protobuf:"bytes,6,opt,name=summary,proto3" json:"summary,omitempty"`
	Body        string `protobuf:"bytes,7,opt,name=body,proto3" json:"body,omitempty"`
	Language    string `protobuf:"bytes,8,opt,name=language,proto3" json:"language,omitempty"`
	PublishedAt string `protobuf:"bytes,9,opt,name=publishedAt,proto3" json:"publishedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Post) Descriptor deprecated

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

Deprecated: Use Post.ProtoReflect.Descriptor instead.

func (*Post) GetBody

func (x *Post) GetBody() string

func (*Post) GetCover

func (x *Post) GetCover() string

func (*Post) GetId

func (x *Post) GetId() uint64

func (*Post) GetLanguage

func (x *Post) GetLanguage() string

func (*Post) GetPublishedAt

func (x *Post) GetPublishedAt() string

func (*Post) GetSlug

func (x *Post) GetSlug() string

func (*Post) GetStatus

func (x *Post) GetStatus() string

func (*Post) GetSummary

func (x *Post) GetSummary() string

func (*Post) GetTitle

func (x *Post) GetTitle() string

func (*Post) ProtoMessage

func (*Post) ProtoMessage()

func (*Post) ProtoReflect

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

func (*Post) Reset

func (x *Post) Reset()

func (*Post) String

func (x *Post) String() string

type PostResponse

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

func (*PostResponse) Descriptor deprecated

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

Deprecated: Use PostResponse.ProtoReflect.Descriptor instead.

func (*PostResponse) GetPost

func (x *PostResponse) GetPost() *Post

func (*PostResponse) ProtoMessage

func (*PostResponse) ProtoMessage()

func (*PostResponse) ProtoReflect

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

func (*PostResponse) Reset

func (x *PostResponse) Reset()

func (*PostResponse) String

func (x *PostResponse) String() string

type PostServiceClient

type PostServiceClient interface {
	// GetByID returns post by id
	GetByID(ctx context.Context, in *GetPostByIDRequest, opts ...grpc.CallOption) (*PostResponse, error)
	// GetBySlug returns post by slug
	GetBySlug(ctx context.Context, in *GetPostBySlugRequest, opts ...grpc.CallOption) (*PostResponse, error)
	// GetByFilter returns accepted user documents by filter
	GetByFilter(ctx context.Context, in *GetPostByFilterRequest, opts ...grpc.CallOption) (*PostsResponse, error)
}

PostServiceClient is the client API for PostService service.

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

type PostServiceServer

type PostServiceServer interface {
	// GetByID returns post by id
	GetByID(context.Context, *GetPostByIDRequest) (*PostResponse, error)
	// GetBySlug returns post by slug
	GetBySlug(context.Context, *GetPostBySlugRequest) (*PostResponse, error)
	// GetByFilter returns accepted user documents by filter
	GetByFilter(context.Context, *GetPostByFilterRequest) (*PostsResponse, error)
}

PostServiceServer is the server API for PostService service.

type PostsResponse

type PostsResponse struct {
	Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"`
	Count uint32  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*PostsResponse) Descriptor deprecated

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

Deprecated: Use PostsResponse.ProtoReflect.Descriptor instead.

func (*PostsResponse) GetCount

func (x *PostsResponse) GetCount() uint32

func (*PostsResponse) GetPosts

func (x *PostsResponse) GetPosts() []*Post

func (*PostsResponse) ProtoMessage

func (*PostsResponse) ProtoMessage()

func (*PostsResponse) ProtoReflect

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

func (*PostsResponse) Reset

func (x *PostsResponse) Reset()

func (*PostsResponse) String

func (x *PostsResponse) String() string

type Price

type Price struct {
	Id             uint64          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RegionCurrency *RegionCurrency `protobuf:"bytes,2,opt,name=regionCurrency,proto3" json:"regionCurrency,omitempty"`
	BaseAmount     float64         `protobuf:"fixed64,3,opt,name=baseAmount,proto3" json:"baseAmount,omitempty"`
	FinalAmount    float64         `protobuf:"fixed64,4,opt,name=finalAmount,proto3" json:"finalAmount,omitempty"`
	Discount       uint64          `protobuf:"varint,5,opt,name=discount,proto3" json:"discount,omitempty"`
	// contains filtered or unexported fields
}

func (*Price) Descriptor deprecated

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

Deprecated: Use Price.ProtoReflect.Descriptor instead.

func (*Price) GetBaseAmount

func (x *Price) GetBaseAmount() float64

func (*Price) GetDiscount

func (x *Price) GetDiscount() uint64

func (*Price) GetFinalAmount

func (x *Price) GetFinalAmount() float64

func (*Price) GetId

func (x *Price) GetId() uint64

func (*Price) GetRegionCurrency

func (x *Price) GetRegionCurrency() *RegionCurrency

func (*Price) ProtoMessage

func (*Price) ProtoMessage()

func (*Price) ProtoReflect

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

func (*Price) Reset

func (x *Price) Reset()

func (*Price) String

func (x *Price) String() string

type Rating

type Rating struct {
	Agency                   string   `protobuf:"bytes,1,opt,name=agency,proto3" json:"agency,omitempty"`
	Rating                   string   `protobuf:"bytes,2,opt,name=rating,proto3" json:"rating,omitempty"`
	DisplayOnlineNotice      bool     `protobuf:"varint,3,opt,name=displayOnlineNotice,proto3" json:"displayOnlineNotice,omitempty"`
	DisplayOnlineMusicNotice bool     `protobuf:"varint,4,opt,name=displayOnlineMusicNotice,proto3" json:"displayOnlineMusicNotice,omitempty"`
	Descriptors              []string `protobuf:"bytes,5,rep,name=descriptors,proto3" json:"descriptors,omitempty"`
	// contains filtered or unexported fields
}

func (*Rating) Descriptor deprecated

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

Deprecated: Use Rating.ProtoReflect.Descriptor instead.

func (*Rating) GetAgency

func (x *Rating) GetAgency() string

func (*Rating) GetDescriptors

func (x *Rating) GetDescriptors() []string

func (*Rating) GetDisplayOnlineMusicNotice

func (x *Rating) GetDisplayOnlineMusicNotice() bool

func (*Rating) GetDisplayOnlineNotice

func (x *Rating) GetDisplayOnlineNotice() bool

func (*Rating) GetRating

func (x *Rating) GetRating() string

func (*Rating) ProtoMessage

func (*Rating) ProtoMessage()

func (*Rating) ProtoReflect

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

func (*Rating) Reset

func (x *Rating) Reset()

func (*Rating) String

func (x *Rating) String() string

type RegionCurrency

type RegionCurrency struct {
	Id                    uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RegionID              uint64 `protobuf:"varint,2,opt,name=regionID,proto3" json:"regionID,omitempty"`
	RegionCode            string `protobuf:"bytes,3,opt,name=regionCode,proto3" json:"regionCode,omitempty"`
	CurrencyCode          string `protobuf:"bytes,4,opt,name=currencyCode,proto3" json:"currencyCode,omitempty"`
	IsActiveForUsers      bool   `protobuf:"varint,5,opt,name=isActiveForUsers,proto3" json:"isActiveForUsers,omitempty"`
	IsActiveForDevelopers bool   `protobuf:"varint,6,opt,name=isActiveForDevelopers,proto3" json:"isActiveForDevelopers,omitempty"`
	IsStandardRelation    bool   `protobuf:"varint,7,opt,name=isStandardRelation,proto3" json:"isStandardRelation,omitempty"`
	IsDefault             bool   `protobuf:"varint,8,opt,name=isDefault,proto3" json:"isDefault,omitempty"`
	Grapheme              string `protobuf:"bytes,9,opt,name=grapheme,proto3" json:"grapheme,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionCurrency) Descriptor deprecated

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

Deprecated: Use RegionCurrency.ProtoReflect.Descriptor instead.

func (*RegionCurrency) GetCurrencyCode

func (x *RegionCurrency) GetCurrencyCode() string

func (*RegionCurrency) GetGrapheme

func (x *RegionCurrency) GetGrapheme() string

func (*RegionCurrency) GetId

func (x *RegionCurrency) GetId() uint64

func (*RegionCurrency) GetIsActiveForDevelopers

func (x *RegionCurrency) GetIsActiveForDevelopers() bool

func (*RegionCurrency) GetIsActiveForUsers

func (x *RegionCurrency) GetIsActiveForUsers() bool

func (*RegionCurrency) GetIsDefault

func (x *RegionCurrency) GetIsDefault() bool

func (*RegionCurrency) GetIsStandardRelation

func (x *RegionCurrency) GetIsStandardRelation() bool

func (*RegionCurrency) GetRegionCode

func (x *RegionCurrency) GetRegionCode() string

func (*RegionCurrency) GetRegionID

func (x *RegionCurrency) GetRegionID() uint64

func (*RegionCurrency) ProtoMessage

func (*RegionCurrency) ProtoMessage()

func (*RegionCurrency) ProtoReflect

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

func (*RegionCurrency) Reset

func (x *RegionCurrency) Reset()

func (*RegionCurrency) String

func (x *RegionCurrency) String() string

type RequirementsSet

type RequirementsSet struct {
	CPU       string `protobuf:"bytes,1,opt,name=CPU,json=cPU,proto3" json:"CPU,omitempty"`
	GPU       string `protobuf:"bytes,2,opt,name=GPU,json=gPU,proto3" json:"GPU,omitempty"`
	DiskSpace uint32 `protobuf:"varint,3,opt,name=DiskSpace,json=diskSpace,proto3" json:"DiskSpace,omitempty"`
	RAM       uint32 `protobuf:"varint,4,opt,name=RAM,json=rAM,proto3" json:"RAM,omitempty"`
	OS        string `protobuf:"bytes,5,opt,name=OS,json=oS,proto3" json:"OS,omitempty"`
	// contains filtered or unexported fields
}

func (*RequirementsSet) Descriptor deprecated

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

Deprecated: Use RequirementsSet.ProtoReflect.Descriptor instead.

func (*RequirementsSet) GetCPU

func (x *RequirementsSet) GetCPU() string

func (*RequirementsSet) GetDiskSpace

func (x *RequirementsSet) GetDiskSpace() uint32

func (*RequirementsSet) GetGPU

func (x *RequirementsSet) GetGPU() string

func (*RequirementsSet) GetOS

func (x *RequirementsSet) GetOS() string

func (*RequirementsSet) GetRAM

func (x *RequirementsSet) GetRAM() uint32

func (*RequirementsSet) ProtoMessage

func (*RequirementsSet) ProtoMessage()

func (*RequirementsSet) ProtoReflect

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

func (*RequirementsSet) Reset

func (x *RequirementsSet) Reset()

func (*RequirementsSet) String

func (x *RequirementsSet) String() string

type Review

type Review struct {
	PressName string `protobuf:"bytes,1,opt,name=PressName,json=pressName,proto3" json:"PressName,omitempty"`
	Link      string `protobuf:"bytes,2,opt,name=Link,json=link,proto3" json:"Link,omitempty"`
	Score     string `protobuf:"bytes,3,opt,name=Score,json=score,proto3" json:"Score,omitempty"`
	Quote     string `protobuf:"bytes,4,opt,name=Quote,json=quote,proto3" json:"Quote,omitempty"`
	// contains filtered or unexported fields
}

func (*Review) Descriptor deprecated

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

Deprecated: Use Review.ProtoReflect.Descriptor instead.

func (x *Review) GetLink() string

func (*Review) GetPressName

func (x *Review) GetPressName() string

func (*Review) GetQuote

func (x *Review) GetQuote() string

func (*Review) GetScore

func (x *Review) GetScore() string

func (*Review) ProtoMessage

func (*Review) ProtoMessage()

func (*Review) ProtoReflect

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

func (*Review) Reset

func (x *Review) Reset()

func (*Review) String

func (x *Review) String() string

type ShortItem

type ShortItem struct {
	ID             string `protobuf:"bytes,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Title          string `protobuf:"bytes,2,opt,name=Title,json=title,proto3" json:"Title,omitempty"`
	Slug           string `protobuf:"bytes,3,opt,name=Slug,json=slug,proto3" json:"Slug,omitempty"`
	ProductID      string `protobuf:"bytes,4,opt,name=ProductID,json=productID,proto3" json:"ProductID,omitempty"`
	LastModifyDate string `protobuf:"bytes,5,opt,name=LastModifyDate,json=lastModifyDate,proto3" json:"LastModifyDate,omitempty"`
	Url            string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortItem) Descriptor deprecated

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

Deprecated: Use ShortItem.ProtoReflect.Descriptor instead.

func (*ShortItem) GetID

func (x *ShortItem) GetID() string

func (*ShortItem) GetLastModifyDate

func (x *ShortItem) GetLastModifyDate() string

func (*ShortItem) GetProductID

func (x *ShortItem) GetProductID() string

func (*ShortItem) GetSlug

func (x *ShortItem) GetSlug() string

func (*ShortItem) GetTitle

func (x *ShortItem) GetTitle() string

func (*ShortItem) GetUrl

func (x *ShortItem) GetUrl() string

func (*ShortItem) ProtoMessage

func (*ShortItem) ProtoMessage()

func (*ShortItem) ProtoReflect

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

func (*ShortItem) Reset

func (x *ShortItem) Reset()

func (*ShortItem) String

func (x *ShortItem) String() string

type SignDocumentRequest

type SignDocumentRequest struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	DocID  uint64 `protobuf:"varint,2,opt,name=docID,proto3" json:"docID,omitempty"`
	// contains filtered or unexported fields
}

func (*SignDocumentRequest) Descriptor deprecated

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

Deprecated: Use SignDocumentRequest.ProtoReflect.Descriptor instead.

func (*SignDocumentRequest) GetDocID

func (x *SignDocumentRequest) GetDocID() uint64

func (*SignDocumentRequest) GetUserID

func (x *SignDocumentRequest) GetUserID() string

func (*SignDocumentRequest) ProtoMessage

func (*SignDocumentRequest) ProtoMessage()

func (*SignDocumentRequest) ProtoReflect

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

func (*SignDocumentRequest) Reset

func (x *SignDocumentRequest) Reset()

func (*SignDocumentRequest) String

func (x *SignDocumentRequest) String() string
type SocialLink struct {
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Url  string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*SocialLink) Descriptor deprecated

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

Deprecated: Use SocialLink.ProtoReflect.Descriptor instead.

func (*SocialLink) GetType

func (x *SocialLink) GetType() string

func (*SocialLink) GetUrl

func (x *SocialLink) GetUrl() string

func (*SocialLink) ProtoMessage

func (*SocialLink) ProtoMessage()

func (*SocialLink) ProtoReflect

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

func (*SocialLink) Reset

func (x *SocialLink) Reset()

func (*SocialLink) String

func (x *SocialLink) String() string

type Storefront

type Storefront struct {
	ID        uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version   uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	IsActive  bool   `protobuf:"varint,4,opt,name=isActive,proto3" json:"isActive,omitempty"`
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt string `protobuf:"bytes,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Storefront) Descriptor deprecated

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

Deprecated: Use Storefront.ProtoReflect.Descriptor instead.

func (*Storefront) GetCreatedAt

func (x *Storefront) GetCreatedAt() string

func (*Storefront) GetID

func (x *Storefront) GetID() uint64

func (*Storefront) GetIsActive

func (x *Storefront) GetIsActive() bool

func (*Storefront) GetName

func (x *Storefront) GetName() string

func (*Storefront) GetUpdatedAt

func (x *Storefront) GetUpdatedAt() string

func (*Storefront) GetVersion

func (x *Storefront) GetVersion() uint32

func (*Storefront) ProtoMessage

func (*Storefront) ProtoMessage()

func (*Storefront) ProtoReflect

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

func (*Storefront) Reset

func (x *Storefront) Reset()

func (*Storefront) String

func (x *Storefront) String() string

type StorefrontBlock

type StorefrontBlock struct {
	Type    string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Title   string   `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Filter  string   `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	GameIDs []string `protobuf:"bytes,4,rep,name=gameIDs,proto3" json:"gameIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*StorefrontBlock) Descriptor deprecated

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

Deprecated: Use StorefrontBlock.ProtoReflect.Descriptor instead.

func (*StorefrontBlock) GetFilter

func (x *StorefrontBlock) GetFilter() string

func (*StorefrontBlock) GetGameIDs

func (x *StorefrontBlock) GetGameIDs() []string

func (*StorefrontBlock) GetTitle

func (x *StorefrontBlock) GetTitle() string

func (*StorefrontBlock) GetType

func (x *StorefrontBlock) GetType() string

func (*StorefrontBlock) ProtoMessage

func (*StorefrontBlock) ProtoMessage()

func (*StorefrontBlock) ProtoReflect

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

func (*StorefrontBlock) Reset

func (x *StorefrontBlock) Reset()

func (*StorefrontBlock) String

func (x *StorefrontBlock) String() string

type StorefrontServiceClient

StorefrontServiceClient is the client API for StorefrontService service.

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

type StorefrontWithBlocks

type StorefrontWithBlocks struct {
	Storefront *Storefront        `protobuf:"bytes,1,opt,name=storefront,proto3" json:"storefront,omitempty"`
	Blocks     []*StorefrontBlock `protobuf:"bytes,2,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*StorefrontWithBlocks) Descriptor deprecated

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

Deprecated: Use StorefrontWithBlocks.ProtoReflect.Descriptor instead.

func (*StorefrontWithBlocks) GetBlocks

func (x *StorefrontWithBlocks) GetBlocks() []*StorefrontBlock

func (*StorefrontWithBlocks) GetStorefront

func (x *StorefrontWithBlocks) GetStorefront() *Storefront

func (*StorefrontWithBlocks) ProtoMessage

func (*StorefrontWithBlocks) ProtoMessage()

func (*StorefrontWithBlocks) ProtoReflect

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

func (*StorefrontWithBlocks) Reset

func (x *StorefrontWithBlocks) Reset()

func (*StorefrontWithBlocks) String

func (x *StorefrontWithBlocks) String() string

type Storefronts

type Storefronts struct {
	Storefronts []*Storefront `protobuf:"bytes,1,rep,name=storefronts,proto3" json:"storefronts,omitempty"`
	TotalCount  uint64        `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*Storefronts) Descriptor deprecated

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

Deprecated: Use Storefronts.ProtoReflect.Descriptor instead.

func (*Storefronts) GetStorefronts

func (x *Storefronts) GetStorefronts() []*Storefront

func (*Storefronts) GetTotalCount

func (x *Storefronts) GetTotalCount() uint64

func (*Storefronts) ProtoMessage

func (*Storefronts) ProtoMessage()

func (*Storefronts) ProtoReflect

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

func (*Storefronts) Reset

func (x *Storefronts) Reset()

func (*Storefronts) String

func (x *Storefronts) String() string

type StorefrontsWithBlocks

type StorefrontsWithBlocks struct {
	Storefronts []*StorefrontWithBlocks `protobuf:"bytes,1,rep,name=storefronts,proto3" json:"storefronts,omitempty"`
	// contains filtered or unexported fields
}

func (*StorefrontsWithBlocks) Descriptor deprecated

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

Deprecated: Use StorefrontsWithBlocks.ProtoReflect.Descriptor instead.

func (*StorefrontsWithBlocks) GetStorefronts

func (x *StorefrontsWithBlocks) GetStorefronts() []*StorefrontWithBlocks

func (*StorefrontsWithBlocks) ProtoMessage

func (*StorefrontsWithBlocks) ProtoMessage()

func (*StorefrontsWithBlocks) ProtoReflect

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

func (*StorefrontsWithBlocks) Reset

func (x *StorefrontsWithBlocks) Reset()

func (*StorefrontsWithBlocks) String

func (x *StorefrontsWithBlocks) String() string

type SystemRequirements

type SystemRequirements struct {
	Platform    string           `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Minimal     *RequirementsSet `protobuf:"bytes,2,opt,name=minimal,proto3" json:"minimal,omitempty"`
	Recommended *RequirementsSet `protobuf:"bytes,3,opt,name=recommended,proto3" json:"recommended,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemRequirements) Descriptor deprecated

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

Deprecated: Use SystemRequirements.ProtoReflect.Descriptor instead.

func (*SystemRequirements) GetMinimal

func (x *SystemRequirements) GetMinimal() *RequirementsSet

func (*SystemRequirements) GetPlatform

func (x *SystemRequirements) GetPlatform() string

func (*SystemRequirements) GetRecommended

func (x *SystemRequirements) GetRecommended() *RequirementsSet

func (*SystemRequirements) ProtoMessage

func (*SystemRequirements) ProtoMessage()

func (*SystemRequirements) ProtoReflect

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

func (*SystemRequirements) Reset

func (x *SystemRequirements) Reset()

func (*SystemRequirements) String

func (x *SystemRequirements) String() string

type Tag

type Tag struct {
	ID   uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Tag) Descriptor deprecated

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

Deprecated: Use Tag.ProtoReflect.Descriptor instead.

func (*Tag) GetID

func (x *Tag) GetID() uint64

func (*Tag) GetName

func (x *Tag) GetName() string

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) ProtoReflect

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

func (*Tag) Reset

func (x *Tag) Reset()

func (*Tag) String

func (x *Tag) String() string

type UnimplementedDocumentServiceServer

type UnimplementedDocumentServiceServer struct {
}

UnimplementedDocumentServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDocumentServiceServer) Activate

func (*UnimplementedDocumentServiceServer) GetByID

func (*UnimplementedDocumentServiceServer) GetPDFByID

func (*UnimplementedDocumentServiceServer) GetSignaturesByFilter

func (*UnimplementedDocumentServiceServer) Sign

func (*UnimplementedDocumentServiceServer) Upsert

type UnimplementedGameServiceServer

type UnimplementedGameServiceServer struct {
}

UnimplementedGameServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGameServiceServer) GetByFilter

func (*UnimplementedGameServiceServer) GetByID

func (*UnimplementedGameServiceServer) GetBySlug

func (*UnimplementedGameServiceServer) GetFeatures

func (*UnimplementedGameServiceServer) GetGenres

func (*UnimplementedGameServiceServer) GetShortByFilter

type UnimplementedLocalizationLanguageServiceServer

type UnimplementedLocalizationLanguageServiceServer struct {
}

UnimplementedLocalizationLanguageServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedLocalizationLanguageServiceServer) GetAvailable

type UnimplementedPaymentServiceServer

type UnimplementedPaymentServiceServer struct {
}

UnimplementedPaymentServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedPaymentServiceServer) GetPaymentsByUserID

func (*UnimplementedPaymentServiceServer) NygmaCheckOrder

func (*UnimplementedPaymentServiceServer) NygmaGetOrder

type UnimplementedPostServiceServer

type UnimplementedPostServiceServer struct {
}

UnimplementedPostServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedPostServiceServer) GetByFilter

func (*UnimplementedPostServiceServer) GetByID

func (*UnimplementedPostServiceServer) GetBySlug

type UnimplementedStorefrontServiceServer

type UnimplementedStorefrontServiceServer struct {
}

UnimplementedStorefrontServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedStorefrontServiceServer) Activate

func (*UnimplementedStorefrontServiceServer) Create

func (*UnimplementedStorefrontServiceServer) Delete

func (*UnimplementedStorefrontServiceServer) GetActive

func (*UnimplementedStorefrontServiceServer) GetByFilter

func (*UnimplementedStorefrontServiceServer) GetByID

func (*UnimplementedStorefrontServiceServer) Update

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct {
}

UnimplementedUserServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserServiceServer) GetUserInfoRequestStatus

func (*UnimplementedUserServiceServer) RequestUserInfo

type UpdateStorefrontRequest

type UpdateStorefrontRequest struct {
	ID     uint64             `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Name   string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Blocks []*StorefrontBlock `protobuf:"bytes,3,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateStorefrontRequest) Descriptor deprecated

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

Deprecated: Use UpdateStorefrontRequest.ProtoReflect.Descriptor instead.

func (*UpdateStorefrontRequest) GetBlocks

func (x *UpdateStorefrontRequest) GetBlocks() []*StorefrontBlock

func (*UpdateStorefrontRequest) GetID

func (x *UpdateStorefrontRequest) GetID() uint64

func (*UpdateStorefrontRequest) GetName

func (x *UpdateStorefrontRequest) GetName() string

func (*UpdateStorefrontRequest) ProtoMessage

func (*UpdateStorefrontRequest) ProtoMessage()

func (*UpdateStorefrontRequest) ProtoReflect

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

func (*UpdateStorefrontRequest) Reset

func (x *UpdateStorefrontRequest) Reset()

func (*UpdateStorefrontRequest) String

func (x *UpdateStorefrontRequest) String() string

type UpsertDocumentRequest

type UpsertDocumentRequest struct {
	ID       uint64 `protobuf:"varint,1,opt,name=ID,json=iD,proto3" json:"ID,omitempty"`
	Text     string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	Reason   string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	Type     string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Language string `protobuf:"bytes,5,opt,name=language,proto3" json:"language,omitempty"`
	Version  string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertDocumentRequest) Descriptor deprecated

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

Deprecated: Use UpsertDocumentRequest.ProtoReflect.Descriptor instead.

func (*UpsertDocumentRequest) GetID

func (x *UpsertDocumentRequest) GetID() uint64

func (*UpsertDocumentRequest) GetLanguage

func (x *UpsertDocumentRequest) GetLanguage() string

func (*UpsertDocumentRequest) GetReason

func (x *UpsertDocumentRequest) GetReason() string

func (*UpsertDocumentRequest) GetText

func (x *UpsertDocumentRequest) GetText() string

func (*UpsertDocumentRequest) GetType

func (x *UpsertDocumentRequest) GetType() string

func (*UpsertDocumentRequest) GetVersion

func (x *UpsertDocumentRequest) GetVersion() string

func (*UpsertDocumentRequest) ProtoMessage

func (*UpsertDocumentRequest) ProtoMessage()

func (*UpsertDocumentRequest) ProtoReflect

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

func (*UpsertDocumentRequest) Reset

func (x *UpsertDocumentRequest) Reset()

func (*UpsertDocumentRequest) String

func (x *UpsertDocumentRequest) String() string

type UserInfoRequest

type UserInfoRequest struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfoRequest) Descriptor deprecated

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

Deprecated: Use UserInfoRequest.ProtoReflect.Descriptor instead.

func (*UserInfoRequest) GetUserID

func (x *UserInfoRequest) GetUserID() string

func (*UserInfoRequest) ProtoMessage

func (*UserInfoRequest) ProtoMessage()

func (*UserInfoRequest) ProtoReflect

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

func (*UserInfoRequest) Reset

func (x *UserInfoRequest) Reset()

func (*UserInfoRequest) String

func (x *UserInfoRequest) String() string

type UserInfoResponse

type UserInfoResponse struct {
	Status         UserInfoResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=proto.UserInfoResponse_Status" json:"status,omitempty"`
	ExpirationTime string                  `protobuf:"bytes,2,opt,name=expirationTime,proto3" json:"expirationTime,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfoResponse) Descriptor deprecated

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

Deprecated: Use UserInfoResponse.ProtoReflect.Descriptor instead.

func (*UserInfoResponse) GetExpirationTime

func (x *UserInfoResponse) GetExpirationTime() string

func (*UserInfoResponse) GetStatus

func (*UserInfoResponse) ProtoMessage

func (*UserInfoResponse) ProtoMessage()

func (*UserInfoResponse) ProtoReflect

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

func (*UserInfoResponse) Reset

func (x *UserInfoResponse) Reset()

func (*UserInfoResponse) String

func (x *UserInfoResponse) String() string

type UserInfoResponse_Status

type UserInfoResponse_Status int32
const (
	UserInfoResponse_NONE        UserInfoResponse_Status = 0
	UserInfoResponse_IN_PROGRESS UserInfoResponse_Status = 1
	UserInfoResponse_READY       UserInfoResponse_Status = 2
)

func (UserInfoResponse_Status) Descriptor

func (UserInfoResponse_Status) Enum

func (UserInfoResponse_Status) EnumDescriptor deprecated

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

Deprecated: Use UserInfoResponse_Status.Descriptor instead.

func (UserInfoResponse_Status) Number

func (UserInfoResponse_Status) String

func (x UserInfoResponse_Status) String() string

func (UserInfoResponse_Status) Type

type UserPayment

type UserPayment struct {
	Id               int64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserID           string  `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	GameID           string  `protobuf:"bytes,3,opt,name=gameID,proto3" json:"gameID,omitempty"`
	GameLicenseID    int64   `protobuf:"varint,4,opt,name=gameLicenseID,proto3" json:"gameLicenseID,omitempty"`
	BaseAmount       float64 `protobuf:"fixed64,5,opt,name=baseAmount,proto3" json:"baseAmount,omitempty"`
	FinalAmount      float64 `protobuf:"fixed64,6,opt,name=finalAmount,proto3" json:"finalAmount,omitempty"`
	Discount         int64   `protobuf:"varint,7,opt,name=discount,proto3" json:"discount,omitempty"`
	CurrencyCode     string  `protobuf:"bytes,9,opt,name=currencyCode,proto3" json:"currencyCode,omitempty"`
	CurrencyGrapheme string  `protobuf:"bytes,10,opt,name=currencyGrapheme,proto3" json:"currencyGrapheme,omitempty"`
	CreatedAt        string  `protobuf:"bytes,11,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*UserPayment) Descriptor deprecated

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

Deprecated: Use UserPayment.ProtoReflect.Descriptor instead.

func (*UserPayment) GetBaseAmount

func (x *UserPayment) GetBaseAmount() float64

func (*UserPayment) GetCreatedAt

func (x *UserPayment) GetCreatedAt() string

func (*UserPayment) GetCurrencyCode

func (x *UserPayment) GetCurrencyCode() string

func (*UserPayment) GetCurrencyGrapheme

func (x *UserPayment) GetCurrencyGrapheme() string

func (*UserPayment) GetDiscount

func (x *UserPayment) GetDiscount() int64

func (*UserPayment) GetFinalAmount

func (x *UserPayment) GetFinalAmount() float64

func (*UserPayment) GetGameID

func (x *UserPayment) GetGameID() string

func (*UserPayment) GetGameLicenseID

func (x *UserPayment) GetGameLicenseID() int64

func (*UserPayment) GetId

func (x *UserPayment) GetId() int64

func (*UserPayment) GetUserID

func (x *UserPayment) GetUserID() string

func (*UserPayment) ProtoMessage

func (*UserPayment) ProtoMessage()

func (*UserPayment) ProtoReflect

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

func (*UserPayment) Reset

func (x *UserPayment) Reset()

func (*UserPayment) String

func (x *UserPayment) String() string

type UserServiceClient

type UserServiceClient interface {
	RequestUserInfo(ctx context.Context, in *UserInfoRequest, opts ...grpc.CallOption) (*UserInfoResponse, error)
	GetUserInfoRequestStatus(ctx context.Context, in *UserInfoRequest, opts ...grpc.CallOption) (*UserInfoResponse, error)
}

UserServiceClient is the client API for UserService service.

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

type UserServiceServer

type UserServiceServer interface {
	RequestUserInfo(context.Context, *UserInfoRequest) (*UserInfoResponse, error)
	GetUserInfoRequestStatus(context.Context, *UserInfoRequest) (*UserInfoResponse, error)
}

UserServiceServer is the server API for UserService service.

Jump to

Keyboard shortcuts

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