Documentation
¶
Index ¶
- func New() (interface{}, error)
- func Run(apiTLSConfig *api.TLSConfig) error
- type Oracle
- func (o *Oracle) CreateUser(ctx context.Context, statements dbplugin.Statements, ...) (username string, password string, err error)
- func (o *Oracle) RenewUser(ctx context.Context, statements dbplugin.Statements, username string, ...) error
- func (o *Oracle) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error
- func (o *Oracle) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error)
- func (o *Oracle) Type() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Oracle ¶
type Oracle struct { *connutil.SQLConnectionProducer credsutil.CredentialsProducer }
func (*Oracle) CreateUser ¶
func (*Oracle) RevokeUser ¶
func (*Oracle) RotateRootCredentials ¶ added in v0.1.4
Click to show internal directories.
Click to hide internal directories.