Versions in this module Expand all Collapse all v1 v1.0.1 Mar 28, 2020 v1.0.0 Jun 26, 2018 Changes in this version + type API struct + func New(osioAPI hostiface.OSIOAPI, execAPI hostiface.ExecAPI) *API + func (a *API) AggregateRawPackageAnalysisData(pkg string, rawPkgCoverageData []string) (*pckg.Stats, error) + func (a *API) GetRawCoverageAnalysisForPackage(pkg string) ([]string, bool, error)