Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertPrimitive ¶
func ConvertPrimitive(in interface{}) (interface{}, error)
func MustConvertPrimitive ¶
func MustConvertPrimitive(in interface{}) interface{}
Types ¶
type Application ¶ added in v0.0.2
type Application interface {
SpawnUseContainer(businessName string) BasicContainer
}
type BasicContainer ¶
type ConfigureManager ¶
type FullConfigureManager ¶ added in v0.0.3
type FullConfigureManager interface { ConfigureManager Startup() error Stop() error }
type Model ¶
type Model interface { //AddOrUpdateField0 supports primitive value only from object and array(nested array is ok) AddOrUpdateField0(path []string, value interface{}) error //GetFieldUnsafe0 supports primitive value only from object and array(nested array is ok) GetFieldUnsafe0(path []string) interface{} ToGeneralObject() interface{} }
Click to show internal directories.
Click to hide internal directories.