data

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const MAX_RESULTS = 32

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient() Client

func (*Client) FetchCurrentAWSAccountId

func (c *Client) FetchCurrentAWSAccountId() string

func (*Client) FetchDataLakeLocationRows

func (c *Client) FetchDataLakeLocationRows(nextToken *string) ([]table.Row, *string, error)

func (*Client) FetchDatabaseDetailRows

func (c *Client) FetchDatabaseDetailRows(databaseName string) ([][]table.Row, error)

func (*Client) FetchDatabaseRows

func (c *Client) FetchDatabaseRows(nextToken *string) ([]table.Row, *string, error)

func (*Client) FetchLFTagPermissionRows

func (c *Client) FetchLFTagPermissionRows(nextToken *string) ([]table.Row, *string, error)

func (*Client) FetchLFTagRows

func (c *Client) FetchLFTagRows(nextToken *string) ([]table.Row, *string, error)

func (*Client) FetchTableDetailRows

func (c *Client) FetchTableDetailRows(tableName string, databaseName string) ([][]table.Row, error)

func (*Client) FetchTableRows

func (c *Client) FetchTableRows(nextToken *string) ([]table.Row, *string, error)

Jump to

Keyboard shortcuts

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