Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Type string `json:"type,omitempty"` AtType string `json:"@type,omitempty"` Title string `json:"title,omitempty"` Description string `json:"description,omitempty"` Links []ActionLinksElem `json:"links,omitempty"` Forms []ActionFormsElem `json:"forms,omitempty"` Input ActionInput `json:"input,omitempty"` }
func (Action) GetDescription ¶
func (*Action) UnmarshalJSON ¶
type ActionDescription ¶
type ActionDescription struct { Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` Input map[string]any `json:"input,omitempty"` Status string `json:"status,omitempty"` TimeRequested string `json:"timeRequested,omitempty"` TimeCompleted string `json:"timeCompleted,omitempty"` }
func (ActionDescription) GetDescription ¶
func (a ActionDescription) GetDescription() any
func (ActionDescription) GetName ¶
func (a ActionDescription) GetName() string
type ActionFormsElem ¶
type ActionFormsElem struct {
Op any `json:"op"`
}
type ActionInput ¶
type ActionLinksElem ¶
type ActionLinksElem struct { }
Click to show internal directories.
Click to hide internal directories.