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 ¶
NewManager returns a new implementation of the Manager interface
Click to show internal directories.
Click to hide internal directories.