Documentation
¶
Index ¶
- Constants
- type Client
- func (c *Client) FetchCurrentAWSAccountId() string
- func (c *Client) FetchDataLakeLocationRows(nextToken *string) ([]table.Row, *string, error)
- func (c *Client) FetchDatabaseDetailRows(databaseName string) ([][]table.Row, error)
- func (c *Client) FetchDatabaseRows(nextToken *string) ([]table.Row, *string, error)
- func (c *Client) FetchLFTagPermissionRows(nextToken *string) ([]table.Row, *string, error)
- func (c *Client) FetchLFTagRows(nextToken *string) ([]table.Row, *string, error)
- func (c *Client) FetchTableDetailRows(tableName string, databaseName string) ([][]table.Row, error)
- func (c *Client) FetchTableRows(nextToken *string) ([]table.Row, *string, error)
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 (*Client) FetchCurrentAWSAccountId ¶
func (*Client) FetchDataLakeLocationRows ¶
func (*Client) FetchDatabaseDetailRows ¶
func (*Client) FetchDatabaseRows ¶
func (*Client) FetchLFTagPermissionRows ¶
func (*Client) FetchLFTagRows ¶
func (*Client) FetchTableDetailRows ¶
Click to show internal directories.
Click to hide internal directories.