type golang.org/x/pkgsite/internal.FieldSet
8 uses
golang.org/x/pkgsite/internal (current package)
datasource.go#L20: GetUnit(ctx context.Context, pathInfo *UnitMeta, fields FieldSet, bc BuildContext) (_ *Unit, err error)
unit.go#L98: type FieldSet int64
unit.go#L101: const MinimalFields FieldSet = 0
unit.go#L104: const AllFields FieldSet = -1
unit.go#L113: WithMain FieldSet = 1 << iota
golang.org/x/pkgsite/internal/localdatasource
datasource.go#L111: func (ds *DataSource) GetUnit(ctx context.Context, pathInfo *internal.UnitMeta, fields internal.FieldSet, bc internal.BuildContext) (_ *internal.Unit, err error) {
golang.org/x/pkgsite/internal/postgres
unit.go#L245: func (db *DB) GetUnit(ctx context.Context, um *internal.UnitMeta, fields internal.FieldSet, bc internal.BuildContext) (_ *internal.Unit, err error) {
golang.org/x/pkgsite/internal/proxydatasource
details.go#L18: func (ds *DataSource) GetUnit(ctx context.Context, um *internal.UnitMeta, field internal.FieldSet, bc internal.BuildContext) (_ *internal.Unit, err error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |