internal

package
v0.0.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultApiEndpoint = "https://access-governance.collibra.tech/accessGovernance/"
View Source
const GqlApiPath = "query"
View Source
const MaxPageSize = 25
View Source
const RestApiPath = "rest"

Variables

This section is empty.

Functions

func PaginationExecutor

func PaginationExecutor[T any, E any](ctx context.Context, loadPageFn func(ctx context.Context, cursor *string) (*types.PageInfo, []E, error), edgeFn func(edge *E) (*string, *T, error)) iter.Seq2[*T, error]

Types

type BasicAuthedDoer

type BasicAuthedDoer struct {
	User     string
	Password string
	Url      string
}

func (*BasicAuthedDoer) Do

func (a *BasicAuthedDoer) Do(req *http.Request) (*http.Response, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL