Versions in this module Expand all Collapse all v0 v0.0.2 Apr 5, 2021 Changes in this version type RestAPI + Loggers chaoslogger.Loggers v0.0.1 Mar 11, 2021 Changes in this version + type Options struct + func NewAPIOptions(restAPIOptions *config.RestAPIOptions, jobMap map[string]*config.Job, ...) *Options + type RestAPI struct + Logger log.Logger + Port string + Router *mux.Router + func NewRestAPI(opt *Options, healthChecker *healthcheck.HealthChecker) *RestAPI + func (restAPI *RestAPI) RunAPIController()