Versions in this module Expand all Collapse all v1 v1.2.0 Jul 10, 2026 v1.1.0 Jul 9, 2026 v1.0.0 Jul 9, 2026 Changes in this version + func Delete(dir, id string) error + func Exists(dir, id string) bool + func MergeDir(src, dst string) (int, error) + func Read(dir, id string) (string, error) + func Save(dir, id, src string) error + func ValidID(id string) bool + type Check struct + ID string + func Compile(id, src string) (*Check, error) + func LoadDir(dir string) ([]*Check, map[string]error) + func (c *Check) Run(f Flow) (issues []store.Issue, err error) + type Flow struct + Host string + ID int64 + Method string + Mime string + Path string + Port int + ReqBody string + ReqHeaders map[string][]string + ResBody string + ResHeaders map[string][]string + Scheme string + Status int + type Source struct + Error string + ID string + Source string + func List(dir string) []Source