#Mapped interfaces
9 messages · Page 1 of 1 (latest)
Issue is that when I try to call oapi100.Init, it returns a struct of oapi100.API100 which implementes the APIEngine it doesn't work
cannot use oapi100.Init (value of type func(logEngine *olog.LogEngine) oapi100.API100) as APIEngine value in map literal: func(logEngine *olog.LogEngine) oapi100.API100 does not implement APIEngine (missing method Bind)