Add SessionClose to SessionProvisioner

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-08-25 11:14:49 -03:00
parent c44512f159
commit 3c6d87cb14
3 changed files with 25 additions and 18 deletions

View File

@@ -20,6 +20,7 @@ type InstanceProvisionerApi interface {
type SessionProvisionerApi interface {
SessionNew(session *types.Session) error
SessionClose(session *types.Session) error
}
type InstanceProvisionerFactoryApi interface {