Versions in this module Expand all Collapse all v0 v0.2.1 Nov 18, 2020 Changes in this version + type Options struct + Name string + type Plugin struct + AppLogFile *os.File + Configuration configuration + Options *Options + RequestLogFile *os.File + RequestLogger *logrus.Logger + func New(options *Options) (*Plugin, error) + func NewPlugin(options *Options, c plugin.Plugin) (*Plugin, error) + func (p *Plugin) Close() error + func (p *Plugin) GetConfiguration() interface{} + func (p *Plugin) GetLogWrapCaller(fn micro_client.CallFunc) micro_client.CallFunc + func (p *Plugin) GetLogWrapHandler(fn micro_server.HandlerFunc) micro_server.HandlerFunc + func (p *Plugin) GetName() string + func (p *Plugin) GetVersion() string + func (p *Plugin) Init() error v0.2.0 Aug 5, 2020