Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resilencia map[string]*Step
Functions ¶
func Resilience ¶
* * Resilience * @param key string * @return int *
Types ¶
type Object ¶
type Objects ¶ added in v1.0.1
type Objects struct {
Key string `json:"key"`
Ok bool `json:"ok"`
Count int `json:"count"`
Objects map[string]Object `json:"objects"`
}
func NewObjects ¶ added in v1.0.1
* * NewObjects * @return *Objects *
Click to show internal directories.
Click to hide internal directories.