Documentation ¶
Index ¶
- type AncestorAdminItem
- func (*AncestorAdminItem) Descriptor() ([]byte, []int)
- func (m *AncestorAdminItem) GetCode() string
- func (m *AncestorAdminItem) GetCreatedAt() string
- func (m *AncestorAdminItem) GetDeletedAt() string
- func (m *AncestorAdminItem) GetDescription() map[string]string
- func (m *AncestorAdminItem) GetImages() map[string]string
- func (m *AncestorAdminItem) GetInfo() *AncestorInfo
- func (m *AncestorAdminItem) GetIsActive() bool
- func (m *AncestorAdminItem) GetName() map[string]string
- func (m *AncestorAdminItem) GetSortOrder() int64
- func (m *AncestorAdminItem) GetUpdatedAt() string
- func (m *AncestorAdminItem) GetUuid() string
- func (*AncestorAdminItem) ProtoMessage()
- func (m *AncestorAdminItem) Reset()
- func (m *AncestorAdminItem) String() string
- func (m *AncestorAdminItem) Validate() error
- func (m *AncestorAdminItem) XXX_DiscardUnknown()
- func (m *AncestorAdminItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AncestorAdminItem) XXX_Merge(src proto.Message)
- func (m *AncestorAdminItem) XXX_Size() int
- func (m *AncestorAdminItem) XXX_Unmarshal(b []byte) error
- type AncestorAdminItemValidationError
- func (e AncestorAdminItemValidationError) Cause() error
- func (e AncestorAdminItemValidationError) Error() string
- func (e AncestorAdminItemValidationError) ErrorName() string
- func (e AncestorAdminItemValidationError) Field() string
- func (e AncestorAdminItemValidationError) Key() bool
- func (e AncestorAdminItemValidationError) Reason() string
- type AncestorFrontItem
- func (*AncestorFrontItem) Descriptor() ([]byte, []int)
- func (m *AncestorFrontItem) GetCode() string
- func (m *AncestorFrontItem) GetDescription() string
- func (m *AncestorFrontItem) GetImages() map[string]string
- func (m *AncestorFrontItem) GetInfo() *AncestorInfo
- func (m *AncestorFrontItem) GetName() string
- func (m *AncestorFrontItem) GetSortOrder() int64
- func (m *AncestorFrontItem) GetUuid() string
- func (*AncestorFrontItem) ProtoMessage()
- func (m *AncestorFrontItem) Reset()
- func (m *AncestorFrontItem) String() string
- func (m *AncestorFrontItem) Validate() error
- func (m *AncestorFrontItem) XXX_DiscardUnknown()
- func (m *AncestorFrontItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AncestorFrontItem) XXX_Merge(src proto.Message)
- func (m *AncestorFrontItem) XXX_Size() int
- func (m *AncestorFrontItem) XXX_Unmarshal(b []byte) error
- type AncestorFrontItemValidationError
- func (e AncestorFrontItemValidationError) Cause() error
- func (e AncestorFrontItemValidationError) Error() string
- func (e AncestorFrontItemValidationError) ErrorName() string
- func (e AncestorFrontItemValidationError) Field() string
- func (e AncestorFrontItemValidationError) Key() bool
- func (e AncestorFrontItemValidationError) Reason() string
- type AncestorInfo
- func (*AncestorInfo) Descriptor() ([]byte, []int)
- func (m *AncestorInfo) GetMerchantId() string
- func (m *AncestorInfo) GetServiceName() string
- func (*AncestorInfo) ProtoMessage()
- func (m *AncestorInfo) Reset()
- func (m *AncestorInfo) String() string
- func (m *AncestorInfo) Validate() error
- func (m *AncestorInfo) XXX_DiscardUnknown()
- func (m *AncestorInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AncestorInfo) XXX_Merge(src proto.Message)
- func (m *AncestorInfo) XXX_Size() int
- func (m *AncestorInfo) XXX_Unmarshal(b []byte) error
- type AncestorInfoValidationError
- func (e AncestorInfoValidationError) Cause() error
- func (e AncestorInfoValidationError) Error() string
- func (e AncestorInfoValidationError) ErrorName() string
- func (e AncestorInfoValidationError) Field() string
- func (e AncestorInfoValidationError) Key() bool
- func (e AncestorInfoValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AncestorAdminItem ¶
type AncestorAdminItem struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` Name map[string]string `` /* 149-byte string literal not displayed */ Description map[string]string `` /* 163-byte string literal not displayed */ SortOrder int64 `protobuf:"varint,5,opt,name=sort_order,json=sortOrder,proto3" json:"sort_order,omitempty"` Images map[string]string `` /* 153-byte string literal not displayed */ Info *AncestorInfo `protobuf:"bytes,7,opt,name=info,proto3" json:"info,omitempty"` IsActive bool `protobuf:"varint,8,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"` CreatedAt string `protobuf:"bytes,1001,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt string `protobuf:"bytes,1002,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt string `protobuf:"bytes,1003,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` }
func (*AncestorAdminItem) Descriptor ¶
func (*AncestorAdminItem) Descriptor() ([]byte, []int)
func (*AncestorAdminItem) GetCode ¶
func (m *AncestorAdminItem) GetCode() string
func (*AncestorAdminItem) GetCreatedAt ¶
func (m *AncestorAdminItem) GetCreatedAt() string
func (*AncestorAdminItem) GetDeletedAt ¶
func (m *AncestorAdminItem) GetDeletedAt() string
func (*AncestorAdminItem) GetDescription ¶
func (m *AncestorAdminItem) GetDescription() map[string]string
func (*AncestorAdminItem) GetImages ¶
func (m *AncestorAdminItem) GetImages() map[string]string
func (*AncestorAdminItem) GetInfo ¶
func (m *AncestorAdminItem) GetInfo() *AncestorInfo
func (*AncestorAdminItem) GetIsActive ¶
func (m *AncestorAdminItem) GetIsActive() bool
func (*AncestorAdminItem) GetName ¶
func (m *AncestorAdminItem) GetName() map[string]string
func (*AncestorAdminItem) GetSortOrder ¶
func (m *AncestorAdminItem) GetSortOrder() int64
func (*AncestorAdminItem) GetUpdatedAt ¶
func (m *AncestorAdminItem) GetUpdatedAt() string
func (*AncestorAdminItem) GetUuid ¶
func (m *AncestorAdminItem) GetUuid() string
func (*AncestorAdminItem) ProtoMessage ¶
func (*AncestorAdminItem) ProtoMessage()
func (*AncestorAdminItem) Reset ¶
func (m *AncestorAdminItem) Reset()
func (*AncestorAdminItem) String ¶
func (m *AncestorAdminItem) String() string
func (*AncestorAdminItem) Validate ¶
func (m *AncestorAdminItem) Validate() error
Validate checks the field values on AncestorAdminItem with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*AncestorAdminItem) XXX_DiscardUnknown ¶
func (m *AncestorAdminItem) XXX_DiscardUnknown()
func (*AncestorAdminItem) XXX_Marshal ¶
func (m *AncestorAdminItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AncestorAdminItem) XXX_Merge ¶
func (m *AncestorAdminItem) XXX_Merge(src proto.Message)
func (*AncestorAdminItem) XXX_Size ¶
func (m *AncestorAdminItem) XXX_Size() int
func (*AncestorAdminItem) XXX_Unmarshal ¶
func (m *AncestorAdminItem) XXX_Unmarshal(b []byte) error
type AncestorAdminItemValidationError ¶
type AncestorAdminItemValidationError struct {
// contains filtered or unexported fields
}
AncestorAdminItemValidationError is the validation error returned by AncestorAdminItem.Validate if the designated constraints aren't met.
func (AncestorAdminItemValidationError) Cause ¶
func (e AncestorAdminItemValidationError) Cause() error
Cause function returns cause value.
func (AncestorAdminItemValidationError) Error ¶
func (e AncestorAdminItemValidationError) Error() string
Error satisfies the builtin error interface
func (AncestorAdminItemValidationError) ErrorName ¶
func (e AncestorAdminItemValidationError) ErrorName() string
ErrorName returns error name.
func (AncestorAdminItemValidationError) Field ¶
func (e AncestorAdminItemValidationError) Field() string
Field function returns field value.
func (AncestorAdminItemValidationError) Key ¶
func (e AncestorAdminItemValidationError) Key() bool
Key function returns key value.
func (AncestorAdminItemValidationError) Reason ¶
func (e AncestorAdminItemValidationError) Reason() string
Reason function returns reason value.
type AncestorFrontItem ¶
type AncestorFrontItem struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` SortOrder int64 `protobuf:"varint,5,opt,name=sort_order,json=sortOrder,proto3" json:"sort_order,omitempty"` Images map[string]string `` /* 153-byte string literal not displayed */ Info *AncestorInfo `protobuf:"bytes,7,opt,name=info,proto3" json:"info,omitempty"` }
func (*AncestorFrontItem) Descriptor ¶
func (*AncestorFrontItem) Descriptor() ([]byte, []int)
func (*AncestorFrontItem) GetCode ¶
func (m *AncestorFrontItem) GetCode() string
func (*AncestorFrontItem) GetDescription ¶
func (m *AncestorFrontItem) GetDescription() string
func (*AncestorFrontItem) GetImages ¶
func (m *AncestorFrontItem) GetImages() map[string]string
func (*AncestorFrontItem) GetInfo ¶
func (m *AncestorFrontItem) GetInfo() *AncestorInfo
func (*AncestorFrontItem) GetName ¶
func (m *AncestorFrontItem) GetName() string
func (*AncestorFrontItem) GetSortOrder ¶
func (m *AncestorFrontItem) GetSortOrder() int64
func (*AncestorFrontItem) GetUuid ¶
func (m *AncestorFrontItem) GetUuid() string
func (*AncestorFrontItem) ProtoMessage ¶
func (*AncestorFrontItem) ProtoMessage()
func (*AncestorFrontItem) Reset ¶
func (m *AncestorFrontItem) Reset()
func (*AncestorFrontItem) String ¶
func (m *AncestorFrontItem) String() string
func (*AncestorFrontItem) Validate ¶
func (m *AncestorFrontItem) Validate() error
Validate checks the field values on AncestorFrontItem with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*AncestorFrontItem) XXX_DiscardUnknown ¶
func (m *AncestorFrontItem) XXX_DiscardUnknown()
func (*AncestorFrontItem) XXX_Marshal ¶
func (m *AncestorFrontItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AncestorFrontItem) XXX_Merge ¶
func (m *AncestorFrontItem) XXX_Merge(src proto.Message)
func (*AncestorFrontItem) XXX_Size ¶
func (m *AncestorFrontItem) XXX_Size() int
func (*AncestorFrontItem) XXX_Unmarshal ¶
func (m *AncestorFrontItem) XXX_Unmarshal(b []byte) error
type AncestorFrontItemValidationError ¶
type AncestorFrontItemValidationError struct {
// contains filtered or unexported fields
}
AncestorFrontItemValidationError is the validation error returned by AncestorFrontItem.Validate if the designated constraints aren't met.
func (AncestorFrontItemValidationError) Cause ¶
func (e AncestorFrontItemValidationError) Cause() error
Cause function returns cause value.
func (AncestorFrontItemValidationError) Error ¶
func (e AncestorFrontItemValidationError) Error() string
Error satisfies the builtin error interface
func (AncestorFrontItemValidationError) ErrorName ¶
func (e AncestorFrontItemValidationError) ErrorName() string
ErrorName returns error name.
func (AncestorFrontItemValidationError) Field ¶
func (e AncestorFrontItemValidationError) Field() string
Field function returns field value.
func (AncestorFrontItemValidationError) Key ¶
func (e AncestorFrontItemValidationError) Key() bool
Key function returns key value.
func (AncestorFrontItemValidationError) Reason ¶
func (e AncestorFrontItemValidationError) Reason() string
Reason function returns reason value.
type AncestorInfo ¶
type AncestorInfo struct { ServiceName string `protobuf:"bytes,1,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"` MerchantId string `protobuf:"bytes,2,opt,name=merchant_id,json=merchantId,proto3" json:"merchant_id,omitempty"` }
func (*AncestorInfo) Descriptor ¶
func (*AncestorInfo) Descriptor() ([]byte, []int)
func (*AncestorInfo) GetMerchantId ¶
func (m *AncestorInfo) GetMerchantId() string
func (*AncestorInfo) GetServiceName ¶
func (m *AncestorInfo) GetServiceName() string
func (*AncestorInfo) ProtoMessage ¶
func (*AncestorInfo) ProtoMessage()
func (*AncestorInfo) Reset ¶
func (m *AncestorInfo) Reset()
func (*AncestorInfo) String ¶
func (m *AncestorInfo) String() string
func (*AncestorInfo) Validate ¶
func (m *AncestorInfo) Validate() error
Validate checks the field values on AncestorInfo with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*AncestorInfo) XXX_DiscardUnknown ¶
func (m *AncestorInfo) XXX_DiscardUnknown()
func (*AncestorInfo) XXX_Marshal ¶
func (m *AncestorInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AncestorInfo) XXX_Merge ¶
func (m *AncestorInfo) XXX_Merge(src proto.Message)
func (*AncestorInfo) XXX_Size ¶
func (m *AncestorInfo) XXX_Size() int
func (*AncestorInfo) XXX_Unmarshal ¶
func (m *AncestorInfo) XXX_Unmarshal(b []byte) error
type AncestorInfoValidationError ¶
type AncestorInfoValidationError struct {
// contains filtered or unexported fields
}
AncestorInfoValidationError is the validation error returned by AncestorInfo.Validate if the designated constraints aren't met.
func (AncestorInfoValidationError) Cause ¶
func (e AncestorInfoValidationError) Cause() error
Cause function returns cause value.
func (AncestorInfoValidationError) Error ¶
func (e AncestorInfoValidationError) Error() string
Error satisfies the builtin error interface
func (AncestorInfoValidationError) ErrorName ¶
func (e AncestorInfoValidationError) ErrorName() string
ErrorName returns error name.
func (AncestorInfoValidationError) Field ¶
func (e AncestorInfoValidationError) Field() string
Field function returns field value.
func (AncestorInfoValidationError) Key ¶
func (e AncestorInfoValidationError) Key() bool
Key function returns key value.
func (AncestorInfoValidationError) Reason ¶
func (e AncestorInfoValidationError) Reason() string
Reason function returns reason value.