Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct {
// contains filtered or unexported fields
}
func NewCall ¶
func NewCall(options *CallOptions) (*Call, error)
type CallOptions ¶
type CallOptions struct { IsArray bool ProtoName string Receiver string Options *extensions.MikrosFieldExtensions Settings *settings.Settings Message *protobuf.Message }
type RequiredCondition ¶
type RequiredFieldRuleOptions ¶
type RequiredFieldRuleOptions struct { FieldName string Value string Type descriptor.FieldDescriptorProto_Type TypeName string }
Click to show internal directories.
Click to hide internal directories.