buyer

package
v0.15.3 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuyerAdminItem

type BuyerAdminItem struct {
	Uuid        string            `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
	Phone       string            `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Email       []string          `protobuf:"bytes,4,rep,name=email,proto3" json:"email"`
	Description map[string]string `` /* 153-byte string literal not displayed */
	SortOrder   int64             `protobuf:"varint,6,opt,name=sort_order,json=sortOrder,proto3" json:"sort_order"`
	Images      map[string]string `` /* 143-byte string literal not displayed */
	IsActive    bool              `protobuf:"varint,8,opt,name=is_active,json=isActive,proto3" json:"is_active"`
	CreatedAt   string            `protobuf:"bytes,1001,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	UpdatedAt   string            `protobuf:"bytes,1002,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"`
	DeletedAt   string            `protobuf:"bytes,1003,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at"`
}

func (*BuyerAdminItem) Descriptor

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

func (*BuyerAdminItem) GetCreatedAt

func (m *BuyerAdminItem) GetCreatedAt() string

func (*BuyerAdminItem) GetDeletedAt

func (m *BuyerAdminItem) GetDeletedAt() string

func (*BuyerAdminItem) GetDescription

func (m *BuyerAdminItem) GetDescription() map[string]string

func (*BuyerAdminItem) GetEmail

func (m *BuyerAdminItem) GetEmail() []string

func (*BuyerAdminItem) GetImages

func (m *BuyerAdminItem) GetImages() map[string]string

func (*BuyerAdminItem) GetIsActive

func (m *BuyerAdminItem) GetIsActive() bool

func (*BuyerAdminItem) GetName

func (m *BuyerAdminItem) GetName() string

func (*BuyerAdminItem) GetPhone

func (m *BuyerAdminItem) GetPhone() string

func (*BuyerAdminItem) GetSortOrder

func (m *BuyerAdminItem) GetSortOrder() int64

func (*BuyerAdminItem) GetUpdatedAt

func (m *BuyerAdminItem) GetUpdatedAt() string

func (*BuyerAdminItem) GetUuid

func (m *BuyerAdminItem) GetUuid() string

func (*BuyerAdminItem) ProtoMessage

func (*BuyerAdminItem) ProtoMessage()

func (*BuyerAdminItem) Reset

func (m *BuyerAdminItem) Reset()

func (*BuyerAdminItem) String

func (m *BuyerAdminItem) String() string

func (*BuyerAdminItem) Validate

func (m *BuyerAdminItem) Validate() error

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

func (*BuyerAdminItem) XXX_DiscardUnknown

func (m *BuyerAdminItem) XXX_DiscardUnknown()

func (*BuyerAdminItem) XXX_Marshal

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

func (*BuyerAdminItem) XXX_Merge

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

func (*BuyerAdminItem) XXX_Size

func (m *BuyerAdminItem) XXX_Size() int

func (*BuyerAdminItem) XXX_Unmarshal

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

type BuyerAdminItemValidationError

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

BuyerAdminItemValidationError is the validation error returned by BuyerAdminItem.Validate if the designated constraints aren't met.

func (BuyerAdminItemValidationError) Cause

Cause function returns cause value.

func (BuyerAdminItemValidationError) Error

Error satisfies the builtin error interface

func (BuyerAdminItemValidationError) ErrorName

func (e BuyerAdminItemValidationError) ErrorName() string

ErrorName returns error name.

func (BuyerAdminItemValidationError) Field

Field function returns field value.

func (BuyerAdminItemValidationError) Key

Key function returns key value.

func (BuyerAdminItemValidationError) Reason

Reason function returns reason value.

type BuyerFrontItem

type BuyerFrontItem struct {
	Uuid        string            `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
	Phone       string            `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Email       []string          `protobuf:"bytes,5,rep,name=email,proto3" json:"email"`
	Description string            `protobuf:"bytes,6,opt,name=description,proto3" json:"description"`
	SortOrder   int64             `protobuf:"varint,7,opt,name=sort_order,json=sortOrder,proto3" json:"sort_order"`
	Images      map[string]string `` /* 143-byte string literal not displayed */
}

func (*BuyerFrontItem) Descriptor

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

func (*BuyerFrontItem) GetDescription

func (m *BuyerFrontItem) GetDescription() string

func (*BuyerFrontItem) GetEmail

func (m *BuyerFrontItem) GetEmail() []string

func (*BuyerFrontItem) GetImages

func (m *BuyerFrontItem) GetImages() map[string]string

func (*BuyerFrontItem) GetName

func (m *BuyerFrontItem) GetName() string

func (*BuyerFrontItem) GetPhone

func (m *BuyerFrontItem) GetPhone() string

func (*BuyerFrontItem) GetSortOrder

func (m *BuyerFrontItem) GetSortOrder() int64

func (*BuyerFrontItem) GetUuid

func (m *BuyerFrontItem) GetUuid() string

func (*BuyerFrontItem) ProtoMessage

func (*BuyerFrontItem) ProtoMessage()

func (*BuyerFrontItem) Reset

func (m *BuyerFrontItem) Reset()

func (*BuyerFrontItem) String

func (m *BuyerFrontItem) String() string

func (*BuyerFrontItem) Validate

func (m *BuyerFrontItem) Validate() error

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

func (*BuyerFrontItem) XXX_DiscardUnknown

func (m *BuyerFrontItem) XXX_DiscardUnknown()

func (*BuyerFrontItem) XXX_Marshal

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

func (*BuyerFrontItem) XXX_Merge

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

func (*BuyerFrontItem) XXX_Size

func (m *BuyerFrontItem) XXX_Size() int

func (*BuyerFrontItem) XXX_Unmarshal

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

type BuyerFrontItemValidationError

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

BuyerFrontItemValidationError is the validation error returned by BuyerFrontItem.Validate if the designated constraints aren't met.

func (BuyerFrontItemValidationError) Cause

Cause function returns cause value.

func (BuyerFrontItemValidationError) Error

Error satisfies the builtin error interface

func (BuyerFrontItemValidationError) ErrorName

func (e BuyerFrontItemValidationError) ErrorName() string

ErrorName returns error name.

func (BuyerFrontItemValidationError) Field

Field function returns field value.

func (BuyerFrontItemValidationError) Key

Key function returns key value.

func (BuyerFrontItemValidationError) Reason

Reason function returns reason value.

Directories

Path Synopsis
manager
rpc

Jump to

Keyboard shortcuts

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