Documentation ¶
Overview ¶
from https://github.com/go-bindata/go-bindata/blob/master/go-bindata/main.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppendSliceValue ¶
type AppendSliceValue []string
AppendSliceValue implements the flag.Value interface and allows multiple calls to the same variable to append a list.
func (*AppendSliceValue) Set ¶
func (s *AppendSliceValue) Set(value string) error
func (*AppendSliceValue) String ¶
func (s *AppendSliceValue) String() string
type GobindataPlugin ¶
func (*GobindataPlugin) ComputeInputOutputFiles ¶
func (p *GobindataPlugin) ComputeInputOutputFiles(opts plugins.GenerateOpts) *plugins.InputOutputFiles
func (*GobindataPlugin) Matches ¶
func (p *GobindataPlugin) Matches(opts plugins.GenerateOpts) bool
func (*GobindataPlugin) Name ¶
func (p *GobindataPlugin) Name() string
Click to show internal directories.
Click to hide internal directories.