access

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action string
const (
	ActionListDataSources         Action = "list_data_sources"
	ActionListRelationalSchemas   Action = "list_relational_database_schemas"
	ActionListRelationalTables    Action = "list_relational_database_tables"
	ActionListRelationalColumns   Action = "list_relational_database_columns"
	ActionQueryRelationalDatabase Action = "query_relational_database"
)

type AllowAll

type AllowAll struct{}

func New

func New() *AllowAll

func (*AllowAll) Authorize

func (a *AllowAll) Authorize(ctx context.Context, request Request) error

type Request

type Request struct {
	Action   Action
	Kind     connection.Kind
	SourceID connection.ID
}

Jump to

Keyboard shortcuts

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