Documentation ¶
Index ¶
- func Error(err error) error
- type Connection
- func (c Connection) Close()
- func (c Connection) DeleteTenantMapping(ctx context.Context, formationID, applicationID string) error
- func (c Connection) ListTenantMappings(ctx context.Context, formationID string) (map[string]types.TenantMapping, error)
- func (c Connection) Ping(ctx context.Context) error
- func (c Connection) UpsertTenantMapping(ctx context.Context, tenantMapping types.TenantMapping) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func NewConnection ¶
func (Connection) Close ¶
func (c Connection) Close()
func (Connection) DeleteTenantMapping ¶
func (c Connection) DeleteTenantMapping(ctx context.Context, formationID, applicationID string) error
func (Connection) ListTenantMappings ¶
func (c Connection) ListTenantMappings(ctx context.Context, formationID string) (map[string]types.TenantMapping, error)
func (Connection) UpsertTenantMapping ¶
func (c Connection) UpsertTenantMapping(ctx context.Context, tenantMapping types.TenantMapping) error
Click to show internal directories.
Click to hide internal directories.