Versions in this module Expand all Collapse all v0 v0.6.9 Jan 10, 2019 Changes in this version + const CONTENT_FS + const CONTENT_INLINE + const CONTENT_URL + type Location struct + Kind int + Path string + Workingpath string + func NewLocation(ref string, cwl string) (*Location, error) + func (l *Location) Content() ([]byte, string, error) + func (l *Location) ContentWithOptions(options map[string]string) ([]byte, string, error) + func (l *Location) Expand() (*Locations, int, error) + func (l *Location) TemplateWithOptions(options map[string]string) (*template.Template, string, error) + type Locations struct + Items []*Location + func (l *Locations) Add(ref string, cwl string) error + type Logger interface + Debug func(args ...interface{}) + Debugf func(format string, args ...interface{}) + Debugln func(args ...interface{}) + Error func(args ...interface{}) + Errorf func(format string, args ...interface{}) + Errorln func(args ...interface{}) + Fatal func(args ...interface{}) + Fatalf func(format string, args ...interface{}) + Fatalln func(args ...interface{}) + Info func(args ...interface{}) + Infof func(format string, args ...interface{}) + Infoln func(args ...interface{}) + Panic func(args ...interface{}) + Panicf func(format string, args ...interface{}) + Panicln func(args ...interface{}) + Print func(args ...interface{}) + Printf func(format string, args ...interface{}) + Println func(args ...interface{}) + Warn func(args ...interface{}) + Warnf func(format string, args ...interface{}) + Warning func(args ...interface{}) + Warningf func(format string, args ...interface{}) + Warningln func(args ...interface{}) + Warnln func(args ...interface{})