Versions in this module Expand all Collapse all v1 v1.0.15 Jun 20, 2020 v1.0.14 Jun 19, 2020 Changes in this version + const METADATA_FILENAME + const METADATA_PATH + func ASCIITableVisualizer(w io.Writer, pipeline pipeline.Pipeliner) error + func Failed(c *gin.Context, err error) + func Success(c *gin.Context, data interface{}) + type FileType string + const FileTypePipelineConfig + const FileTypePlugin + type Metadata interface + AddPath func(ft FileType, path string) error + ExistsPath func(ft FileType, path string) bool + GetPath func(ft FileType, filename string) string + ListPaths func(ft FileType) []string + RemovePath func(ft FileType, path string) error + func NewMetadata(metapath string) (Metadata, error) + type Option func(*Options) + func HTTPAddr(addr string) Option + func MetadataPath(path string) Option + type Options struct + HTTPAddr string + MetadataPath string + type Receptor struct + InjectName string + ReflectType string + StructFieldName string + StructName string + type Server struct + func New(opts ...Option) (*Server, error) + func (c *Server) Serve() error + func (c *Server) Stop()