Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func AddFileSource(filesource FileSource) + func Exists(filePath string) bool + func Read(filePath string) ([]byte, error) + func ReadOrDie(filePath string) []byte + type BindataFileSource struct + Asset func(string) ([]byte, error) + AssetNames func() []string + func (b BindataFileSource) DescribeFiles() string + func (b BindataFileSource) ReadTestFile(filePath string) ([]byte, error) + type FileSource interface + DescribeFiles func() string + ReadTestFile func(filePath string) ([]byte, error) + type RootFileSource struct + Root string + func (r RootFileSource) DescribeFiles() string + func (r RootFileSource) ReadTestFile(filePath string) ([]byte, error)