Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAttachmentDesc ¶
type ServiceAttachmentDesc struct {
URL string `json:"url,omitempty"`
}
ServiceAttachmentDesc stores the description for a Service Attachment.
func ServiceAttachmentDescFromString ¶
func ServiceAttachmentDescFromString(descString string) (*ServiceAttachmentDesc, error)
DescriptionFromString gets a Description from string,
func (ServiceAttachmentDesc) String ¶
func (desc ServiceAttachmentDesc) String() string
String returns the string representation of a Description.
Click to show internal directories.
Click to hide internal directories.