Documentation
¶
Overview ¶
Package glue provides a basic emulation of AWS Glue Data Catalog.
Implemented operations: CreateDatabase, GetDatabase, GetDatabases, DeleteDatabase, CreateTable, GetTable, GetTables, DeleteTable.
Enough for data-layer stacks referencing AWS::Glue::Database and Table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
Name string `json:"Name"`
Description string `json:"Description,omitempty"`
CatalogId string `json:"CatalogId,omitempty"`
}
Database represents a Glue database.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements router.Service and router.TargetDispatcher for Glue.
func (*Service) Operations ¶
func (*Service) RegisterRoutes ¶
func (*Service) SupportedProtocols ¶
func (*Service) TargetPrefix ¶
Click to show internal directories.
Click to hide internal directories.