Documentation
¶
Index ¶
- func CachePath(s string) (func(b *identify) error, error)
- func CalcHash(r io.ReadCloser) []byte
- func Debug() (func(b *identify) error, error)
- func Download(src string, dest string) error
- func New(options ...OptionFn) (*identify, error)
- func NoBranches() (func(b *identify) error, error)
- func NoTags() (func(b *identify) error, error)
- func ProxyURL(s string) (func(b *identify) error, error)
- func TargetApplication(s string) (func(b *identify) error, error)
- func TargetURL(s string) (func(b *identify) error, error)
- func UserAgent(s string) (func(b *identify) error, error)
- type Application
- type DB
- type OptionFn
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalcHash ¶
func CalcHash(r io.ReadCloser) []byte
func NoBranches ¶
func TargetApplication ¶
Types ¶
type Application ¶
type DB ¶
type DB struct {
Application map[string]Application `yaml:"application"`
}
Click to show internal directories.
Click to hide internal directories.