ticket_pb

package
v0.0.0-...-07b0db4 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_biconom_type_ticket_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Ticket

type Ticket struct {
	Header  *Ticket_Header  `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Details *Ticket_Details `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"` // подробные параметры билета
	// contains filtered or unexported fields
}

func (*Ticket) Descriptor deprecated

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

Deprecated: Use Ticket.ProtoReflect.Descriptor instead.

func (*Ticket) GetDetails

func (x *Ticket) GetDetails() *Ticket_Details

func (*Ticket) GetHeader

func (x *Ticket) GetHeader() *Ticket_Header

func (*Ticket) ProtoMessage

func (*Ticket) ProtoMessage()

func (*Ticket) ProtoReflect

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

func (*Ticket) Reset

func (x *Ticket) Reset()

func (*Ticket) String

func (x *Ticket) String() string

type TicketBlock

type TicketBlock struct {
	Header *TicketBlock_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

TicketBucket: группа биллетов (стандарт, VIP и тд)

func (*TicketBlock) Descriptor deprecated

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

Deprecated: Use TicketBlock.ProtoReflect.Descriptor instead.

func (*TicketBlock) GetHeader

func (x *TicketBlock) GetHeader() *TicketBlock_Header

func (*TicketBlock) ProtoMessage

func (*TicketBlock) ProtoMessage()

func (*TicketBlock) ProtoReflect

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

func (*TicketBlock) Reset

func (x *TicketBlock) Reset()

func (*TicketBlock) String

func (x *TicketBlock) String() string

type TicketBlock_Header

type TicketBlock_Header struct {
	BlockId   uint32 `protobuf:"varint,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	BlockName string `protobuf:"bytes,2,opt,name=block_name,json=blockName,proto3" json:"block_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TicketBlock_Header) Descriptor deprecated

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

Deprecated: Use TicketBlock_Header.ProtoReflect.Descriptor instead.

func (*TicketBlock_Header) GetBlockId

func (x *TicketBlock_Header) GetBlockId() uint32

func (*TicketBlock_Header) GetBlockName

func (x *TicketBlock_Header) GetBlockName() string

func (*TicketBlock_Header) ProtoMessage

func (*TicketBlock_Header) ProtoMessage()

func (*TicketBlock_Header) ProtoReflect

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

func (*TicketBlock_Header) Reset

func (x *TicketBlock_Header) Reset()

func (*TicketBlock_Header) String

func (x *TicketBlock_Header) String() string

type TicketBlock_Id

type TicketBlock_Id struct {

	// Types that are assignable to UniqueField:
	//	*TicketBlock_Id_BlockId
	//	*TicketBlock_Id_BlockName
	UniqueField isTicketBlock_Id_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*TicketBlock_Id) Descriptor deprecated

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

Deprecated: Use TicketBlock_Id.ProtoReflect.Descriptor instead.

func (*TicketBlock_Id) GetBlockId

func (x *TicketBlock_Id) GetBlockId() uint32

func (*TicketBlock_Id) GetBlockName

func (x *TicketBlock_Id) GetBlockName() string

func (*TicketBlock_Id) GetUniqueField

func (m *TicketBlock_Id) GetUniqueField() isTicketBlock_Id_UniqueField

func (*TicketBlock_Id) ProtoMessage

func (*TicketBlock_Id) ProtoMessage()

func (*TicketBlock_Id) ProtoReflect

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

func (*TicketBlock_Id) Reset

func (x *TicketBlock_Id) Reset()

func (*TicketBlock_Id) String

func (x *TicketBlock_Id) String() string

type TicketBlock_Id_BlockId

type TicketBlock_Id_BlockId struct {
	BlockId uint32 `protobuf:"varint,1,opt,name=block_id,json=blockId,proto3,oneof"`
}

type TicketBlock_Id_BlockName

type TicketBlock_Id_BlockName struct {
	BlockName string `protobuf:"bytes,2,opt,name=block_name,json=blockName,proto3,oneof"`
}

type TicketBucket

type TicketBucket struct {
	Header *TicketBucket_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

TicketBucket: группа биллетов (стандарт, VIP и тд)

func (*TicketBucket) Descriptor deprecated

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

Deprecated: Use TicketBucket.ProtoReflect.Descriptor instead.

func (*TicketBucket) GetHeader

func (x *TicketBucket) GetHeader() *TicketBucket_Header

func (*TicketBucket) ProtoMessage

func (*TicketBucket) ProtoMessage()

func (*TicketBucket) ProtoReflect

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

func (*TicketBucket) Reset

func (x *TicketBucket) Reset()

func (*TicketBucket) String

func (x *TicketBucket) String() string

type TicketBucket_Header

type TicketBucket_Header struct {
	BucketId uint32 `protobuf:"varint,1,opt,name=bucket_id,json=bucketId,proto3" json:"bucket_id,omitempty"`
	Title    string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*TicketBucket_Header) Descriptor deprecated

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

Deprecated: Use TicketBucket_Header.ProtoReflect.Descriptor instead.

func (*TicketBucket_Header) GetBucketId

func (x *TicketBucket_Header) GetBucketId() uint32

func (*TicketBucket_Header) GetTitle

func (x *TicketBucket_Header) GetTitle() string

func (*TicketBucket_Header) ProtoMessage

func (*TicketBucket_Header) ProtoMessage()

func (*TicketBucket_Header) ProtoReflect

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

func (*TicketBucket_Header) Reset

func (x *TicketBucket_Header) Reset()

func (*TicketBucket_Header) String

func (x *TicketBucket_Header) String() string

type TicketBucket_Id

type TicketBucket_Id struct {
	BucketId uint32 `protobuf:"varint,1,opt,name=bucket_id,json=bucketId,proto3" json:"bucket_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TicketBucket_Id) Descriptor deprecated

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

Deprecated: Use TicketBucket_Id.ProtoReflect.Descriptor instead.

func (*TicketBucket_Id) GetBucketId

func (x *TicketBucket_Id) GetBucketId() uint32

func (*TicketBucket_Id) ProtoMessage

func (*TicketBucket_Id) ProtoMessage()

func (*TicketBucket_Id) ProtoReflect

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

func (*TicketBucket_Id) Reset

func (x *TicketBucket_Id) Reset()

func (*TicketBucket_Id) String

func (x *TicketBucket_Id) String() string

type Ticket_Details

type Ticket_Details struct {

	// Types that are assignable to Kind:
	//	*Ticket_Details_Metadata
	Kind isTicket_Details_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*Ticket_Details) Descriptor deprecated

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

Deprecated: Use Ticket_Details.ProtoReflect.Descriptor instead.

func (*Ticket_Details) GetKind

func (m *Ticket_Details) GetKind() isTicket_Details_Kind

func (*Ticket_Details) GetMetadata

func (x *Ticket_Details) GetMetadata() *anypb.Any

func (*Ticket_Details) ProtoMessage

func (*Ticket_Details) ProtoMessage()

func (*Ticket_Details) ProtoReflect

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

func (*Ticket_Details) Reset

func (x *Ticket_Details) Reset()

func (*Ticket_Details) String

func (x *Ticket_Details) String() string

type Ticket_Details_Metadata

type Ticket_Details_Metadata struct {
	Metadata *anypb.Any `protobuf:"bytes,100,opt,name=metadata,proto3,oneof"`
}

type Ticket_Details_TV

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

func (*Ticket_Details_TV) Descriptor deprecated

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

Deprecated: Use Ticket_Details_TV.ProtoReflect.Descriptor instead.

func (*Ticket_Details_TV) ProtoMessage

func (*Ticket_Details_TV) ProtoMessage()

func (*Ticket_Details_TV) ProtoReflect

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

func (*Ticket_Details_TV) Reset

func (x *Ticket_Details_TV) Reset()

func (*Ticket_Details_TV) String

func (x *Ticket_Details_TV) String() string

type Ticket_Header

type Ticket_Header struct {
	TicketId       uint32                 `protobuf:"varint,1,opt,name=ticket_id,json=ticketId,proto3" json:"ticket_id,omitempty"`                   // идентификатор билета
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`                 // дата создания билета
	ExpiredValue   bool                   `protobuf:"varint,3,opt,name=expired_value,json=expiredValue,proto3" json:"expired_value,omitempty"`       // значение просрочености действия билета
	ExpiredSupport bool                   `protobuf:"varint,4,opt,name=expired_support,json=expiredSupport,proto3" json:"expired_support,omitempty"` // поддержка срока действия билета
	ExpiredAt      *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expired_at,json=expiredAt,proto3" json:"expired_at,omitempty"`                 // дата завершения срока действия билета
	ActivatedValue bool                   `protobuf:"varint,6,opt,name=activated_value,json=activatedValue,proto3" json:"activated_value,omitempty"` // значение активации билета
	ActivatedAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=activated_at,json=activatedAt,proto3" json:"activated_at,omitempty"`           // дата активации билета
	// contains filtered or unexported fields
}

func (*Ticket_Header) Descriptor deprecated

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

Deprecated: Use Ticket_Header.ProtoReflect.Descriptor instead.

func (*Ticket_Header) GetActivatedAt

func (x *Ticket_Header) GetActivatedAt() *timestamppb.Timestamp

func (*Ticket_Header) GetActivatedValue

func (x *Ticket_Header) GetActivatedValue() bool

func (*Ticket_Header) GetCreatedAt

func (x *Ticket_Header) GetCreatedAt() *timestamppb.Timestamp

func (*Ticket_Header) GetExpiredAt

func (x *Ticket_Header) GetExpiredAt() *timestamppb.Timestamp

func (*Ticket_Header) GetExpiredSupport

func (x *Ticket_Header) GetExpiredSupport() bool

func (*Ticket_Header) GetExpiredValue

func (x *Ticket_Header) GetExpiredValue() bool

func (*Ticket_Header) GetTicketId

func (x *Ticket_Header) GetTicketId() uint32

func (*Ticket_Header) ProtoMessage

func (*Ticket_Header) ProtoMessage()

func (*Ticket_Header) ProtoReflect

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

func (*Ticket_Header) Reset

func (x *Ticket_Header) Reset()

func (*Ticket_Header) String

func (x *Ticket_Header) String() string

type Ticket_Id

type Ticket_Id struct {
	TicketId uint32 `protobuf:"varint,1,opt,name=ticket_id,json=ticketId,proto3" json:"ticket_id,omitempty"` // идентификатор билета
	// contains filtered or unexported fields
}

func (*Ticket_Id) Descriptor deprecated

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

Deprecated: Use Ticket_Id.ProtoReflect.Descriptor instead.

func (*Ticket_Id) GetTicketId

func (x *Ticket_Id) GetTicketId() uint32

func (*Ticket_Id) ProtoMessage

func (*Ticket_Id) ProtoMessage()

func (*Ticket_Id) ProtoReflect

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

func (*Ticket_Id) Reset

func (x *Ticket_Id) Reset()

func (*Ticket_Id) String

func (x *Ticket_Id) String() string

Jump to

Keyboard shortcuts

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