Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { Name string `json:"name"` Attributes *ImageAttributes `json:"attributes"` }
func (Image) IsNamedObject ¶
func (Image) IsNamedObject()
type ImageAttributes ¶
type ImageAttributes struct {
URL string `json:"url"`
}
type NamedObject ¶
type NamedObject interface { IsNamedObject() GetName() string }
type Text ¶
type Text struct { Name string `json:"name"` Attributes *TextAttributes `json:"attributes"` }
func (Text) IsNamedObject ¶
func (Text) IsNamedObject()
type TextAttributes ¶
Click to show internal directories.
Click to hide internal directories.