Versions in this module Expand all Collapse all v0 v0.0.2 Sep 17, 2018 Changes in this version type Token + func UnmarshalHeadInfo(c *caddy.Controller, dest interface{}) (Token, error) v0.0.1 Sep 16, 2018 Changes in this version + func Unmarshal(c *caddy.Controller, dest interface{}) error + type Args struct + func (a *Args) Arguments() []string + type Stream interface + Confirm func() + Next func() bool + NextArg func() bool + Token func() Token + type Token struct + Col int + File string + Lin int + Value string + func (t Token) String() string