Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MaxPageSize is the maximum page size for paginated results
MaxPageSize = 100
)
Variables ¶
View Source
var ( // InternalError is a generic error message for internal errors. InternalError = gqlerror.Errorf("Internal error") )
Functions ¶
func DecodeGlobalTokenID ¶
DecodeGlobalTokenID decodes a global token and returns the prefix and token id.
Types ¶
type Repository ¶
Repository is the base repository for all repositories.
func NewRepository ¶
NewRepository creates a new base repository.
Click to show internal directories.
Click to hide internal directories.