Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error interface {
Details() map[string]interface{}
}
Error is the interface fo details error depending on implementation
type Model ¶
type Model struct { Type Type `json:"type"` Config json.RawMessage `json:"config"` }
Model is the structure loaded from json file
Click to show internal directories.
Click to hide internal directories.