Documentation ¶
Index ¶
- func Agreement() *models.Agreement
- func CancelProductOrderCreate() *models.CancelProductOrderCreate
- func ConvertRelatedParty(from []*models.RelatedParty) []*schema.RelatedParty
- func Describing() *models.Describing
- func FieldAddress() *models.FieldedAddress
- func FormattedAddress(a *models.FieldedAddress) *models.FormattedAddress
- func GeographicAddress() *models.GeographicAddress
- func GeographicLocation() *models.GeographicLocation
- func GeographicSite() *models.GeographicSite
- func GeographicSiteAndAddress() (*models.GeographicAddress, *models.GeographicSite)
- func HrefToID(prefix, id string) string
- func HttpPost(url string, v interface{}) (string, error)
- func ItemTerm() *models.ItemTerm
- func NewDate(dt time.Time) *strfmt.Date
- func NewDatetime(dt time.Time) *strfmt.DateTime
- func Note() *models.Note
- func ParseType(v string) string
- func Price() *models.Price
- func Product() *models.Product
- func ProductOfferingQualificationCreate() *models.ProductOfferingQualificationCreate
- func ProductOrderCreate() *models.ProductOrderCreate
- func ProductPrice() *models.ProductPrice
- func QuoteCreate() *models.QuoteCreate
- func ReferencedAddress(refID *string) *models.ReferencedAddress
- func RelatedParty() *models.RelatedParty
- func StatusChange() *models.StatusChange
- func TimePeriod() *models.TimePeriod
- func ToErrorRepresentation(principal *models.Principal) *models.ErrorRepresentation
- func VerifyCallback(callback *string) *models.ErrorRepresentation
- func VerifyField(v interface{}) (string, bool)
- type Binder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelProductOrderCreate ¶
func CancelProductOrderCreate() *models.CancelProductOrderCreate
func ConvertRelatedParty ¶
func ConvertRelatedParty(from []*models.RelatedParty) []*schema.RelatedParty
func Describing ¶
func Describing() *models.Describing
func FieldAddress ¶
func FieldAddress() *models.FieldedAddress
func FormattedAddress ¶
func FormattedAddress(a *models.FieldedAddress) *models.FormattedAddress
func GeographicAddress ¶
func GeographicAddress() *models.GeographicAddress
func GeographicLocation ¶
func GeographicLocation() *models.GeographicLocation
func GeographicSite ¶
func GeographicSite() *models.GeographicSite
func GeographicSiteAndAddress ¶
func GeographicSiteAndAddress() (*models.GeographicAddress, *models.GeographicSite)
func ProductOfferingQualificationCreate ¶
func ProductOfferingQualificationCreate() *models.ProductOfferingQualificationCreate
func ProductOrderCreate ¶
func ProductOrderCreate() *models.ProductOrderCreate
func ProductPrice ¶
func ProductPrice() *models.ProductPrice
func QuoteCreate ¶
func QuoteCreate() *models.QuoteCreate
func ReferencedAddress ¶
func ReferencedAddress(refID *string) *models.ReferencedAddress
func RelatedParty ¶
func RelatedParty() *models.RelatedParty
func StatusChange ¶
func StatusChange() *models.StatusChange
func TimePeriod ¶
func TimePeriod() *models.TimePeriod
func ToErrorRepresentation ¶
func ToErrorRepresentation(principal *models.Principal) *models.ErrorRepresentation
func VerifyCallback ¶
func VerifyCallback(callback *string) *models.ErrorRepresentation
func VerifyField ¶
Types ¶
type Binder ¶
type Binder interface {
Bind(api *operations.SonataAPI)
}
Click to show internal directories.
Click to hide internal directories.