Versions in this module Expand all Collapse all v0 v0.7.1 Jan 17, 2024 v0.7.0 Jan 16, 2024 Changes in this version + func ObjectType() trv.ObjectType + type FerryAnnouncement struct + func (x *FerryAnnouncement) Acknowledged() *time.Time + func (x *FerryAnnouncement) CheckoutID() *string + func (x *FerryAnnouncement) Checkouts() *int64 + func (x *FerryAnnouncement) Deleted() *bool + func (x *FerryAnnouncement) DepartureTime() *time.Time + func (x *FerryAnnouncement) DeviationID() *string + func (x *FerryAnnouncement) FromHarbor() *FromHarbor + func (x *FerryAnnouncement) ID() *int64 + func (x *FerryAnnouncement) Info() []string + func (x *FerryAnnouncement) ItemsAcknowledged() *int64 + func (x *FerryAnnouncement) ItemsLeft() *int64 + func (x *FerryAnnouncement) LeasedUntil() *time.Time + func (x *FerryAnnouncement) ModifiedTime() *time.Time + func (x *FerryAnnouncement) Route() *Route + func (x *FerryAnnouncement) StatusCode() *uint8 + func (x *FerryAnnouncement) ToHarbor() *ToHarbor + func (x *FerryAnnouncement) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type FromHarbor struct + func (x *FromHarbor) ID() *int + func (x *FromHarbor) Name() *string + func (x *FromHarbor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type Response struct + Results []struct{ ... } + XMLName xml.Name + func (r Response) ErrorMsg() string + func (r Response) HasErrors() bool + type Route struct + func (x *Route) Description() *string + func (x *Route) ID() *int + func (x *Route) Name() *string + func (x *Route) Shortname() *string + func (x *Route) Type() *Type + func (x *Route) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type ToHarbor struct + func (x *ToHarbor) ID() *int + func (x *ToHarbor) Name() *string + func (x *ToHarbor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type Type struct + func (x *Type) ID() *int + func (x *Type) Name() *string + func (x *Type) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error