Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 Changes in this version + type Customer struct + AgentID int32 + CustomerID int64 + FipsCode *string + Name *string + Ssn *string + Surname *string + func (m *Customer) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Customer) MarshalBinary() ([]byte, error) + func (m *Customer) UnmarshalBinary(b []byte) error + func (m *Customer) Validate(formats strfmt.Registry) error + type Error struct + Code int64 + Fields string + Message *string + func (m *Error) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type Principal string + func (m Principal) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m Principal) Validate(formats strfmt.Registry) error + type SocialID struct + Ssn *string + func (m *SocialID) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *SocialID) MarshalBinary() ([]byte, error) + func (m *SocialID) UnmarshalBinary(b []byte) error + func (m *SocialID) Validate(formats strfmt.Registry) error