Update yaegi to v0.9.21
This commit is contained in:
parent
d8156ef625
commit
1e69939532
3 changed files with 4 additions and 3 deletions
|
@ -23,6 +23,7 @@ type PP interface {
|
|||
}
|
||||
|
||||
type _PP struct {
|
||||
IValue interface{}
|
||||
WInit func() error
|
||||
WProvide func(cfgChan chan<- json.Marshaler) error
|
||||
WStop func() error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue