v1

package
v0.0.0-...-cc13779 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChargeService_CreateCharge_FullMethodName                      = "/eventcore.v1.ChargeService/CreateCharge"
	ChargeService_FetchChargesByTransportDocumentId_FullMethodName = "/eventcore.v1.ChargeService/FetchChargesByTransportDocumentId"
	ChargeService_FetchChargesByShipmentId_FullMethodName          = "/eventcore.v1.ChargeService/FetchChargesByShipmentId"
)
View Source
const (
	TransportCallService_CreateTransportCall_FullMethodName  = "/eventcore.v1.TransportCallService/CreateTransportCall"
	TransportCallService_GetTransportCalls_FullMethodName    = "/eventcore.v1.TransportCallService/GetTransportCalls"
	TransportCallService_FindTransportCall_FullMethodName    = "/eventcore.v1.TransportCallService/FindTransportCall"
	TransportCallService_GetTransportCallByPk_FullMethodName = "/eventcore.v1.TransportCallService/GetTransportCallByPk"
)
View Source
const (
	VoyageService_CreateVoyage_FullMethodName                                    = "/eventcore.v1.VoyageService/CreateVoyage"
	VoyageService_GetVoyages_FullMethodName                                      = "/eventcore.v1.VoyageService/GetVoyages"
	VoyageService_FindCarrierVoyageNumbersByTransportDocumentRef_FullMethodName  = "/eventcore.v1.VoyageService/FindCarrierVoyageNumbersByTransportDocumentRef"
	VoyageService_FindByCarrierVoyageNumberAndServiceId_FullMethodName           = "/eventcore.v1.VoyageService/FindByCarrierVoyageNumberAndServiceId"
	VoyageService_FindByCarrierVoyageNumber_FullMethodName                       = "/eventcore.v1.VoyageService/FindByCarrierVoyageNumber"
	VoyageService_FindCarrierVoyageNumbersByCarrierBookingRef_FullMethodName     = "/eventcore.v1.VoyageService/FindCarrierVoyageNumbersByCarrierBookingRef"
	VoyageService_FindCarrierVoyageNumbersByShippingInstructionId_FullMethodName = "/eventcore.v1.VoyageService/FindCarrierVoyageNumbersByShippingInstructionId"
)
View Source
const (
	UtilizedTransportEquipmentService_CreateUtilizedTransportEquipment_FullMethodName = "/eventcore.v1.UtilizedTransportEquipmentService/CreateUtilizedTransportEquipment"
)

Variables

View Source
var ChargeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "eventcore.v1.ChargeService",
	HandlerType: (*ChargeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateCharge",
			Handler:    _ChargeService_CreateCharge_Handler,
		},
		{
			MethodName: "FetchChargesByTransportDocumentId",
			Handler:    _ChargeService_FetchChargesByTransportDocumentId_Handler,
		},
		{
			MethodName: "FetchChargesByShipmentId",
			Handler:    _ChargeService_FetchChargesByShipmentId_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "eventcore/v1/charge.proto",
}

ChargeService_ServiceDesc is the grpc.ServiceDesc for ChargeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_eventcore_v1_charge_proto protoreflect.FileDescriptor
View Source
var File_eventcore_v1_transportcall_proto protoreflect.FileDescriptor
View Source
var File_eventcore_v1_utilizedtransportequipment_proto protoreflect.FileDescriptor
View Source
var File_eventcore_v1_voyage_proto protoreflect.FileDescriptor
View Source
var TransportCallService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "eventcore.v1.TransportCallService",
	HandlerType: (*TransportCallServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateTransportCall",
			Handler:    _TransportCallService_CreateTransportCall_Handler,
		},
		{
			MethodName: "GetTransportCalls",
			Handler:    _TransportCallService_GetTransportCalls_Handler,
		},
		{
			MethodName: "FindTransportCall",
			Handler:    _TransportCallService_FindTransportCall_Handler,
		},
		{
			MethodName: "GetTransportCallByPk",
			Handler:    _TransportCallService_GetTransportCallByPk_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "eventcore/v1/transportcall.proto",
}

TransportCallService_ServiceDesc is the grpc.ServiceDesc for TransportCallService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var UtilizedTransportEquipmentService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "eventcore.v1.UtilizedTransportEquipmentService",
	HandlerType: (*UtilizedTransportEquipmentServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateUtilizedTransportEquipment",
			Handler:    _UtilizedTransportEquipmentService_CreateUtilizedTransportEquipment_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "eventcore/v1/utilizedtransportequipment.proto",
}

UtilizedTransportEquipmentService_ServiceDesc is the grpc.ServiceDesc for UtilizedTransportEquipmentService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var VoyageService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "eventcore.v1.VoyageService",
	HandlerType: (*VoyageServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateVoyage",
			Handler:    _VoyageService_CreateVoyage_Handler,
		},
		{
			MethodName: "GetVoyages",
			Handler:    _VoyageService_GetVoyages_Handler,
		},
		{
			MethodName: "FindCarrierVoyageNumbersByTransportDocumentRef",
			Handler:    _VoyageService_FindCarrierVoyageNumbersByTransportDocumentRef_Handler,
		},
		{
			MethodName: "FindByCarrierVoyageNumberAndServiceId",
			Handler:    _VoyageService_FindByCarrierVoyageNumberAndServiceId_Handler,
		},
		{
			MethodName: "FindByCarrierVoyageNumber",
			Handler:    _VoyageService_FindByCarrierVoyageNumber_Handler,
		},
		{
			MethodName: "FindCarrierVoyageNumbersByCarrierBookingRef",
			Handler:    _VoyageService_FindCarrierVoyageNumbersByCarrierBookingRef_Handler,
		},
		{
			MethodName: "FindCarrierVoyageNumbersByShippingInstructionId",
			Handler:    _VoyageService_FindCarrierVoyageNumbersByShippingInstructionId_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "eventcore/v1/voyage.proto",
}

VoyageService_ServiceDesc is the grpc.ServiceDesc for VoyageService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterChargeServiceServer

func RegisterChargeServiceServer(s grpc.ServiceRegistrar, srv ChargeServiceServer)

func RegisterTransportCallServiceServer

func RegisterTransportCallServiceServer(s grpc.ServiceRegistrar, srv TransportCallServiceServer)

func RegisterUtilizedTransportEquipmentServiceServer

func RegisterUtilizedTransportEquipmentServiceServer(s grpc.ServiceRegistrar, srv UtilizedTransportEquipmentServiceServer)

func RegisterVoyageServiceServer

func RegisterVoyageServiceServer(s grpc.ServiceRegistrar, srv VoyageServiceServer)

Types

type Charge

type Charge struct {
	ChargeD   *ChargeD      `protobuf:"bytes,1,opt,name=charge_d,json=chargeD,proto3" json:"charge_d,omitempty"`
	CrUpdUser *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Charge) Descriptor deprecated

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

Deprecated: Use Charge.ProtoReflect.Descriptor instead.

func (*Charge) GetChargeD

func (x *Charge) GetChargeD() *ChargeD

func (*Charge) GetCrUpdTime

func (x *Charge) GetCrUpdTime() *v1.CrUpdTime

func (*Charge) GetCrUpdUser

func (x *Charge) GetCrUpdUser() *v1.CrUpdUser

func (*Charge) ProtoMessage

func (*Charge) ProtoMessage()

func (*Charge) ProtoReflect

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

func (*Charge) Reset

func (x *Charge) Reset()

func (*Charge) String

func (x *Charge) String() string

func (*Charge) Validate

func (m *Charge) Validate() error

Validate checks the field values on Charge with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Charge) ValidateAll

func (m *Charge) ValidateAll() error

ValidateAll checks the field values on Charge with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChargeMultiError, or nil if none found.

type ChargeD

type ChargeD struct {
	Id                  uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4               []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                 string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	TransportDocumentId uint32  `protobuf:"varint,4,opt,name=transport_document_id,json=transportDocumentId,proto3" json:"transport_document_id,omitempty"`
	ShipmentId          uint32  `protobuf:"varint,5,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	ChargeType          string  `protobuf:"bytes,6,opt,name=charge_type,json=chargeType,proto3" json:"charge_type,omitempty"`
	CurrencyAmount      float64 `protobuf:"fixed64,7,opt,name=currency_amount,json=currencyAmount,proto3" json:"currency_amount,omitempty"`
	CurrencyCode        string  `protobuf:"bytes,8,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	PaymentTermCode     string  `protobuf:"bytes,9,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"`
	CalculationBasis    string  `protobuf:"bytes,10,opt,name=calculation_basis,json=calculationBasis,proto3" json:"calculation_basis,omitempty"`
	UnitPrice           float64 `protobuf:"fixed64,11,opt,name=unit_price,json=unitPrice,proto3" json:"unit_price,omitempty"`
	Quantity            float64 `protobuf:"fixed64,12,opt,name=quantity,proto3" json:"quantity,omitempty"`
	// contains filtered or unexported fields
}

func (*ChargeD) Descriptor deprecated

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

Deprecated: Use ChargeD.ProtoReflect.Descriptor instead.

func (*ChargeD) GetCalculationBasis

func (x *ChargeD) GetCalculationBasis() string

func (*ChargeD) GetChargeType

func (x *ChargeD) GetChargeType() string

func (*ChargeD) GetCurrencyAmount

func (x *ChargeD) GetCurrencyAmount() float64

func (*ChargeD) GetCurrencyCode

func (x *ChargeD) GetCurrencyCode() string

func (*ChargeD) GetId

func (x *ChargeD) GetId() uint32

func (*ChargeD) GetIdS

func (x *ChargeD) GetIdS() string

func (*ChargeD) GetPaymentTermCode

func (x *ChargeD) GetPaymentTermCode() string

func (*ChargeD) GetQuantity

func (x *ChargeD) GetQuantity() float64

func (*ChargeD) GetShipmentId

func (x *ChargeD) GetShipmentId() uint32

func (*ChargeD) GetTransportDocumentId

func (x *ChargeD) GetTransportDocumentId() uint32

func (*ChargeD) GetUnitPrice

func (x *ChargeD) GetUnitPrice() float64

func (*ChargeD) GetUuid4

func (x *ChargeD) GetUuid4() []byte

func (*ChargeD) ProtoMessage

func (*ChargeD) ProtoMessage()

func (*ChargeD) ProtoReflect

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

func (*ChargeD) Reset

func (x *ChargeD) Reset()

func (*ChargeD) String

func (x *ChargeD) String() string

func (*ChargeD) Validate

func (m *ChargeD) Validate() error

Validate checks the field values on ChargeD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChargeD) ValidateAll

func (m *ChargeD) ValidateAll() error

ValidateAll checks the field values on ChargeD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChargeDMultiError, or nil if none found.

type ChargeDMultiError

type ChargeDMultiError []error

ChargeDMultiError is an error wrapping multiple validation errors returned by ChargeD.ValidateAll() if the designated constraints aren't met.

func (ChargeDMultiError) AllErrors

func (m ChargeDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChargeDMultiError) Error

func (m ChargeDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChargeDValidationError

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

ChargeDValidationError is the validation error returned by ChargeD.Validate if the designated constraints aren't met.

func (ChargeDValidationError) Cause

func (e ChargeDValidationError) Cause() error

Cause function returns cause value.

func (ChargeDValidationError) Error

func (e ChargeDValidationError) Error() string

Error satisfies the builtin error interface

func (ChargeDValidationError) ErrorName

func (e ChargeDValidationError) ErrorName() string

ErrorName returns error name.

func (ChargeDValidationError) Field

func (e ChargeDValidationError) Field() string

Field function returns field value.

func (ChargeDValidationError) Key

func (e ChargeDValidationError) Key() bool

Key function returns key value.

func (ChargeDValidationError) Reason

func (e ChargeDValidationError) Reason() string

Reason function returns reason value.

type ChargeMultiError

type ChargeMultiError []error

ChargeMultiError is an error wrapping multiple validation errors returned by Charge.ValidateAll() if the designated constraints aren't met.

func (ChargeMultiError) AllErrors

func (m ChargeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChargeMultiError) Error

func (m ChargeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChargeServiceClient

type ChargeServiceClient interface {
	CreateCharge(ctx context.Context, in *CreateChargeRequest, opts ...grpc.CallOption) (*CreateChargeResponse, error)
	FetchChargesByTransportDocumentId(ctx context.Context, in *FetchChargesByTransportDocumentIdRequest, opts ...grpc.CallOption) (*FetchChargesByTransportDocumentIdResponse, error)
	FetchChargesByShipmentId(ctx context.Context, in *FetchChargesByShipmentIdRequest, opts ...grpc.CallOption) (*FetchChargesByShipmentIdResponse, error)
}

ChargeServiceClient is the client API for ChargeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The ChargeService service definition.

type ChargeServiceServer

type ChargeServiceServer interface {
	CreateCharge(context.Context, *CreateChargeRequest) (*CreateChargeResponse, error)
	FetchChargesByTransportDocumentId(context.Context, *FetchChargesByTransportDocumentIdRequest) (*FetchChargesByTransportDocumentIdResponse, error)
	FetchChargesByShipmentId(context.Context, *FetchChargesByShipmentIdRequest) (*FetchChargesByShipmentIdResponse, error)
	// contains filtered or unexported methods
}

ChargeServiceServer is the server API for ChargeService service. All implementations must embed UnimplementedChargeServiceServer for forward compatibility.

The ChargeService service definition.

type ChargeValidationError

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

ChargeValidationError is the validation error returned by Charge.Validate if the designated constraints aren't met.

func (ChargeValidationError) Cause

func (e ChargeValidationError) Cause() error

Cause function returns cause value.

func (ChargeValidationError) Error

func (e ChargeValidationError) Error() string

Error satisfies the builtin error interface

func (ChargeValidationError) ErrorName

func (e ChargeValidationError) ErrorName() string

ErrorName returns error name.

func (ChargeValidationError) Field

func (e ChargeValidationError) Field() string

Field function returns field value.

func (ChargeValidationError) Key

func (e ChargeValidationError) Key() bool

Key function returns key value.

func (ChargeValidationError) Reason

func (e ChargeValidationError) Reason() string

Reason function returns reason value.

type CreateChargeRequest

type CreateChargeRequest struct {
	TransportDocumentId uint32  `protobuf:"varint,1,opt,name=transport_document_id,json=transportDocumentId,proto3" json:"transport_document_id,omitempty"`
	ShipmentId          uint32  `protobuf:"varint,2,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	ChargeType          string  `protobuf:"bytes,3,opt,name=charge_type,json=chargeType,proto3" json:"charge_type,omitempty"`
	CurrencyAmount      float64 `protobuf:"fixed64,4,opt,name=currency_amount,json=currencyAmount,proto3" json:"currency_amount,omitempty"`
	CurrencyCode        string  `protobuf:"bytes,5,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	PaymentTermCode     string  `protobuf:"bytes,6,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"`
	CalculationBasis    string  `protobuf:"bytes,7,opt,name=calculation_basis,json=calculationBasis,proto3" json:"calculation_basis,omitempty"`
	UnitPrice           float64 `protobuf:"fixed64,8,opt,name=unit_price,json=unitPrice,proto3" json:"unit_price,omitempty"`
	Quantity            float64 `protobuf:"fixed64,9,opt,name=quantity,proto3" json:"quantity,omitempty"`
	UserId              string  `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail           string  `protobuf:"bytes,11,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId           string  `protobuf:"bytes,12,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateChargeRequest) Descriptor deprecated

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

Deprecated: Use CreateChargeRequest.ProtoReflect.Descriptor instead.

func (*CreateChargeRequest) GetCalculationBasis

func (x *CreateChargeRequest) GetCalculationBasis() string

func (*CreateChargeRequest) GetChargeType

func (x *CreateChargeRequest) GetChargeType() string

func (*CreateChargeRequest) GetCurrencyAmount

func (x *CreateChargeRequest) GetCurrencyAmount() float64

func (*CreateChargeRequest) GetCurrencyCode

func (x *CreateChargeRequest) GetCurrencyCode() string

func (*CreateChargeRequest) GetPaymentTermCode

func (x *CreateChargeRequest) GetPaymentTermCode() string

func (*CreateChargeRequest) GetQuantity

func (x *CreateChargeRequest) GetQuantity() float64

func (*CreateChargeRequest) GetRequestId

func (x *CreateChargeRequest) GetRequestId() string

func (*CreateChargeRequest) GetShipmentId

func (x *CreateChargeRequest) GetShipmentId() uint32

func (*CreateChargeRequest) GetTransportDocumentId

func (x *CreateChargeRequest) GetTransportDocumentId() uint32

func (*CreateChargeRequest) GetUnitPrice

func (x *CreateChargeRequest) GetUnitPrice() float64

func (*CreateChargeRequest) GetUserEmail

func (x *CreateChargeRequest) GetUserEmail() string

func (*CreateChargeRequest) GetUserId

func (x *CreateChargeRequest) GetUserId() string

func (*CreateChargeRequest) ProtoMessage

func (*CreateChargeRequest) ProtoMessage()

func (*CreateChargeRequest) ProtoReflect

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

func (*CreateChargeRequest) Reset

func (x *CreateChargeRequest) Reset()

func (*CreateChargeRequest) String

func (x *CreateChargeRequest) String() string

func (*CreateChargeRequest) Validate

func (m *CreateChargeRequest) Validate() error

Validate checks the field values on CreateChargeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateChargeRequest) ValidateAll

func (m *CreateChargeRequest) ValidateAll() error

ValidateAll checks the field values on CreateChargeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateChargeRequestMultiError, or nil if none found.

type CreateChargeRequestMultiError

type CreateChargeRequestMultiError []error

CreateChargeRequestMultiError is an error wrapping multiple validation errors returned by CreateChargeRequest.ValidateAll() if the designated constraints aren't met.

func (CreateChargeRequestMultiError) AllErrors

func (m CreateChargeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateChargeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateChargeRequestValidationError

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

CreateChargeRequestValidationError is the validation error returned by CreateChargeRequest.Validate if the designated constraints aren't met.

func (CreateChargeRequestValidationError) Cause

Cause function returns cause value.

func (CreateChargeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateChargeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateChargeRequestValidationError) Field

Field function returns field value.

func (CreateChargeRequestValidationError) Key

Key function returns key value.

func (CreateChargeRequestValidationError) Reason

Reason function returns reason value.

type CreateChargeResponse

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

func (*CreateChargeResponse) Descriptor deprecated

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

Deprecated: Use CreateChargeResponse.ProtoReflect.Descriptor instead.

func (*CreateChargeResponse) GetCharge

func (x *CreateChargeResponse) GetCharge() *Charge

func (*CreateChargeResponse) ProtoMessage

func (*CreateChargeResponse) ProtoMessage()

func (*CreateChargeResponse) ProtoReflect

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

func (*CreateChargeResponse) Reset

func (x *CreateChargeResponse) Reset()

func (*CreateChargeResponse) String

func (x *CreateChargeResponse) String() string

func (*CreateChargeResponse) Validate

func (m *CreateChargeResponse) Validate() error

Validate checks the field values on CreateChargeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateChargeResponse) ValidateAll

func (m *CreateChargeResponse) ValidateAll() error

ValidateAll checks the field values on CreateChargeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateChargeResponseMultiError, or nil if none found.

type CreateChargeResponseMultiError

type CreateChargeResponseMultiError []error

CreateChargeResponseMultiError is an error wrapping multiple validation errors returned by CreateChargeResponse.ValidateAll() if the designated constraints aren't met.

func (CreateChargeResponseMultiError) AllErrors

func (m CreateChargeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateChargeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateChargeResponseValidationError

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

CreateChargeResponseValidationError is the validation error returned by CreateChargeResponse.Validate if the designated constraints aren't met.

func (CreateChargeResponseValidationError) Cause

Cause function returns cause value.

func (CreateChargeResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateChargeResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateChargeResponseValidationError) Field

Field function returns field value.

func (CreateChargeResponseValidationError) Key

Key function returns key value.

func (CreateChargeResponseValidationError) Reason

Reason function returns reason value.

type CreateEquipmentRequest

type CreateEquipmentRequest struct {
	EquipmentReference string  `protobuf:"bytes,1,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	IsoEquipmentCode   string  `protobuf:"bytes,2,opt,name=iso_equipment_code,json=isoEquipmentCode,proto3" json:"iso_equipment_code,omitempty"`
	TareWeight         float64 `protobuf:"fixed64,3,opt,name=tare_weight,json=tareWeight,proto3" json:"tare_weight,omitempty"`
	WeightUnit         string  `protobuf:"bytes,4,opt,name=weight_unit,json=weightUnit,proto3" json:"weight_unit,omitempty"`
	UserId             string  `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail          string  `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId          string  `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEquipmentRequest) Descriptor deprecated

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

Deprecated: Use CreateEquipmentRequest.ProtoReflect.Descriptor instead.

func (*CreateEquipmentRequest) GetEquipmentReference

func (x *CreateEquipmentRequest) GetEquipmentReference() string

func (*CreateEquipmentRequest) GetIsoEquipmentCode

func (x *CreateEquipmentRequest) GetIsoEquipmentCode() string

func (*CreateEquipmentRequest) GetRequestId

func (x *CreateEquipmentRequest) GetRequestId() string

func (*CreateEquipmentRequest) GetTareWeight

func (x *CreateEquipmentRequest) GetTareWeight() float64

func (*CreateEquipmentRequest) GetUserEmail

func (x *CreateEquipmentRequest) GetUserEmail() string

func (*CreateEquipmentRequest) GetUserId

func (x *CreateEquipmentRequest) GetUserId() string

func (*CreateEquipmentRequest) GetWeightUnit

func (x *CreateEquipmentRequest) GetWeightUnit() string

func (*CreateEquipmentRequest) ProtoMessage

func (*CreateEquipmentRequest) ProtoMessage()

func (*CreateEquipmentRequest) ProtoReflect

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

func (*CreateEquipmentRequest) Reset

func (x *CreateEquipmentRequest) Reset()

func (*CreateEquipmentRequest) String

func (x *CreateEquipmentRequest) String() string

func (*CreateEquipmentRequest) Validate

func (m *CreateEquipmentRequest) Validate() error

Validate checks the field values on CreateEquipmentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateEquipmentRequest) ValidateAll

func (m *CreateEquipmentRequest) ValidateAll() error

ValidateAll checks the field values on CreateEquipmentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateEquipmentRequestMultiError, or nil if none found.

type CreateEquipmentRequestMultiError

type CreateEquipmentRequestMultiError []error

CreateEquipmentRequestMultiError is an error wrapping multiple validation errors returned by CreateEquipmentRequest.ValidateAll() if the designated constraints aren't met.

func (CreateEquipmentRequestMultiError) AllErrors

func (m CreateEquipmentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateEquipmentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateEquipmentRequestValidationError

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

CreateEquipmentRequestValidationError is the validation error returned by CreateEquipmentRequest.Validate if the designated constraints aren't met.

func (CreateEquipmentRequestValidationError) Cause

Cause function returns cause value.

func (CreateEquipmentRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEquipmentRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEquipmentRequestValidationError) Field

Field function returns field value.

func (CreateEquipmentRequestValidationError) Key

Key function returns key value.

func (CreateEquipmentRequestValidationError) Reason

Reason function returns reason value.

type CreateTransportCallRequest

type CreateTransportCallRequest struct {
	TransportCallReference      string `` /* 129-byte string literal not displayed */
	TransportCallSequenceNumber uint32 `` /* 147-byte string literal not displayed */
	FacilityId                  uint32 `protobuf:"varint,3,opt,name=facility_id,json=facilityId,proto3" json:"facility_id,omitempty"`
	FacilityTypeCode            string `protobuf:"bytes,4,opt,name=facility_type_code,json=facilityTypeCode,proto3" json:"facility_type_code,omitempty"`
	OtherFacility               string `protobuf:"bytes,5,opt,name=other_facility,json=otherFacility,proto3" json:"other_facility,omitempty"`
	LocationId                  uint32 `protobuf:"varint,6,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	ModeOfTransportCode         string `protobuf:"bytes,7,opt,name=mode_of_transport_code,json=modeOfTransportCode,proto3" json:"mode_of_transport_code,omitempty"`
	VesselId                    uint32 `protobuf:"varint,8,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,omitempty"`
	ImportVoyageId              uint32 `protobuf:"varint,9,opt,name=import_voyage_id,json=importVoyageId,proto3" json:"import_voyage_id,omitempty"`
	ExportVoyageId              uint32 `protobuf:"varint,10,opt,name=export_voyage_id,json=exportVoyageId,proto3" json:"export_voyage_id,omitempty"`
	PortCallStatusCode          string `protobuf:"bytes,11,opt,name=port_call_status_code,json=portCallStatusCode,proto3" json:"port_call_status_code,omitempty"`
	PortVisitReference          string `protobuf:"bytes,12,opt,name=port_visit_reference,json=portVisitReference,proto3" json:"port_visit_reference,omitempty"`
	UserId                      string `protobuf:"bytes,13,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                   string `protobuf:"bytes,14,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                   string `protobuf:"bytes,15,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTransportCallRequest) Descriptor deprecated

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

Deprecated: Use CreateTransportCallRequest.ProtoReflect.Descriptor instead.

func (*CreateTransportCallRequest) GetExportVoyageId

func (x *CreateTransportCallRequest) GetExportVoyageId() uint32

func (*CreateTransportCallRequest) GetFacilityId

func (x *CreateTransportCallRequest) GetFacilityId() uint32

func (*CreateTransportCallRequest) GetFacilityTypeCode

func (x *CreateTransportCallRequest) GetFacilityTypeCode() string

func (*CreateTransportCallRequest) GetImportVoyageId

func (x *CreateTransportCallRequest) GetImportVoyageId() uint32

func (*CreateTransportCallRequest) GetLocationId

func (x *CreateTransportCallRequest) GetLocationId() uint32

func (*CreateTransportCallRequest) GetModeOfTransportCode

func (x *CreateTransportCallRequest) GetModeOfTransportCode() string

func (*CreateTransportCallRequest) GetOtherFacility

func (x *CreateTransportCallRequest) GetOtherFacility() string

func (*CreateTransportCallRequest) GetPortCallStatusCode

func (x *CreateTransportCallRequest) GetPortCallStatusCode() string

func (*CreateTransportCallRequest) GetPortVisitReference

func (x *CreateTransportCallRequest) GetPortVisitReference() string

func (*CreateTransportCallRequest) GetRequestId

func (x *CreateTransportCallRequest) GetRequestId() string

func (*CreateTransportCallRequest) GetTransportCallReference

func (x *CreateTransportCallRequest) GetTransportCallReference() string

func (*CreateTransportCallRequest) GetTransportCallSequenceNumber

func (x *CreateTransportCallRequest) GetTransportCallSequenceNumber() uint32

func (*CreateTransportCallRequest) GetUserEmail

func (x *CreateTransportCallRequest) GetUserEmail() string

func (*CreateTransportCallRequest) GetUserId

func (x *CreateTransportCallRequest) GetUserId() string

func (*CreateTransportCallRequest) GetVesselId

func (x *CreateTransportCallRequest) GetVesselId() uint32

func (*CreateTransportCallRequest) ProtoMessage

func (*CreateTransportCallRequest) ProtoMessage()

func (*CreateTransportCallRequest) ProtoReflect

func (*CreateTransportCallRequest) Reset

func (x *CreateTransportCallRequest) Reset()

func (*CreateTransportCallRequest) String

func (x *CreateTransportCallRequest) String() string

func (*CreateTransportCallRequest) Validate

func (m *CreateTransportCallRequest) Validate() error

Validate checks the field values on CreateTransportCallRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTransportCallRequest) ValidateAll

func (m *CreateTransportCallRequest) ValidateAll() error

ValidateAll checks the field values on CreateTransportCallRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTransportCallRequestMultiError, or nil if none found.

type CreateTransportCallRequestMultiError

type CreateTransportCallRequestMultiError []error

CreateTransportCallRequestMultiError is an error wrapping multiple validation errors returned by CreateTransportCallRequest.ValidateAll() if the designated constraints aren't met.

func (CreateTransportCallRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTransportCallRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTransportCallRequestValidationError

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

CreateTransportCallRequestValidationError is the validation error returned by CreateTransportCallRequest.Validate if the designated constraints aren't met.

func (CreateTransportCallRequestValidationError) Cause

Cause function returns cause value.

func (CreateTransportCallRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTransportCallRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTransportCallRequestValidationError) Field

Field function returns field value.

func (CreateTransportCallRequestValidationError) Key

Key function returns key value.

func (CreateTransportCallRequestValidationError) Reason

Reason function returns reason value.

type CreateTransportCallResponse

type CreateTransportCallResponse struct {
	TransportCall *TransportCall `protobuf:"bytes,1,opt,name=transport_call,json=transportCall,proto3" json:"transport_call,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTransportCallResponse) Descriptor deprecated

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

Deprecated: Use CreateTransportCallResponse.ProtoReflect.Descriptor instead.

func (*CreateTransportCallResponse) GetTransportCall

func (x *CreateTransportCallResponse) GetTransportCall() *TransportCall

func (*CreateTransportCallResponse) ProtoMessage

func (*CreateTransportCallResponse) ProtoMessage()

func (*CreateTransportCallResponse) ProtoReflect

func (*CreateTransportCallResponse) Reset

func (x *CreateTransportCallResponse) Reset()

func (*CreateTransportCallResponse) String

func (x *CreateTransportCallResponse) String() string

func (*CreateTransportCallResponse) Validate

func (m *CreateTransportCallResponse) Validate() error

Validate checks the field values on CreateTransportCallResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTransportCallResponse) ValidateAll

func (m *CreateTransportCallResponse) ValidateAll() error

ValidateAll checks the field values on CreateTransportCallResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTransportCallResponseMultiError, or nil if none found.

type CreateTransportCallResponseMultiError

type CreateTransportCallResponseMultiError []error

CreateTransportCallResponseMultiError is an error wrapping multiple validation errors returned by CreateTransportCallResponse.ValidateAll() if the designated constraints aren't met.

func (CreateTransportCallResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTransportCallResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTransportCallResponseValidationError

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

CreateTransportCallResponseValidationError is the validation error returned by CreateTransportCallResponse.Validate if the designated constraints aren't met.

func (CreateTransportCallResponseValidationError) Cause

Cause function returns cause value.

func (CreateTransportCallResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTransportCallResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTransportCallResponseValidationError) Field

Field function returns field value.

func (CreateTransportCallResponseValidationError) Key

Key function returns key value.

func (CreateTransportCallResponseValidationError) Reason

Reason function returns reason value.

type CreateUtilizedTransportEquipmentRequest

type CreateUtilizedTransportEquipmentRequest struct {
	EquipmentReference   string                  `protobuf:"bytes,1,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	CargoGrossWeight     float64                 `protobuf:"fixed64,2,opt,name=cargo_gross_weight,json=cargoGrossWeight,proto3" json:"cargo_gross_weight,omitempty"`
	CargoGrossWeightUnit string                  `protobuf:"bytes,3,opt,name=cargo_gross_weight_unit,json=cargoGrossWeightUnit,proto3" json:"cargo_gross_weight_unit,omitempty"`
	IsShipperOwned       bool                    `protobuf:"varint,4,opt,name=is_shipper_owned,json=isShipperOwned,proto3" json:"is_shipper_owned,omitempty"`
	UserId               string                  `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail            string                  `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId            string                  `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Equipment            *CreateEquipmentRequest `protobuf:"bytes,8,opt,name=equipment,proto3" json:"equipment,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUtilizedTransportEquipmentRequest) Descriptor deprecated

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

Deprecated: Use CreateUtilizedTransportEquipmentRequest.ProtoReflect.Descriptor instead.

func (*CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeight

func (x *CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeight() float64

func (*CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeightUnit

func (x *CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeightUnit() string

func (*CreateUtilizedTransportEquipmentRequest) GetEquipment

func (*CreateUtilizedTransportEquipmentRequest) GetEquipmentReference

func (x *CreateUtilizedTransportEquipmentRequest) GetEquipmentReference() string

func (*CreateUtilizedTransportEquipmentRequest) GetIsShipperOwned

func (x *CreateUtilizedTransportEquipmentRequest) GetIsShipperOwned() bool

func (*CreateUtilizedTransportEquipmentRequest) GetRequestId

func (*CreateUtilizedTransportEquipmentRequest) GetUserEmail

func (*CreateUtilizedTransportEquipmentRequest) GetUserId

func (*CreateUtilizedTransportEquipmentRequest) ProtoMessage

func (*CreateUtilizedTransportEquipmentRequest) ProtoReflect

func (*CreateUtilizedTransportEquipmentRequest) Reset

func (*CreateUtilizedTransportEquipmentRequest) String

func (*CreateUtilizedTransportEquipmentRequest) Validate

Validate checks the field values on CreateUtilizedTransportEquipmentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateUtilizedTransportEquipmentRequest) ValidateAll

ValidateAll checks the field values on CreateUtilizedTransportEquipmentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateUtilizedTransportEquipmentRequestMultiError, or nil if none found.

type CreateUtilizedTransportEquipmentRequestMultiError

type CreateUtilizedTransportEquipmentRequestMultiError []error

CreateUtilizedTransportEquipmentRequestMultiError is an error wrapping multiple validation errors returned by CreateUtilizedTransportEquipmentRequest.ValidateAll() if the designated constraints aren't met.

func (CreateUtilizedTransportEquipmentRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateUtilizedTransportEquipmentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateUtilizedTransportEquipmentRequestValidationError

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

CreateUtilizedTransportEquipmentRequestValidationError is the validation error returned by CreateUtilizedTransportEquipmentRequest.Validate if the designated constraints aren't met.

func (CreateUtilizedTransportEquipmentRequestValidationError) Cause

Cause function returns cause value.

func (CreateUtilizedTransportEquipmentRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateUtilizedTransportEquipmentRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateUtilizedTransportEquipmentRequestValidationError) Field

Field function returns field value.

func (CreateUtilizedTransportEquipmentRequestValidationError) Key

Key function returns key value.

func (CreateUtilizedTransportEquipmentRequestValidationError) Reason

Reason function returns reason value.

type CreateUtilizedTransportEquipmentResponse

type CreateUtilizedTransportEquipmentResponse struct {
	UtilizedTransportEquipment *UtilizedTransportEquipment `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateUtilizedTransportEquipmentResponse) Descriptor deprecated

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

Deprecated: Use CreateUtilizedTransportEquipmentResponse.ProtoReflect.Descriptor instead.

func (*CreateUtilizedTransportEquipmentResponse) GetUtilizedTransportEquipment

func (x *CreateUtilizedTransportEquipmentResponse) GetUtilizedTransportEquipment() *UtilizedTransportEquipment

func (*CreateUtilizedTransportEquipmentResponse) ProtoMessage

func (*CreateUtilizedTransportEquipmentResponse) ProtoReflect

func (*CreateUtilizedTransportEquipmentResponse) Reset

func (*CreateUtilizedTransportEquipmentResponse) String

func (*CreateUtilizedTransportEquipmentResponse) Validate

Validate checks the field values on CreateUtilizedTransportEquipmentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateUtilizedTransportEquipmentResponse) ValidateAll

ValidateAll checks the field values on CreateUtilizedTransportEquipmentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateUtilizedTransportEquipmentResponseMultiError, or nil if none found.

type CreateUtilizedTransportEquipmentResponseMultiError

type CreateUtilizedTransportEquipmentResponseMultiError []error

CreateUtilizedTransportEquipmentResponseMultiError is an error wrapping multiple validation errors returned by CreateUtilizedTransportEquipmentResponse.ValidateAll() if the designated constraints aren't met.

func (CreateUtilizedTransportEquipmentResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateUtilizedTransportEquipmentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateUtilizedTransportEquipmentResponseValidationError

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

CreateUtilizedTransportEquipmentResponseValidationError is the validation error returned by CreateUtilizedTransportEquipmentResponse.Validate if the designated constraints aren't met.

func (CreateUtilizedTransportEquipmentResponseValidationError) Cause

Cause function returns cause value.

func (CreateUtilizedTransportEquipmentResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateUtilizedTransportEquipmentResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateUtilizedTransportEquipmentResponseValidationError) Field

Field function returns field value.

func (CreateUtilizedTransportEquipmentResponseValidationError) Key

Key function returns key value.

func (CreateUtilizedTransportEquipmentResponseValidationError) Reason

Reason function returns reason value.

type CreateVoyageRequest

type CreateVoyageRequest struct {
	CarrierVoyageNumber      string `protobuf:"bytes,1,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,omitempty"`
	UniversalVoyageReference string `` /* 135-byte string literal not displayed */
	ServiceId                uint32 `protobuf:"varint,3,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	UserId                   string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateVoyageRequest) Descriptor deprecated

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

Deprecated: Use CreateVoyageRequest.ProtoReflect.Descriptor instead.

func (*CreateVoyageRequest) GetCarrierVoyageNumber

func (x *CreateVoyageRequest) GetCarrierVoyageNumber() string

func (*CreateVoyageRequest) GetRequestId

func (x *CreateVoyageRequest) GetRequestId() string

func (*CreateVoyageRequest) GetServiceId

func (x *CreateVoyageRequest) GetServiceId() uint32

func (*CreateVoyageRequest) GetUniversalVoyageReference

func (x *CreateVoyageRequest) GetUniversalVoyageReference() string

func (*CreateVoyageRequest) GetUserEmail

func (x *CreateVoyageRequest) GetUserEmail() string

func (*CreateVoyageRequest) GetUserId

func (x *CreateVoyageRequest) GetUserId() string

func (*CreateVoyageRequest) ProtoMessage

func (*CreateVoyageRequest) ProtoMessage()

func (*CreateVoyageRequest) ProtoReflect

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

func (*CreateVoyageRequest) Reset

func (x *CreateVoyageRequest) Reset()

func (*CreateVoyageRequest) String

func (x *CreateVoyageRequest) String() string

func (*CreateVoyageRequest) Validate

func (m *CreateVoyageRequest) Validate() error

Validate checks the field values on CreateVoyageRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateVoyageRequest) ValidateAll

func (m *CreateVoyageRequest) ValidateAll() error

ValidateAll checks the field values on CreateVoyageRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateVoyageRequestMultiError, or nil if none found.

type CreateVoyageRequestMultiError

type CreateVoyageRequestMultiError []error

CreateVoyageRequestMultiError is an error wrapping multiple validation errors returned by CreateVoyageRequest.ValidateAll() if the designated constraints aren't met.

func (CreateVoyageRequestMultiError) AllErrors

func (m CreateVoyageRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVoyageRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateVoyageRequestValidationError

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

CreateVoyageRequestValidationError is the validation error returned by CreateVoyageRequest.Validate if the designated constraints aren't met.

func (CreateVoyageRequestValidationError) Cause

Cause function returns cause value.

func (CreateVoyageRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVoyageRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVoyageRequestValidationError) Field

Field function returns field value.

func (CreateVoyageRequestValidationError) Key

Key function returns key value.

func (CreateVoyageRequestValidationError) Reason

Reason function returns reason value.

type CreateVoyageResponse

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

func (*CreateVoyageResponse) Descriptor deprecated

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

Deprecated: Use CreateVoyageResponse.ProtoReflect.Descriptor instead.

func (*CreateVoyageResponse) GetVoyage

func (x *CreateVoyageResponse) GetVoyage() *Voyage

func (*CreateVoyageResponse) ProtoMessage

func (*CreateVoyageResponse) ProtoMessage()

func (*CreateVoyageResponse) ProtoReflect

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

func (*CreateVoyageResponse) Reset

func (x *CreateVoyageResponse) Reset()

func (*CreateVoyageResponse) String

func (x *CreateVoyageResponse) String() string

func (*CreateVoyageResponse) Validate

func (m *CreateVoyageResponse) Validate() error

Validate checks the field values on CreateVoyageResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateVoyageResponse) ValidateAll

func (m *CreateVoyageResponse) ValidateAll() error

ValidateAll checks the field values on CreateVoyageResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateVoyageResponseMultiError, or nil if none found.

type CreateVoyageResponseMultiError

type CreateVoyageResponseMultiError []error

CreateVoyageResponseMultiError is an error wrapping multiple validation errors returned by CreateVoyageResponse.ValidateAll() if the designated constraints aren't met.

func (CreateVoyageResponseMultiError) AllErrors

func (m CreateVoyageResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVoyageResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateVoyageResponseValidationError

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

CreateVoyageResponseValidationError is the validation error returned by CreateVoyageResponse.Validate if the designated constraints aren't met.

func (CreateVoyageResponseValidationError) Cause

Cause function returns cause value.

func (CreateVoyageResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVoyageResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVoyageResponseValidationError) Field

Field function returns field value.

func (CreateVoyageResponseValidationError) Key

Key function returns key value.

func (CreateVoyageResponseValidationError) Reason

Reason function returns reason value.

type Equipment

type Equipment struct {
	EquipmentD *EquipmentD   `protobuf:"bytes,1,opt,name=equipment_d,json=equipmentD,proto3" json:"equipment_d,omitempty"`
	CrUpdUser  *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime  *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Equipment) Descriptor deprecated

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

Deprecated: Use Equipment.ProtoReflect.Descriptor instead.

func (*Equipment) GetCrUpdTime

func (x *Equipment) GetCrUpdTime() *v1.CrUpdTime

func (*Equipment) GetCrUpdUser

func (x *Equipment) GetCrUpdUser() *v1.CrUpdUser

func (*Equipment) GetEquipmentD

func (x *Equipment) GetEquipmentD() *EquipmentD

func (*Equipment) ProtoMessage

func (*Equipment) ProtoMessage()

func (*Equipment) ProtoReflect

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

func (*Equipment) Reset

func (x *Equipment) Reset()

func (*Equipment) String

func (x *Equipment) String() string

func (*Equipment) Validate

func (m *Equipment) Validate() error

Validate checks the field values on Equipment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Equipment) ValidateAll

func (m *Equipment) ValidateAll() error

ValidateAll checks the field values on Equipment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EquipmentMultiError, or nil if none found.

type EquipmentD

type EquipmentD struct {
	Id                 uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4              []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	EquipmentReference string  `protobuf:"bytes,4,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	IsoEquipmentCode   string  `protobuf:"bytes,5,opt,name=iso_equipment_code,json=isoEquipmentCode,proto3" json:"iso_equipment_code,omitempty"`
	TareWeight         float64 `protobuf:"fixed64,6,opt,name=tare_weight,json=tareWeight,proto3" json:"tare_weight,omitempty"`
	WeightUnit         string  `protobuf:"bytes,7,opt,name=weight_unit,json=weightUnit,proto3" json:"weight_unit,omitempty"`
	// contains filtered or unexported fields
}

func (*EquipmentD) Descriptor deprecated

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

Deprecated: Use EquipmentD.ProtoReflect.Descriptor instead.

func (*EquipmentD) GetEquipmentReference

func (x *EquipmentD) GetEquipmentReference() string

func (*EquipmentD) GetId

func (x *EquipmentD) GetId() uint32

func (*EquipmentD) GetIdS

func (x *EquipmentD) GetIdS() string

func (*EquipmentD) GetIsoEquipmentCode

func (x *EquipmentD) GetIsoEquipmentCode() string

func (*EquipmentD) GetTareWeight

func (x *EquipmentD) GetTareWeight() float64

func (*EquipmentD) GetUuid4

func (x *EquipmentD) GetUuid4() []byte

func (*EquipmentD) GetWeightUnit

func (x *EquipmentD) GetWeightUnit() string

func (*EquipmentD) ProtoMessage

func (*EquipmentD) ProtoMessage()

func (*EquipmentD) ProtoReflect

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

func (*EquipmentD) Reset

func (x *EquipmentD) Reset()

func (*EquipmentD) String

func (x *EquipmentD) String() string

func (*EquipmentD) Validate

func (m *EquipmentD) Validate() error

Validate checks the field values on EquipmentD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EquipmentD) ValidateAll

func (m *EquipmentD) ValidateAll() error

ValidateAll checks the field values on EquipmentD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EquipmentDMultiError, or nil if none found.

type EquipmentDMultiError

type EquipmentDMultiError []error

EquipmentDMultiError is an error wrapping multiple validation errors returned by EquipmentD.ValidateAll() if the designated constraints aren't met.

func (EquipmentDMultiError) AllErrors

func (m EquipmentDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EquipmentDMultiError) Error

func (m EquipmentDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EquipmentDValidationError

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

EquipmentDValidationError is the validation error returned by EquipmentD.Validate if the designated constraints aren't met.

func (EquipmentDValidationError) Cause

func (e EquipmentDValidationError) Cause() error

Cause function returns cause value.

func (EquipmentDValidationError) Error

Error satisfies the builtin error interface

func (EquipmentDValidationError) ErrorName

func (e EquipmentDValidationError) ErrorName() string

ErrorName returns error name.

func (EquipmentDValidationError) Field

Field function returns field value.

func (EquipmentDValidationError) Key

Key function returns key value.

func (EquipmentDValidationError) Reason

func (e EquipmentDValidationError) Reason() string

Reason function returns reason value.

type EquipmentMultiError

type EquipmentMultiError []error

EquipmentMultiError is an error wrapping multiple validation errors returned by Equipment.ValidateAll() if the designated constraints aren't met.

func (EquipmentMultiError) AllErrors

func (m EquipmentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EquipmentMultiError) Error

func (m EquipmentMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EquipmentValidationError

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

EquipmentValidationError is the validation error returned by Equipment.Validate if the designated constraints aren't met.

func (EquipmentValidationError) Cause

func (e EquipmentValidationError) Cause() error

Cause function returns cause value.

func (EquipmentValidationError) Error

func (e EquipmentValidationError) Error() string

Error satisfies the builtin error interface

func (EquipmentValidationError) ErrorName

func (e EquipmentValidationError) ErrorName() string

ErrorName returns error name.

func (EquipmentValidationError) Field

func (e EquipmentValidationError) Field() string

Field function returns field value.

func (EquipmentValidationError) Key

Key function returns key value.

func (EquipmentValidationError) Reason

func (e EquipmentValidationError) Reason() string

Reason function returns reason value.

type FetchChargesByShipmentIdRequest

type FetchChargesByShipmentIdRequest struct {
	ShipmentId uint32 `protobuf:"varint,1,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	UserId     string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Limit      string `protobuf:"bytes,3,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor string `protobuf:"bytes,4,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail  string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchChargesByShipmentIdRequest) Descriptor deprecated

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

Deprecated: Use FetchChargesByShipmentIdRequest.ProtoReflect.Descriptor instead.

func (*FetchChargesByShipmentIdRequest) GetLimit

func (*FetchChargesByShipmentIdRequest) GetNextCursor

func (x *FetchChargesByShipmentIdRequest) GetNextCursor() string

func (*FetchChargesByShipmentIdRequest) GetRequestId

func (x *FetchChargesByShipmentIdRequest) GetRequestId() string

func (*FetchChargesByShipmentIdRequest) GetShipmentId

func (x *FetchChargesByShipmentIdRequest) GetShipmentId() uint32

func (*FetchChargesByShipmentIdRequest) GetUserEmail

func (x *FetchChargesByShipmentIdRequest) GetUserEmail() string

func (*FetchChargesByShipmentIdRequest) GetUserId

func (x *FetchChargesByShipmentIdRequest) GetUserId() string

func (*FetchChargesByShipmentIdRequest) ProtoMessage

func (*FetchChargesByShipmentIdRequest) ProtoMessage()

func (*FetchChargesByShipmentIdRequest) ProtoReflect

func (*FetchChargesByShipmentIdRequest) Reset

func (*FetchChargesByShipmentIdRequest) String

func (*FetchChargesByShipmentIdRequest) Validate

func (m *FetchChargesByShipmentIdRequest) Validate() error

Validate checks the field values on FetchChargesByShipmentIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchChargesByShipmentIdRequest) ValidateAll

func (m *FetchChargesByShipmentIdRequest) ValidateAll() error

ValidateAll checks the field values on FetchChargesByShipmentIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchChargesByShipmentIdRequestMultiError, or nil if none found.

type FetchChargesByShipmentIdRequestMultiError

type FetchChargesByShipmentIdRequestMultiError []error

FetchChargesByShipmentIdRequestMultiError is an error wrapping multiple validation errors returned by FetchChargesByShipmentIdRequest.ValidateAll() if the designated constraints aren't met.

func (FetchChargesByShipmentIdRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchChargesByShipmentIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchChargesByShipmentIdRequestValidationError

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

FetchChargesByShipmentIdRequestValidationError is the validation error returned by FetchChargesByShipmentIdRequest.Validate if the designated constraints aren't met.

func (FetchChargesByShipmentIdRequestValidationError) Cause

Cause function returns cause value.

func (FetchChargesByShipmentIdRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchChargesByShipmentIdRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchChargesByShipmentIdRequestValidationError) Field

Field function returns field value.

func (FetchChargesByShipmentIdRequestValidationError) Key

Key function returns key value.

func (FetchChargesByShipmentIdRequestValidationError) Reason

Reason function returns reason value.

type FetchChargesByShipmentIdResponse

type FetchChargesByShipmentIdResponse struct {
	Charges    []*Charge `protobuf:"bytes,1,rep,name=charges,proto3" json:"charges,omitempty"`
	NextCursor string    `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchChargesByShipmentIdResponse) Descriptor deprecated

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

Deprecated: Use FetchChargesByShipmentIdResponse.ProtoReflect.Descriptor instead.

func (*FetchChargesByShipmentIdResponse) GetCharges

func (x *FetchChargesByShipmentIdResponse) GetCharges() []*Charge

func (*FetchChargesByShipmentIdResponse) GetNextCursor

func (x *FetchChargesByShipmentIdResponse) GetNextCursor() string

func (*FetchChargesByShipmentIdResponse) ProtoMessage

func (*FetchChargesByShipmentIdResponse) ProtoMessage()

func (*FetchChargesByShipmentIdResponse) ProtoReflect

func (*FetchChargesByShipmentIdResponse) Reset

func (*FetchChargesByShipmentIdResponse) String

func (*FetchChargesByShipmentIdResponse) Validate

Validate checks the field values on FetchChargesByShipmentIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchChargesByShipmentIdResponse) ValidateAll

func (m *FetchChargesByShipmentIdResponse) ValidateAll() error

ValidateAll checks the field values on FetchChargesByShipmentIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchChargesByShipmentIdResponseMultiError, or nil if none found.

type FetchChargesByShipmentIdResponseMultiError

type FetchChargesByShipmentIdResponseMultiError []error

FetchChargesByShipmentIdResponseMultiError is an error wrapping multiple validation errors returned by FetchChargesByShipmentIdResponse.ValidateAll() if the designated constraints aren't met.

func (FetchChargesByShipmentIdResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchChargesByShipmentIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchChargesByShipmentIdResponseValidationError

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

FetchChargesByShipmentIdResponseValidationError is the validation error returned by FetchChargesByShipmentIdResponse.Validate if the designated constraints aren't met.

func (FetchChargesByShipmentIdResponseValidationError) Cause

Cause function returns cause value.

func (FetchChargesByShipmentIdResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchChargesByShipmentIdResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchChargesByShipmentIdResponseValidationError) Field

Field function returns field value.

func (FetchChargesByShipmentIdResponseValidationError) Key

Key function returns key value.

func (FetchChargesByShipmentIdResponseValidationError) Reason

Reason function returns reason value.

type FetchChargesByTransportDocumentIdRequest

type FetchChargesByTransportDocumentIdRequest struct {
	TransportDocumentId uint32 `protobuf:"varint,1,opt,name=transport_document_id,json=transportDocumentId,proto3" json:"transport_document_id,omitempty"`
	UserId              string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Limit               string `protobuf:"bytes,3,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor          string `protobuf:"bytes,4,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail           string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId           string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchChargesByTransportDocumentIdRequest) Descriptor deprecated

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

Deprecated: Use FetchChargesByTransportDocumentIdRequest.ProtoReflect.Descriptor instead.

func (*FetchChargesByTransportDocumentIdRequest) GetLimit

func (*FetchChargesByTransportDocumentIdRequest) GetNextCursor

func (*FetchChargesByTransportDocumentIdRequest) GetRequestId

func (*FetchChargesByTransportDocumentIdRequest) GetTransportDocumentId

func (x *FetchChargesByTransportDocumentIdRequest) GetTransportDocumentId() uint32

func (*FetchChargesByTransportDocumentIdRequest) GetUserEmail

func (*FetchChargesByTransportDocumentIdRequest) GetUserId

func (*FetchChargesByTransportDocumentIdRequest) ProtoMessage

func (*FetchChargesByTransportDocumentIdRequest) ProtoReflect

func (*FetchChargesByTransportDocumentIdRequest) Reset

func (*FetchChargesByTransportDocumentIdRequest) String

func (*FetchChargesByTransportDocumentIdRequest) Validate

Validate checks the field values on FetchChargesByTransportDocumentIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchChargesByTransportDocumentIdRequest) ValidateAll

ValidateAll checks the field values on FetchChargesByTransportDocumentIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchChargesByTransportDocumentIdRequestMultiError, or nil if none found.

type FetchChargesByTransportDocumentIdRequestMultiError

type FetchChargesByTransportDocumentIdRequestMultiError []error

FetchChargesByTransportDocumentIdRequestMultiError is an error wrapping multiple validation errors returned by FetchChargesByTransportDocumentIdRequest.ValidateAll() if the designated constraints aren't met.

func (FetchChargesByTransportDocumentIdRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchChargesByTransportDocumentIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchChargesByTransportDocumentIdRequestValidationError

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

FetchChargesByTransportDocumentIdRequestValidationError is the validation error returned by FetchChargesByTransportDocumentIdRequest.Validate if the designated constraints aren't met.

func (FetchChargesByTransportDocumentIdRequestValidationError) Cause

Cause function returns cause value.

func (FetchChargesByTransportDocumentIdRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchChargesByTransportDocumentIdRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchChargesByTransportDocumentIdRequestValidationError) Field

Field function returns field value.

func (FetchChargesByTransportDocumentIdRequestValidationError) Key

Key function returns key value.

func (FetchChargesByTransportDocumentIdRequestValidationError) Reason

Reason function returns reason value.

type FetchChargesByTransportDocumentIdResponse

type FetchChargesByTransportDocumentIdResponse struct {
	Charges    []*Charge `protobuf:"bytes,1,rep,name=charges,proto3" json:"charges,omitempty"`
	NextCursor string    `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchChargesByTransportDocumentIdResponse) Descriptor deprecated

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

Deprecated: Use FetchChargesByTransportDocumentIdResponse.ProtoReflect.Descriptor instead.

func (*FetchChargesByTransportDocumentIdResponse) GetCharges

func (*FetchChargesByTransportDocumentIdResponse) GetNextCursor

func (*FetchChargesByTransportDocumentIdResponse) ProtoMessage

func (*FetchChargesByTransportDocumentIdResponse) ProtoReflect

func (*FetchChargesByTransportDocumentIdResponse) Reset

func (*FetchChargesByTransportDocumentIdResponse) String

func (*FetchChargesByTransportDocumentIdResponse) Validate

Validate checks the field values on FetchChargesByTransportDocumentIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchChargesByTransportDocumentIdResponse) ValidateAll

ValidateAll checks the field values on FetchChargesByTransportDocumentIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchChargesByTransportDocumentIdResponseMultiError, or nil if none found.

type FetchChargesByTransportDocumentIdResponseMultiError

type FetchChargesByTransportDocumentIdResponseMultiError []error

FetchChargesByTransportDocumentIdResponseMultiError is an error wrapping multiple validation errors returned by FetchChargesByTransportDocumentIdResponse.ValidateAll() if the designated constraints aren't met.

func (FetchChargesByTransportDocumentIdResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchChargesByTransportDocumentIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchChargesByTransportDocumentIdResponseValidationError

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

FetchChargesByTransportDocumentIdResponseValidationError is the validation error returned by FetchChargesByTransportDocumentIdResponse.Validate if the designated constraints aren't met.

func (FetchChargesByTransportDocumentIdResponseValidationError) Cause

Cause function returns cause value.

func (FetchChargesByTransportDocumentIdResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchChargesByTransportDocumentIdResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchChargesByTransportDocumentIdResponseValidationError) Field

Field function returns field value.

func (FetchChargesByTransportDocumentIdResponseValidationError) Key

Key function returns key value.

func (FetchChargesByTransportDocumentIdResponseValidationError) Reason

Reason function returns reason value.

type FindByCarrierVoyageNumberAndServiceIdRequest

type FindByCarrierVoyageNumberAndServiceIdRequest struct {
	CarrierVoyageNumber string `protobuf:"bytes,1,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,omitempty"`
	ServiceId           uint32 `protobuf:"varint,2,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	UserId              string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail           string `protobuf:"bytes,4,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId           string `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByCarrierVoyageNumberAndServiceIdRequest) Descriptor deprecated

Deprecated: Use FindByCarrierVoyageNumberAndServiceIdRequest.ProtoReflect.Descriptor instead.

func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetCarrierVoyageNumber

func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetCarrierVoyageNumber() string

func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetRequestId

func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetServiceId

func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetUserEmail

func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetUserId

func (*FindByCarrierVoyageNumberAndServiceIdRequest) ProtoMessage

func (*FindByCarrierVoyageNumberAndServiceIdRequest) ProtoReflect

func (*FindByCarrierVoyageNumberAndServiceIdRequest) Reset

func (*FindByCarrierVoyageNumberAndServiceIdRequest) String

func (*FindByCarrierVoyageNumberAndServiceIdRequest) Validate

Validate checks the field values on FindByCarrierVoyageNumberAndServiceIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByCarrierVoyageNumberAndServiceIdRequest) ValidateAll

ValidateAll checks the field values on FindByCarrierVoyageNumberAndServiceIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByCarrierVoyageNumberAndServiceIdRequestMultiError, or nil if none found.

type FindByCarrierVoyageNumberAndServiceIdRequestMultiError

type FindByCarrierVoyageNumberAndServiceIdRequestMultiError []error

FindByCarrierVoyageNumberAndServiceIdRequestMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberAndServiceIdRequest.ValidateAll() if the designated constraints aren't met.

func (FindByCarrierVoyageNumberAndServiceIdRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByCarrierVoyageNumberAndServiceIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByCarrierVoyageNumberAndServiceIdRequestValidationError

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

FindByCarrierVoyageNumberAndServiceIdRequestValidationError is the validation error returned by FindByCarrierVoyageNumberAndServiceIdRequest.Validate if the designated constraints aren't met.

func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Cause

Cause function returns cause value.

func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Error

Error satisfies the builtin error interface

func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) ErrorName

ErrorName returns error name.

func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Field

Field function returns field value.

func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Key

Key function returns key value.

func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Reason

Reason function returns reason value.

type FindByCarrierVoyageNumberAndServiceIdResponse

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

func (*FindByCarrierVoyageNumberAndServiceIdResponse) Descriptor deprecated

Deprecated: Use FindByCarrierVoyageNumberAndServiceIdResponse.ProtoReflect.Descriptor instead.

func (*FindByCarrierVoyageNumberAndServiceIdResponse) GetVoyage

func (*FindByCarrierVoyageNumberAndServiceIdResponse) ProtoMessage

func (*FindByCarrierVoyageNumberAndServiceIdResponse) ProtoReflect

func (*FindByCarrierVoyageNumberAndServiceIdResponse) Reset

func (*FindByCarrierVoyageNumberAndServiceIdResponse) String

func (*FindByCarrierVoyageNumberAndServiceIdResponse) Validate

Validate checks the field values on FindByCarrierVoyageNumberAndServiceIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByCarrierVoyageNumberAndServiceIdResponse) ValidateAll

ValidateAll checks the field values on FindByCarrierVoyageNumberAndServiceIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByCarrierVoyageNumberAndServiceIdResponseMultiError, or nil if none found.

type FindByCarrierVoyageNumberAndServiceIdResponseMultiError

type FindByCarrierVoyageNumberAndServiceIdResponseMultiError []error

FindByCarrierVoyageNumberAndServiceIdResponseMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberAndServiceIdResponse.ValidateAll() if the designated constraints aren't met.

func (FindByCarrierVoyageNumberAndServiceIdResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByCarrierVoyageNumberAndServiceIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByCarrierVoyageNumberAndServiceIdResponseValidationError

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

FindByCarrierVoyageNumberAndServiceIdResponseValidationError is the validation error returned by FindByCarrierVoyageNumberAndServiceIdResponse.Validate if the designated constraints aren't met.

func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Cause

Cause function returns cause value.

func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Error

Error satisfies the builtin error interface

func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) ErrorName

ErrorName returns error name.

func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Field

Field function returns field value.

func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Key

Key function returns key value.

func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Reason

Reason function returns reason value.

type FindByCarrierVoyageNumberRequest

type FindByCarrierVoyageNumberRequest struct {
	CarrierVoyageNumber string `protobuf:"bytes,1,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,omitempty"`
	UserId              string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail           string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId           string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByCarrierVoyageNumberRequest) Descriptor deprecated

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

Deprecated: Use FindByCarrierVoyageNumberRequest.ProtoReflect.Descriptor instead.

func (*FindByCarrierVoyageNumberRequest) GetCarrierVoyageNumber

func (x *FindByCarrierVoyageNumberRequest) GetCarrierVoyageNumber() string

func (*FindByCarrierVoyageNumberRequest) GetRequestId

func (x *FindByCarrierVoyageNumberRequest) GetRequestId() string

func (*FindByCarrierVoyageNumberRequest) GetUserEmail

func (x *FindByCarrierVoyageNumberRequest) GetUserEmail() string

func (*FindByCarrierVoyageNumberRequest) GetUserId

func (*FindByCarrierVoyageNumberRequest) ProtoMessage

func (*FindByCarrierVoyageNumberRequest) ProtoMessage()

func (*FindByCarrierVoyageNumberRequest) ProtoReflect

func (*FindByCarrierVoyageNumberRequest) Reset

func (*FindByCarrierVoyageNumberRequest) String

func (*FindByCarrierVoyageNumberRequest) Validate

Validate checks the field values on FindByCarrierVoyageNumberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByCarrierVoyageNumberRequest) ValidateAll

func (m *FindByCarrierVoyageNumberRequest) ValidateAll() error

ValidateAll checks the field values on FindByCarrierVoyageNumberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByCarrierVoyageNumberRequestMultiError, or nil if none found.

type FindByCarrierVoyageNumberRequestMultiError

type FindByCarrierVoyageNumberRequestMultiError []error

FindByCarrierVoyageNumberRequestMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberRequest.ValidateAll() if the designated constraints aren't met.

func (FindByCarrierVoyageNumberRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByCarrierVoyageNumberRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByCarrierVoyageNumberRequestValidationError

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

FindByCarrierVoyageNumberRequestValidationError is the validation error returned by FindByCarrierVoyageNumberRequest.Validate if the designated constraints aren't met.

func (FindByCarrierVoyageNumberRequestValidationError) Cause

Cause function returns cause value.

func (FindByCarrierVoyageNumberRequestValidationError) Error

Error satisfies the builtin error interface

func (FindByCarrierVoyageNumberRequestValidationError) ErrorName

ErrorName returns error name.

func (FindByCarrierVoyageNumberRequestValidationError) Field

Field function returns field value.

func (FindByCarrierVoyageNumberRequestValidationError) Key

Key function returns key value.

func (FindByCarrierVoyageNumberRequestValidationError) Reason

Reason function returns reason value.

type FindByCarrierVoyageNumberResponse

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

func (*FindByCarrierVoyageNumberResponse) Descriptor deprecated

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

Deprecated: Use FindByCarrierVoyageNumberResponse.ProtoReflect.Descriptor instead.

func (*FindByCarrierVoyageNumberResponse) GetVoyage

func (x *FindByCarrierVoyageNumberResponse) GetVoyage() *Voyage

func (*FindByCarrierVoyageNumberResponse) ProtoMessage

func (*FindByCarrierVoyageNumberResponse) ProtoMessage()

func (*FindByCarrierVoyageNumberResponse) ProtoReflect

func (*FindByCarrierVoyageNumberResponse) Reset

func (*FindByCarrierVoyageNumberResponse) String

func (*FindByCarrierVoyageNumberResponse) Validate

Validate checks the field values on FindByCarrierVoyageNumberResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByCarrierVoyageNumberResponse) ValidateAll

func (m *FindByCarrierVoyageNumberResponse) ValidateAll() error

ValidateAll checks the field values on FindByCarrierVoyageNumberResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByCarrierVoyageNumberResponseMultiError, or nil if none found.

type FindByCarrierVoyageNumberResponseMultiError

type FindByCarrierVoyageNumberResponseMultiError []error

FindByCarrierVoyageNumberResponseMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberResponse.ValidateAll() if the designated constraints aren't met.

func (FindByCarrierVoyageNumberResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByCarrierVoyageNumberResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByCarrierVoyageNumberResponseValidationError

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

FindByCarrierVoyageNumberResponseValidationError is the validation error returned by FindByCarrierVoyageNumberResponse.Validate if the designated constraints aren't met.

func (FindByCarrierVoyageNumberResponseValidationError) Cause

Cause function returns cause value.

func (FindByCarrierVoyageNumberResponseValidationError) Error

Error satisfies the builtin error interface

func (FindByCarrierVoyageNumberResponseValidationError) ErrorName

ErrorName returns error name.

func (FindByCarrierVoyageNumberResponseValidationError) Field

Field function returns field value.

func (FindByCarrierVoyageNumberResponseValidationError) Key

Key function returns key value.

func (FindByCarrierVoyageNumberResponseValidationError) Reason

Reason function returns reason value.

type FindCarrierVoyageNumbersByCarrierBookingRefRequest

type FindCarrierVoyageNumbersByCarrierBookingRefRequest struct {
	CarrierBookingRef string `protobuf:"bytes,1,opt,name=carrier_booking_ref,json=carrierBookingRef,proto3" json:"carrier_booking_ref,omitempty"`
	UserId            string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail         string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId         string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Descriptor deprecated

Deprecated: Use FindCarrierVoyageNumbersByCarrierBookingRefRequest.ProtoReflect.Descriptor instead.

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetCarrierBookingRef

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetRequestId

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserEmail

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserId

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoMessage

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoReflect

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Reset

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) String

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Validate

Validate checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ValidateAll

ValidateAll checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError, or nil if none found.

type FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError

type FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError []error

FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByCarrierBookingRefRequest.ValidateAll() if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError

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

FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError is the validation error returned by FindCarrierVoyageNumbersByCarrierBookingRefRequest.Validate if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Cause

Cause function returns cause value.

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Error

Error satisfies the builtin error interface

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) ErrorName

ErrorName returns error name.

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Field

Field function returns field value.

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Key

Key function returns key value.

func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Reason

Reason function returns reason value.

type FindCarrierVoyageNumbersByCarrierBookingRefResponse

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

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Descriptor deprecated

Deprecated: Use FindCarrierVoyageNumbersByCarrierBookingRefResponse.ProtoReflect.Descriptor instead.

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) GetVoyage

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoMessage

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoReflect

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Reset

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) String

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Validate

Validate checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ValidateAll

ValidateAll checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError, or nil if none found.

type FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError

type FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError []error

FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByCarrierBookingRefResponse.ValidateAll() if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError

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

FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError is the validation error returned by FindCarrierVoyageNumbersByCarrierBookingRefResponse.Validate if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Cause

Cause function returns cause value.

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Error

Error satisfies the builtin error interface

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) ErrorName

ErrorName returns error name.

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Field

Field function returns field value.

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Key

Key function returns key value.

func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Reason

Reason function returns reason value.

type FindCarrierVoyageNumbersByShippingInstructionIdRequest

type FindCarrierVoyageNumbersByShippingInstructionIdRequest struct {
	ShippingInstructionId uint32 `` /* 127-byte string literal not displayed */
	UserId                string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail             string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId             string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Descriptor deprecated

Deprecated: Use FindCarrierVoyageNumbersByShippingInstructionIdRequest.ProtoReflect.Descriptor instead.

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetRequestId

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetShippingInstructionId

func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetShippingInstructionId() uint32

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserEmail

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserId

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoMessage

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoReflect

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Reset

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) String

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Validate

Validate checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ValidateAll

ValidateAll checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError, or nil if none found.

type FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError

type FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError []error

FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByShippingInstructionIdRequest.ValidateAll() if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError

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

FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError is the validation error returned by FindCarrierVoyageNumbersByShippingInstructionIdRequest.Validate if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Cause

Cause function returns cause value.

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Error

Error satisfies the builtin error interface

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) ErrorName

ErrorName returns error name.

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Field

Field function returns field value.

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Key

Key function returns key value.

func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Reason

Reason function returns reason value.

type FindCarrierVoyageNumbersByShippingInstructionIdResponse

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

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Descriptor deprecated

Deprecated: Use FindCarrierVoyageNumbersByShippingInstructionIdResponse.ProtoReflect.Descriptor instead.

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) GetVoyage

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoMessage

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoReflect

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Reset

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) String

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Validate

Validate checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ValidateAll

ValidateAll checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError, or nil if none found.

type FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError

type FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError []error

FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByShippingInstructionIdResponse.ValidateAll() if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError

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

FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError is the validation error returned by FindCarrierVoyageNumbersByShippingInstructionIdResponse.Validate if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Cause

Cause function returns cause value.

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Error

Error satisfies the builtin error interface

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) ErrorName

ErrorName returns error name.

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Field

Field function returns field value.

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Key

Key function returns key value.

func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Reason

Reason function returns reason value.

type FindCarrierVoyageNumbersByTransportDocumentRefRequest

type FindCarrierVoyageNumbersByTransportDocumentRefRequest struct {
	TransportDocumentRef string `protobuf:"bytes,1,opt,name=transport_document_ref,json=transportDocumentRef,proto3" json:"transport_document_ref,omitempty"`
	UserId               string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail            string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId            string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Descriptor deprecated

Deprecated: Use FindCarrierVoyageNumbersByTransportDocumentRefRequest.ProtoReflect.Descriptor instead.

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetRequestId

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetTransportDocumentRef

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserEmail

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserId

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoMessage

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoReflect

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Reset

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) String

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Validate

Validate checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ValidateAll

ValidateAll checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError, or nil if none found.

type FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError

type FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError []error

FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByTransportDocumentRefRequest.ValidateAll() if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError

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

FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError is the validation error returned by FindCarrierVoyageNumbersByTransportDocumentRefRequest.Validate if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Cause

Cause function returns cause value.

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Error

Error satisfies the builtin error interface

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) ErrorName

ErrorName returns error name.

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Field

Field function returns field value.

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Key

Key function returns key value.

func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Reason

Reason function returns reason value.

type FindCarrierVoyageNumbersByTransportDocumentRefResponse

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

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Descriptor deprecated

Deprecated: Use FindCarrierVoyageNumbersByTransportDocumentRefResponse.ProtoReflect.Descriptor instead.

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) GetVoyage

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoMessage

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoReflect

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Reset

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) String

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Validate

Validate checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ValidateAll

ValidateAll checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError, or nil if none found.

type FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError

type FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError []error

FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByTransportDocumentRefResponse.ValidateAll() if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError

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

FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError is the validation error returned by FindCarrierVoyageNumbersByTransportDocumentRefResponse.Validate if the designated constraints aren't met.

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Cause

Cause function returns cause value.

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Error

Error satisfies the builtin error interface

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) ErrorName

ErrorName returns error name.

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Field

Field function returns field value.

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Key

Key function returns key value.

func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Reason

Reason function returns reason value.

type FindTransportCallRequest

type FindTransportCallRequest struct {
	GetRequest *v1.GetRequest `protobuf:"bytes,1,opt,name=get_request,json=getRequest,proto3" json:"get_request,omitempty"`
	// contains filtered or unexported fields
}

func (*FindTransportCallRequest) Descriptor deprecated

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

Deprecated: Use FindTransportCallRequest.ProtoReflect.Descriptor instead.

func (*FindTransportCallRequest) GetGetRequest

func (x *FindTransportCallRequest) GetGetRequest() *v1.GetRequest

func (*FindTransportCallRequest) ProtoMessage

func (*FindTransportCallRequest) ProtoMessage()

func (*FindTransportCallRequest) ProtoReflect

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

func (*FindTransportCallRequest) Reset

func (x *FindTransportCallRequest) Reset()

func (*FindTransportCallRequest) String

func (x *FindTransportCallRequest) String() string

func (*FindTransportCallRequest) Validate

func (m *FindTransportCallRequest) Validate() error

Validate checks the field values on FindTransportCallRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindTransportCallRequest) ValidateAll

func (m *FindTransportCallRequest) ValidateAll() error

ValidateAll checks the field values on FindTransportCallRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindTransportCallRequestMultiError, or nil if none found.

type FindTransportCallRequestMultiError

type FindTransportCallRequestMultiError []error

FindTransportCallRequestMultiError is an error wrapping multiple validation errors returned by FindTransportCallRequest.ValidateAll() if the designated constraints aren't met.

func (FindTransportCallRequestMultiError) AllErrors

func (m FindTransportCallRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FindTransportCallRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindTransportCallRequestValidationError

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

FindTransportCallRequestValidationError is the validation error returned by FindTransportCallRequest.Validate if the designated constraints aren't met.

func (FindTransportCallRequestValidationError) Cause

Cause function returns cause value.

func (FindTransportCallRequestValidationError) Error

Error satisfies the builtin error interface

func (FindTransportCallRequestValidationError) ErrorName

ErrorName returns error name.

func (FindTransportCallRequestValidationError) Field

Field function returns field value.

func (FindTransportCallRequestValidationError) Key

Key function returns key value.

func (FindTransportCallRequestValidationError) Reason

Reason function returns reason value.

type FindTransportCallResponse

type FindTransportCallResponse struct {
	TransportCall *TransportCall `protobuf:"bytes,1,opt,name=transport_call,json=transportCall,proto3" json:"transport_call,omitempty"`
	// contains filtered or unexported fields
}

func (*FindTransportCallResponse) Descriptor deprecated

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

Deprecated: Use FindTransportCallResponse.ProtoReflect.Descriptor instead.

func (*FindTransportCallResponse) GetTransportCall

func (x *FindTransportCallResponse) GetTransportCall() *TransportCall

func (*FindTransportCallResponse) ProtoMessage

func (*FindTransportCallResponse) ProtoMessage()

func (*FindTransportCallResponse) ProtoReflect

func (*FindTransportCallResponse) Reset

func (x *FindTransportCallResponse) Reset()

func (*FindTransportCallResponse) String

func (x *FindTransportCallResponse) String() string

func (*FindTransportCallResponse) Validate

func (m *FindTransportCallResponse) Validate() error

Validate checks the field values on FindTransportCallResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindTransportCallResponse) ValidateAll

func (m *FindTransportCallResponse) ValidateAll() error

ValidateAll checks the field values on FindTransportCallResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindTransportCallResponseMultiError, or nil if none found.

type FindTransportCallResponseMultiError

type FindTransportCallResponseMultiError []error

FindTransportCallResponseMultiError is an error wrapping multiple validation errors returned by FindTransportCallResponse.ValidateAll() if the designated constraints aren't met.

func (FindTransportCallResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindTransportCallResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindTransportCallResponseValidationError

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

FindTransportCallResponseValidationError is the validation error returned by FindTransportCallResponse.Validate if the designated constraints aren't met.

func (FindTransportCallResponseValidationError) Cause

Cause function returns cause value.

func (FindTransportCallResponseValidationError) Error

Error satisfies the builtin error interface

func (FindTransportCallResponseValidationError) ErrorName

ErrorName returns error name.

func (FindTransportCallResponseValidationError) Field

Field function returns field value.

func (FindTransportCallResponseValidationError) Key

Key function returns key value.

func (FindTransportCallResponseValidationError) Reason

Reason function returns reason value.

type GetTransportCallByPkRequest

type GetTransportCallByPkRequest struct {
	GetByIdRequest *v1.GetByIdRequest `protobuf:"bytes,1,opt,name=get_by_id_request,json=getByIdRequest,proto3" json:"get_by_id_request,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransportCallByPkRequest) Descriptor deprecated

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

Deprecated: Use GetTransportCallByPkRequest.ProtoReflect.Descriptor instead.

func (*GetTransportCallByPkRequest) GetGetByIdRequest

func (x *GetTransportCallByPkRequest) GetGetByIdRequest() *v1.GetByIdRequest

func (*GetTransportCallByPkRequest) ProtoMessage

func (*GetTransportCallByPkRequest) ProtoMessage()

func (*GetTransportCallByPkRequest) ProtoReflect

func (*GetTransportCallByPkRequest) Reset

func (x *GetTransportCallByPkRequest) Reset()

func (*GetTransportCallByPkRequest) String

func (x *GetTransportCallByPkRequest) String() string

func (*GetTransportCallByPkRequest) Validate

func (m *GetTransportCallByPkRequest) Validate() error

Validate checks the field values on GetTransportCallByPkRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTransportCallByPkRequest) ValidateAll

func (m *GetTransportCallByPkRequest) ValidateAll() error

ValidateAll checks the field values on GetTransportCallByPkRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTransportCallByPkRequestMultiError, or nil if none found.

type GetTransportCallByPkRequestMultiError

type GetTransportCallByPkRequestMultiError []error

GetTransportCallByPkRequestMultiError is an error wrapping multiple validation errors returned by GetTransportCallByPkRequest.ValidateAll() if the designated constraints aren't met.

func (GetTransportCallByPkRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTransportCallByPkRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTransportCallByPkRequestValidationError

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

GetTransportCallByPkRequestValidationError is the validation error returned by GetTransportCallByPkRequest.Validate if the designated constraints aren't met.

func (GetTransportCallByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetTransportCallByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTransportCallByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTransportCallByPkRequestValidationError) Field

Field function returns field value.

func (GetTransportCallByPkRequestValidationError) Key

Key function returns key value.

func (GetTransportCallByPkRequestValidationError) Reason

Reason function returns reason value.

type GetTransportCallByPkResponse

type GetTransportCallByPkResponse struct {
	TransportCall *TransportCall `protobuf:"bytes,1,opt,name=transport_call,json=transportCall,proto3" json:"transport_call,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransportCallByPkResponse) Descriptor deprecated

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

Deprecated: Use GetTransportCallByPkResponse.ProtoReflect.Descriptor instead.

func (*GetTransportCallByPkResponse) GetTransportCall

func (x *GetTransportCallByPkResponse) GetTransportCall() *TransportCall

func (*GetTransportCallByPkResponse) ProtoMessage

func (*GetTransportCallByPkResponse) ProtoMessage()

func (*GetTransportCallByPkResponse) ProtoReflect

func (*GetTransportCallByPkResponse) Reset

func (x *GetTransportCallByPkResponse) Reset()

func (*GetTransportCallByPkResponse) String

func (*GetTransportCallByPkResponse) Validate

func (m *GetTransportCallByPkResponse) Validate() error

Validate checks the field values on GetTransportCallByPkResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTransportCallByPkResponse) ValidateAll

func (m *GetTransportCallByPkResponse) ValidateAll() error

ValidateAll checks the field values on GetTransportCallByPkResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTransportCallByPkResponseMultiError, or nil if none found.

type GetTransportCallByPkResponseMultiError

type GetTransportCallByPkResponseMultiError []error

GetTransportCallByPkResponseMultiError is an error wrapping multiple validation errors returned by GetTransportCallByPkResponse.ValidateAll() if the designated constraints aren't met.

func (GetTransportCallByPkResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTransportCallByPkResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTransportCallByPkResponseValidationError

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

GetTransportCallByPkResponseValidationError is the validation error returned by GetTransportCallByPkResponse.Validate if the designated constraints aren't met.

func (GetTransportCallByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetTransportCallByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTransportCallByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTransportCallByPkResponseValidationError) Field

Field function returns field value.

func (GetTransportCallByPkResponseValidationError) Key

Key function returns key value.

func (GetTransportCallByPkResponseValidationError) Reason

Reason function returns reason value.

type GetTransportCallsRequest

type GetTransportCallsRequest struct {
	Limit      string `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransportCallsRequest) Descriptor deprecated

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

Deprecated: Use GetTransportCallsRequest.ProtoReflect.Descriptor instead.

func (*GetTransportCallsRequest) GetLimit

func (x *GetTransportCallsRequest) GetLimit() string

func (*GetTransportCallsRequest) GetNextCursor

func (x *GetTransportCallsRequest) GetNextCursor() string

func (*GetTransportCallsRequest) GetRequestId

func (x *GetTransportCallsRequest) GetRequestId() string

func (*GetTransportCallsRequest) GetUserEmail

func (x *GetTransportCallsRequest) GetUserEmail() string

func (*GetTransportCallsRequest) ProtoMessage

func (*GetTransportCallsRequest) ProtoMessage()

func (*GetTransportCallsRequest) ProtoReflect

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

func (*GetTransportCallsRequest) Reset

func (x *GetTransportCallsRequest) Reset()

func (*GetTransportCallsRequest) String

func (x *GetTransportCallsRequest) String() string

func (*GetTransportCallsRequest) Validate

func (m *GetTransportCallsRequest) Validate() error

Validate checks the field values on GetTransportCallsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTransportCallsRequest) ValidateAll

func (m *GetTransportCallsRequest) ValidateAll() error

ValidateAll checks the field values on GetTransportCallsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTransportCallsRequestMultiError, or nil if none found.

type GetTransportCallsRequestMultiError

type GetTransportCallsRequestMultiError []error

GetTransportCallsRequestMultiError is an error wrapping multiple validation errors returned by GetTransportCallsRequest.ValidateAll() if the designated constraints aren't met.

func (GetTransportCallsRequestMultiError) AllErrors

func (m GetTransportCallsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTransportCallsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTransportCallsRequestValidationError

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

GetTransportCallsRequestValidationError is the validation error returned by GetTransportCallsRequest.Validate if the designated constraints aren't met.

func (GetTransportCallsRequestValidationError) Cause

Cause function returns cause value.

func (GetTransportCallsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTransportCallsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTransportCallsRequestValidationError) Field

Field function returns field value.

func (GetTransportCallsRequestValidationError) Key

Key function returns key value.

func (GetTransportCallsRequestValidationError) Reason

Reason function returns reason value.

type GetTransportCallsResponse

type GetTransportCallsResponse struct {
	TransportCalls []*TransportCall `protobuf:"bytes,1,rep,name=transport_calls,json=transportCalls,proto3" json:"transport_calls,omitempty"`
	NextCursor     string           `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransportCallsResponse) Descriptor deprecated

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

Deprecated: Use GetTransportCallsResponse.ProtoReflect.Descriptor instead.

func (*GetTransportCallsResponse) GetNextCursor

func (x *GetTransportCallsResponse) GetNextCursor() string

func (*GetTransportCallsResponse) GetTransportCalls

func (x *GetTransportCallsResponse) GetTransportCalls() []*TransportCall

func (*GetTransportCallsResponse) ProtoMessage

func (*GetTransportCallsResponse) ProtoMessage()

func (*GetTransportCallsResponse) ProtoReflect

func (*GetTransportCallsResponse) Reset

func (x *GetTransportCallsResponse) Reset()

func (*GetTransportCallsResponse) String

func (x *GetTransportCallsResponse) String() string

func (*GetTransportCallsResponse) Validate

func (m *GetTransportCallsResponse) Validate() error

Validate checks the field values on GetTransportCallsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTransportCallsResponse) ValidateAll

func (m *GetTransportCallsResponse) ValidateAll() error

ValidateAll checks the field values on GetTransportCallsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTransportCallsResponseMultiError, or nil if none found.

type GetTransportCallsResponseMultiError

type GetTransportCallsResponseMultiError []error

GetTransportCallsResponseMultiError is an error wrapping multiple validation errors returned by GetTransportCallsResponse.ValidateAll() if the designated constraints aren't met.

func (GetTransportCallsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTransportCallsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTransportCallsResponseValidationError

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

GetTransportCallsResponseValidationError is the validation error returned by GetTransportCallsResponse.Validate if the designated constraints aren't met.

func (GetTransportCallsResponseValidationError) Cause

Cause function returns cause value.

func (GetTransportCallsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTransportCallsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTransportCallsResponseValidationError) Field

Field function returns field value.

func (GetTransportCallsResponseValidationError) Key

Key function returns key value.

func (GetTransportCallsResponseValidationError) Reason

Reason function returns reason value.

type GetVoyagesRequest

type GetVoyagesRequest struct {
	Limit      string `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVoyagesRequest) Descriptor deprecated

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

Deprecated: Use GetVoyagesRequest.ProtoReflect.Descriptor instead.

func (*GetVoyagesRequest) GetLimit

func (x *GetVoyagesRequest) GetLimit() string

func (*GetVoyagesRequest) GetNextCursor

func (x *GetVoyagesRequest) GetNextCursor() string

func (*GetVoyagesRequest) GetRequestId

func (x *GetVoyagesRequest) GetRequestId() string

func (*GetVoyagesRequest) GetUserEmail

func (x *GetVoyagesRequest) GetUserEmail() string

func (*GetVoyagesRequest) ProtoMessage

func (*GetVoyagesRequest) ProtoMessage()

func (*GetVoyagesRequest) ProtoReflect

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

func (*GetVoyagesRequest) Reset

func (x *GetVoyagesRequest) Reset()

func (*GetVoyagesRequest) String

func (x *GetVoyagesRequest) String() string

func (*GetVoyagesRequest) Validate

func (m *GetVoyagesRequest) Validate() error

Validate checks the field values on GetVoyagesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetVoyagesRequest) ValidateAll

func (m *GetVoyagesRequest) ValidateAll() error

ValidateAll checks the field values on GetVoyagesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetVoyagesRequestMultiError, or nil if none found.

type GetVoyagesRequestMultiError

type GetVoyagesRequestMultiError []error

GetVoyagesRequestMultiError is an error wrapping multiple validation errors returned by GetVoyagesRequest.ValidateAll() if the designated constraints aren't met.

func (GetVoyagesRequestMultiError) AllErrors

func (m GetVoyagesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVoyagesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetVoyagesRequestValidationError

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

GetVoyagesRequestValidationError is the validation error returned by GetVoyagesRequest.Validate if the designated constraints aren't met.

func (GetVoyagesRequestValidationError) Cause

Cause function returns cause value.

func (GetVoyagesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetVoyagesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetVoyagesRequestValidationError) Field

Field function returns field value.

func (GetVoyagesRequestValidationError) Key

Key function returns key value.

func (GetVoyagesRequestValidationError) Reason

Reason function returns reason value.

type GetVoyagesResponse

type GetVoyagesResponse struct {
	Voyages    []*Voyage `protobuf:"bytes,1,rep,name=voyages,proto3" json:"voyages,omitempty"`
	NextCursor string    `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVoyagesResponse) Descriptor deprecated

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

Deprecated: Use GetVoyagesResponse.ProtoReflect.Descriptor instead.

func (*GetVoyagesResponse) GetNextCursor

func (x *GetVoyagesResponse) GetNextCursor() string

func (*GetVoyagesResponse) GetVoyages

func (x *GetVoyagesResponse) GetVoyages() []*Voyage

func (*GetVoyagesResponse) ProtoMessage

func (*GetVoyagesResponse) ProtoMessage()

func (*GetVoyagesResponse) ProtoReflect

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

func (*GetVoyagesResponse) Reset

func (x *GetVoyagesResponse) Reset()

func (*GetVoyagesResponse) String

func (x *GetVoyagesResponse) String() string

func (*GetVoyagesResponse) Validate

func (m *GetVoyagesResponse) Validate() error

Validate checks the field values on GetVoyagesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetVoyagesResponse) ValidateAll

func (m *GetVoyagesResponse) ValidateAll() error

ValidateAll checks the field values on GetVoyagesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetVoyagesResponseMultiError, or nil if none found.

type GetVoyagesResponseMultiError

type GetVoyagesResponseMultiError []error

GetVoyagesResponseMultiError is an error wrapping multiple validation errors returned by GetVoyagesResponse.ValidateAll() if the designated constraints aren't met.

func (GetVoyagesResponseMultiError) AllErrors

func (m GetVoyagesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVoyagesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetVoyagesResponseValidationError

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

GetVoyagesResponseValidationError is the validation error returned by GetVoyagesResponse.Validate if the designated constraints aren't met.

func (GetVoyagesResponseValidationError) Cause

Cause function returns cause value.

func (GetVoyagesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetVoyagesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetVoyagesResponseValidationError) Field

Field function returns field value.

func (GetVoyagesResponseValidationError) Key

Key function returns key value.

func (GetVoyagesResponseValidationError) Reason

Reason function returns reason value.

type TransportCall

type TransportCall struct {
	TransportCallD *TransportCallD `protobuf:"bytes,1,opt,name=transport_call_d,json=transportCallD,proto3" json:"transport_call_d,omitempty"`
	CrUpdUser      *v1.CrUpdUser   `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime      *v1.CrUpdTime   `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*TransportCall) Descriptor deprecated

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

Deprecated: Use TransportCall.ProtoReflect.Descriptor instead.

func (*TransportCall) GetCrUpdTime

func (x *TransportCall) GetCrUpdTime() *v1.CrUpdTime

func (*TransportCall) GetCrUpdUser

func (x *TransportCall) GetCrUpdUser() *v1.CrUpdUser

func (*TransportCall) GetTransportCallD

func (x *TransportCall) GetTransportCallD() *TransportCallD

func (*TransportCall) ProtoMessage

func (*TransportCall) ProtoMessage()

func (*TransportCall) ProtoReflect

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

func (*TransportCall) Reset

func (x *TransportCall) Reset()

func (*TransportCall) String

func (x *TransportCall) String() string

func (*TransportCall) Validate

func (m *TransportCall) Validate() error

Validate checks the field values on TransportCall with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TransportCall) ValidateAll

func (m *TransportCall) ValidateAll() error

ValidateAll checks the field values on TransportCall with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TransportCallMultiError, or nil if none found.

type TransportCallD

type TransportCallD struct {
	Id                          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                       []byte `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                         string `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	TransportCallReference      string `` /* 129-byte string literal not displayed */
	TransportCallSequenceNumber uint32 `` /* 147-byte string literal not displayed */
	FacilityId                  uint32 `protobuf:"varint,6,opt,name=facility_id,json=facilityId,proto3" json:"facility_id,omitempty"`
	FacilityTypeCode            string `protobuf:"bytes,7,opt,name=facility_type_code,json=facilityTypeCode,proto3" json:"facility_type_code,omitempty"`
	OtherFacility               string `protobuf:"bytes,8,opt,name=other_facility,json=otherFacility,proto3" json:"other_facility,omitempty"`
	LocationId                  uint32 `protobuf:"varint,9,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	ModeOfTransportCode         string `protobuf:"bytes,10,opt,name=mode_of_transport_code,json=modeOfTransportCode,proto3" json:"mode_of_transport_code,omitempty"`
	VesselId                    uint32 `protobuf:"varint,11,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,omitempty"`
	ImportVoyageId              uint32 `protobuf:"varint,12,opt,name=import_voyage_id,json=importVoyageId,proto3" json:"import_voyage_id,omitempty"`
	ExportVoyageId              uint32 `protobuf:"varint,13,opt,name=export_voyage_id,json=exportVoyageId,proto3" json:"export_voyage_id,omitempty"`
	PortCallStatusCode          string `protobuf:"bytes,14,opt,name=port_call_status_code,json=portCallStatusCode,proto3" json:"port_call_status_code,omitempty"`
	PortVisitReference          string `protobuf:"bytes,15,opt,name=port_visit_reference,json=portVisitReference,proto3" json:"port_visit_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*TransportCallD) Descriptor deprecated

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

Deprecated: Use TransportCallD.ProtoReflect.Descriptor instead.

func (*TransportCallD) GetExportVoyageId

func (x *TransportCallD) GetExportVoyageId() uint32

func (*TransportCallD) GetFacilityId

func (x *TransportCallD) GetFacilityId() uint32

func (*TransportCallD) GetFacilityTypeCode

func (x *TransportCallD) GetFacilityTypeCode() string

func (*TransportCallD) GetId

func (x *TransportCallD) GetId() uint32

func (*TransportCallD) GetIdS

func (x *TransportCallD) GetIdS() string

func (*TransportCallD) GetImportVoyageId

func (x *TransportCallD) GetImportVoyageId() uint32

func (*TransportCallD) GetLocationId

func (x *TransportCallD) GetLocationId() uint32

func (*TransportCallD) GetModeOfTransportCode

func (x *TransportCallD) GetModeOfTransportCode() string

func (*TransportCallD) GetOtherFacility

func (x *TransportCallD) GetOtherFacility() string

func (*TransportCallD) GetPortCallStatusCode

func (x *TransportCallD) GetPortCallStatusCode() string

func (*TransportCallD) GetPortVisitReference

func (x *TransportCallD) GetPortVisitReference() string

func (*TransportCallD) GetTransportCallReference

func (x *TransportCallD) GetTransportCallReference() string

func (*TransportCallD) GetTransportCallSequenceNumber

func (x *TransportCallD) GetTransportCallSequenceNumber() uint32

func (*TransportCallD) GetUuid4

func (x *TransportCallD) GetUuid4() []byte

func (*TransportCallD) GetVesselId

func (x *TransportCallD) GetVesselId() uint32

func (*TransportCallD) ProtoMessage

func (*TransportCallD) ProtoMessage()

func (*TransportCallD) ProtoReflect

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

func (*TransportCallD) Reset

func (x *TransportCallD) Reset()

func (*TransportCallD) String

func (x *TransportCallD) String() string

func (*TransportCallD) Validate

func (m *TransportCallD) Validate() error

Validate checks the field values on TransportCallD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TransportCallD) ValidateAll

func (m *TransportCallD) ValidateAll() error

ValidateAll checks the field values on TransportCallD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TransportCallDMultiError, or nil if none found.

type TransportCallDMultiError

type TransportCallDMultiError []error

TransportCallDMultiError is an error wrapping multiple validation errors returned by TransportCallD.ValidateAll() if the designated constraints aren't met.

func (TransportCallDMultiError) AllErrors

func (m TransportCallDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransportCallDMultiError) Error

func (m TransportCallDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TransportCallDValidationError

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

TransportCallDValidationError is the validation error returned by TransportCallD.Validate if the designated constraints aren't met.

func (TransportCallDValidationError) Cause

Cause function returns cause value.

func (TransportCallDValidationError) Error

Error satisfies the builtin error interface

func (TransportCallDValidationError) ErrorName

func (e TransportCallDValidationError) ErrorName() string

ErrorName returns error name.

func (TransportCallDValidationError) Field

Field function returns field value.

func (TransportCallDValidationError) Key

Key function returns key value.

func (TransportCallDValidationError) Reason

Reason function returns reason value.

type TransportCallMultiError

type TransportCallMultiError []error

TransportCallMultiError is an error wrapping multiple validation errors returned by TransportCall.ValidateAll() if the designated constraints aren't met.

func (TransportCallMultiError) AllErrors

func (m TransportCallMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransportCallMultiError) Error

func (m TransportCallMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TransportCallServiceClient

type TransportCallServiceClient interface {
	CreateTransportCall(ctx context.Context, in *CreateTransportCallRequest, opts ...grpc.CallOption) (*CreateTransportCallResponse, error)
	GetTransportCalls(ctx context.Context, in *GetTransportCallsRequest, opts ...grpc.CallOption) (*GetTransportCallsResponse, error)
	FindTransportCall(ctx context.Context, in *FindTransportCallRequest, opts ...grpc.CallOption) (*FindTransportCallResponse, error)
	GetTransportCallByPk(ctx context.Context, in *GetTransportCallByPkRequest, opts ...grpc.CallOption) (*GetTransportCallByPkResponse, error)
}

TransportCallServiceClient is the client API for TransportCallService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The TransportCallService service definition.

type TransportCallServiceServer

type TransportCallServiceServer interface {
	CreateTransportCall(context.Context, *CreateTransportCallRequest) (*CreateTransportCallResponse, error)
	GetTransportCalls(context.Context, *GetTransportCallsRequest) (*GetTransportCallsResponse, error)
	FindTransportCall(context.Context, *FindTransportCallRequest) (*FindTransportCallResponse, error)
	GetTransportCallByPk(context.Context, *GetTransportCallByPkRequest) (*GetTransportCallByPkResponse, error)
	// contains filtered or unexported methods
}

TransportCallServiceServer is the server API for TransportCallService service. All implementations must embed UnimplementedTransportCallServiceServer for forward compatibility.

The TransportCallService service definition.

type TransportCallValidationError

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

TransportCallValidationError is the validation error returned by TransportCall.Validate if the designated constraints aren't met.

func (TransportCallValidationError) Cause

Cause function returns cause value.

func (TransportCallValidationError) Error

Error satisfies the builtin error interface

func (TransportCallValidationError) ErrorName

func (e TransportCallValidationError) ErrorName() string

ErrorName returns error name.

func (TransportCallValidationError) Field

Field function returns field value.

func (TransportCallValidationError) Key

Key function returns key value.

func (TransportCallValidationError) Reason

Reason function returns reason value.

type UnimplementedChargeServiceServer

type UnimplementedChargeServiceServer struct{}

UnimplementedChargeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedChargeServiceServer) CreateCharge

type UnimplementedTransportCallServiceServer

type UnimplementedTransportCallServiceServer struct{}

UnimplementedTransportCallServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTransportCallServiceServer) CreateTransportCall

func (UnimplementedTransportCallServiceServer) FindTransportCall

func (UnimplementedTransportCallServiceServer) GetTransportCallByPk

func (UnimplementedTransportCallServiceServer) GetTransportCalls

type UnimplementedUtilizedTransportEquipmentServiceServer

type UnimplementedUtilizedTransportEquipmentServiceServer struct{}

UnimplementedUtilizedTransportEquipmentServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedVoyageServiceServer

type UnimplementedVoyageServiceServer struct{}

UnimplementedVoyageServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedVoyageServiceServer) CreateVoyage

func (UnimplementedVoyageServiceServer) GetVoyages

type UnsafeChargeServiceServer

type UnsafeChargeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeChargeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ChargeServiceServer will result in compilation errors.

type UnsafeTransportCallServiceServer

type UnsafeTransportCallServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTransportCallServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TransportCallServiceServer will result in compilation errors.

type UnsafeUtilizedTransportEquipmentServiceServer

type UnsafeUtilizedTransportEquipmentServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeUtilizedTransportEquipmentServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UtilizedTransportEquipmentServiceServer will result in compilation errors.

type UnsafeVoyageServiceServer

type UnsafeVoyageServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeVoyageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VoyageServiceServer will result in compilation errors.

type UtilizedTransportEquipment

type UtilizedTransportEquipment struct {
	UtilizedTransportEquipmentD *UtilizedTransportEquipmentD `` /* 146-byte string literal not displayed */
	CrUpdUser                   *v1.CrUpdUser                `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime                   *v1.CrUpdTime                `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	Equipment                   *Equipment                   `protobuf:"bytes,4,opt,name=equipment,proto3" json:"equipment,omitempty"`
	// contains filtered or unexported fields
}

func (*UtilizedTransportEquipment) Descriptor deprecated

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

Deprecated: Use UtilizedTransportEquipment.ProtoReflect.Descriptor instead.

func (*UtilizedTransportEquipment) GetCrUpdTime

func (x *UtilizedTransportEquipment) GetCrUpdTime() *v1.CrUpdTime

func (*UtilizedTransportEquipment) GetCrUpdUser

func (x *UtilizedTransportEquipment) GetCrUpdUser() *v1.CrUpdUser

func (*UtilizedTransportEquipment) GetEquipment

func (x *UtilizedTransportEquipment) GetEquipment() *Equipment

func (*UtilizedTransportEquipment) GetUtilizedTransportEquipmentD

func (x *UtilizedTransportEquipment) GetUtilizedTransportEquipmentD() *UtilizedTransportEquipmentD

func (*UtilizedTransportEquipment) ProtoMessage

func (*UtilizedTransportEquipment) ProtoMessage()

func (*UtilizedTransportEquipment) ProtoReflect

func (*UtilizedTransportEquipment) Reset

func (x *UtilizedTransportEquipment) Reset()

func (*UtilizedTransportEquipment) String

func (x *UtilizedTransportEquipment) String() string

func (*UtilizedTransportEquipment) Validate

func (m *UtilizedTransportEquipment) Validate() error

Validate checks the field values on UtilizedTransportEquipment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UtilizedTransportEquipment) ValidateAll

func (m *UtilizedTransportEquipment) ValidateAll() error

ValidateAll checks the field values on UtilizedTransportEquipment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UtilizedTransportEquipmentMultiError, or nil if none found.

type UtilizedTransportEquipmentD

type UtilizedTransportEquipmentD struct {
	Id                   uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                  string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	EquipmentReference   string  `protobuf:"bytes,4,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	CargoGrossWeight     float64 `protobuf:"fixed64,5,opt,name=cargo_gross_weight,json=cargoGrossWeight,proto3" json:"cargo_gross_weight,omitempty"`
	CargoGrossWeightUnit string  `protobuf:"bytes,6,opt,name=cargo_gross_weight_unit,json=cargoGrossWeightUnit,proto3" json:"cargo_gross_weight_unit,omitempty"`
	IsShipperOwned       bool    `protobuf:"varint,7,opt,name=is_shipper_owned,json=isShipperOwned,proto3" json:"is_shipper_owned,omitempty"`
	// contains filtered or unexported fields
}

func (*UtilizedTransportEquipmentD) Descriptor deprecated

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

Deprecated: Use UtilizedTransportEquipmentD.ProtoReflect.Descriptor instead.

func (*UtilizedTransportEquipmentD) GetCargoGrossWeight

func (x *UtilizedTransportEquipmentD) GetCargoGrossWeight() float64

func (*UtilizedTransportEquipmentD) GetCargoGrossWeightUnit

func (x *UtilizedTransportEquipmentD) GetCargoGrossWeightUnit() string

func (*UtilizedTransportEquipmentD) GetEquipmentReference

func (x *UtilizedTransportEquipmentD) GetEquipmentReference() string

func (*UtilizedTransportEquipmentD) GetId

func (*UtilizedTransportEquipmentD) GetIdS

func (x *UtilizedTransportEquipmentD) GetIdS() string

func (*UtilizedTransportEquipmentD) GetIsShipperOwned

func (x *UtilizedTransportEquipmentD) GetIsShipperOwned() bool

func (*UtilizedTransportEquipmentD) GetUuid4

func (x *UtilizedTransportEquipmentD) GetUuid4() []byte

func (*UtilizedTransportEquipmentD) ProtoMessage

func (*UtilizedTransportEquipmentD) ProtoMessage()

func (*UtilizedTransportEquipmentD) ProtoReflect

func (*UtilizedTransportEquipmentD) Reset

func (x *UtilizedTransportEquipmentD) Reset()

func (*UtilizedTransportEquipmentD) String

func (x *UtilizedTransportEquipmentD) String() string

func (*UtilizedTransportEquipmentD) Validate

func (m *UtilizedTransportEquipmentD) Validate() error

Validate checks the field values on UtilizedTransportEquipmentD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UtilizedTransportEquipmentD) ValidateAll

func (m *UtilizedTransportEquipmentD) ValidateAll() error

ValidateAll checks the field values on UtilizedTransportEquipmentD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UtilizedTransportEquipmentDMultiError, or nil if none found.

type UtilizedTransportEquipmentDMultiError

type UtilizedTransportEquipmentDMultiError []error

UtilizedTransportEquipmentDMultiError is an error wrapping multiple validation errors returned by UtilizedTransportEquipmentD.ValidateAll() if the designated constraints aren't met.

func (UtilizedTransportEquipmentDMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UtilizedTransportEquipmentDMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UtilizedTransportEquipmentDValidationError

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

UtilizedTransportEquipmentDValidationError is the validation error returned by UtilizedTransportEquipmentD.Validate if the designated constraints aren't met.

func (UtilizedTransportEquipmentDValidationError) Cause

Cause function returns cause value.

func (UtilizedTransportEquipmentDValidationError) Error

Error satisfies the builtin error interface

func (UtilizedTransportEquipmentDValidationError) ErrorName

ErrorName returns error name.

func (UtilizedTransportEquipmentDValidationError) Field

Field function returns field value.

func (UtilizedTransportEquipmentDValidationError) Key

Key function returns key value.

func (UtilizedTransportEquipmentDValidationError) Reason

Reason function returns reason value.

type UtilizedTransportEquipmentMultiError

type UtilizedTransportEquipmentMultiError []error

UtilizedTransportEquipmentMultiError is an error wrapping multiple validation errors returned by UtilizedTransportEquipment.ValidateAll() if the designated constraints aren't met.

func (UtilizedTransportEquipmentMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UtilizedTransportEquipmentMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UtilizedTransportEquipmentServiceClient

type UtilizedTransportEquipmentServiceClient interface {
	CreateUtilizedTransportEquipment(ctx context.Context, in *CreateUtilizedTransportEquipmentRequest, opts ...grpc.CallOption) (*CreateUtilizedTransportEquipmentResponse, error)
}

UtilizedTransportEquipmentServiceClient is the client API for UtilizedTransportEquipmentService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The UtilizedTransportEquipmentService service definition.

type UtilizedTransportEquipmentServiceServer

type UtilizedTransportEquipmentServiceServer interface {
	CreateUtilizedTransportEquipment(context.Context, *CreateUtilizedTransportEquipmentRequest) (*CreateUtilizedTransportEquipmentResponse, error)
	// contains filtered or unexported methods
}

UtilizedTransportEquipmentServiceServer is the server API for UtilizedTransportEquipmentService service. All implementations must embed UnimplementedUtilizedTransportEquipmentServiceServer for forward compatibility.

The UtilizedTransportEquipmentService service definition.

type UtilizedTransportEquipmentValidationError

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

UtilizedTransportEquipmentValidationError is the validation error returned by UtilizedTransportEquipment.Validate if the designated constraints aren't met.

func (UtilizedTransportEquipmentValidationError) Cause

Cause function returns cause value.

func (UtilizedTransportEquipmentValidationError) Error

Error satisfies the builtin error interface

func (UtilizedTransportEquipmentValidationError) ErrorName

ErrorName returns error name.

func (UtilizedTransportEquipmentValidationError) Field

Field function returns field value.

func (UtilizedTransportEquipmentValidationError) Key

Key function returns key value.

func (UtilizedTransportEquipmentValidationError) Reason

Reason function returns reason value.

type Voyage

type Voyage struct {
	VoyageD   *VoyageD      `protobuf:"bytes,1,opt,name=voyage_d,json=voyageD,proto3" json:"voyage_d,omitempty"`
	CrUpdUser *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Voyage) Descriptor deprecated

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

Deprecated: Use Voyage.ProtoReflect.Descriptor instead.

func (*Voyage) GetCrUpdTime

func (x *Voyage) GetCrUpdTime() *v1.CrUpdTime

func (*Voyage) GetCrUpdUser

func (x *Voyage) GetCrUpdUser() *v1.CrUpdUser

func (*Voyage) GetVoyageD

func (x *Voyage) GetVoyageD() *VoyageD

func (*Voyage) ProtoMessage

func (*Voyage) ProtoMessage()

func (*Voyage) ProtoReflect

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

func (*Voyage) Reset

func (x *Voyage) Reset()

func (*Voyage) String

func (x *Voyage) String() string

func (*Voyage) Validate

func (m *Voyage) Validate() error

Validate checks the field values on Voyage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Voyage) ValidateAll

func (m *Voyage) ValidateAll() error

ValidateAll checks the field values on Voyage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VoyageMultiError, or nil if none found.

type VoyageD

type VoyageD struct {
	Id                       uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                    []byte `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                      string `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	CarrierVoyageNumber      string `protobuf:"bytes,4,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,omitempty"`
	UniversalVoyageReference string `` /* 135-byte string literal not displayed */
	ServiceId                uint32 `protobuf:"varint,6,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	// contains filtered or unexported fields
}

func (*VoyageD) Descriptor deprecated

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

Deprecated: Use VoyageD.ProtoReflect.Descriptor instead.

func (*VoyageD) GetCarrierVoyageNumber

func (x *VoyageD) GetCarrierVoyageNumber() string

func (*VoyageD) GetId

func (x *VoyageD) GetId() uint32

func (*VoyageD) GetIdS

func (x *VoyageD) GetIdS() string

func (*VoyageD) GetServiceId

func (x *VoyageD) GetServiceId() uint32

func (*VoyageD) GetUniversalVoyageReference

func (x *VoyageD) GetUniversalVoyageReference() string

func (*VoyageD) GetUuid4

func (x *VoyageD) GetUuid4() []byte

func (*VoyageD) ProtoMessage

func (*VoyageD) ProtoMessage()

func (*VoyageD) ProtoReflect

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

func (*VoyageD) Reset

func (x *VoyageD) Reset()

func (*VoyageD) String

func (x *VoyageD) String() string

func (*VoyageD) Validate

func (m *VoyageD) Validate() error

Validate checks the field values on VoyageD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VoyageD) ValidateAll

func (m *VoyageD) ValidateAll() error

ValidateAll checks the field values on VoyageD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VoyageDMultiError, or nil if none found.

type VoyageDMultiError

type VoyageDMultiError []error

VoyageDMultiError is an error wrapping multiple validation errors returned by VoyageD.ValidateAll() if the designated constraints aren't met.

func (VoyageDMultiError) AllErrors

func (m VoyageDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VoyageDMultiError) Error

func (m VoyageDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VoyageDValidationError

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

VoyageDValidationError is the validation error returned by VoyageD.Validate if the designated constraints aren't met.

func (VoyageDValidationError) Cause

func (e VoyageDValidationError) Cause() error

Cause function returns cause value.

func (VoyageDValidationError) Error

func (e VoyageDValidationError) Error() string

Error satisfies the builtin error interface

func (VoyageDValidationError) ErrorName

func (e VoyageDValidationError) ErrorName() string

ErrorName returns error name.

func (VoyageDValidationError) Field

func (e VoyageDValidationError) Field() string

Field function returns field value.

func (VoyageDValidationError) Key

func (e VoyageDValidationError) Key() bool

Key function returns key value.

func (VoyageDValidationError) Reason

func (e VoyageDValidationError) Reason() string

Reason function returns reason value.

type VoyageMultiError

type VoyageMultiError []error

VoyageMultiError is an error wrapping multiple validation errors returned by Voyage.ValidateAll() if the designated constraints aren't met.

func (VoyageMultiError) AllErrors

func (m VoyageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VoyageMultiError) Error

func (m VoyageMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VoyageServiceClient

VoyageServiceClient is the client API for VoyageService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The VoyageService service definition.

type VoyageServiceServer

VoyageServiceServer is the server API for VoyageService service. All implementations must embed UnimplementedVoyageServiceServer for forward compatibility.

The VoyageService service definition.

type VoyageValidationError

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

VoyageValidationError is the validation error returned by Voyage.Validate if the designated constraints aren't met.

func (VoyageValidationError) Cause

func (e VoyageValidationError) Cause() error

Cause function returns cause value.

func (VoyageValidationError) Error

func (e VoyageValidationError) Error() string

Error satisfies the builtin error interface

func (VoyageValidationError) ErrorName

func (e VoyageValidationError) ErrorName() string

ErrorName returns error name.

func (VoyageValidationError) Field

func (e VoyageValidationError) Field() string

Field function returns field value.

func (VoyageValidationError) Key

func (e VoyageValidationError) Key() bool

Key function returns key value.

func (VoyageValidationError) Reason

func (e VoyageValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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