Documentation
¶
Index ¶
- 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) Type() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Oracle ¶
type Oracle struct { connutil.ConnectionProducer credsutil.CredentialsProducer }
func (*Oracle) CreateUser ¶
func (*Oracle) RevokeUser ¶
Click to show internal directories.
Click to hide internal directories.