Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputContainer ¶
type OutputContainer map[string]*OutputValue
func ParseOutput ¶
func ParseOutput(data []byte) (oc *OutputContainer, err error)
func (OutputContainer) GetString ¶
func (oc OutputContainer) GetString(key string) string
func (OutputContainer) ParseField ¶
func (oc OutputContainer) ParseField(key string, target interface{}) error
type OutputValue ¶
type OutputValue struct { Type interface{} `json:"type"` Value interface{} `json:"value"` }
Click to show internal directories.
Click to hide internal directories.