package
0.0.0-20220113132429-fdde28556728
Repository: https://github.com/podhmo/apikit.git
Documentation: pkg.go.dev

# README

scroll

the plugin for scroll (pagination)

how to use in code generation

// pc is *plugins.PluginContext
// pkg is *tinypkg.Package
if err := pc.IncludePlugin(pkg, &scroll.Options{LatestID: ""}); err != nil {
    return err
}

how to use in runtime

see tests