mssql

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	DeleteServer(
		serverName string,
		resourceGroupName string,
	) error
	DeleteDatabase(
		serverName string,
		databaseName string,
		resourceGroupName string,
	) error
}

Manager is an interface to be implemented by any component capable of managing Azure SQL Database

func NewManager

func NewManager() (Manager, error)

NewManager returns a new implementation of the Manager interface

Jump to

Keyboard shortcuts

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