Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
Configuration struct holding different options
func LoadConfigurations ¶
func LoadConfigurations() *Configuration
LoadConfigurations loads configurations from pubkeymanager.conf and then returns a pointer
type SqliteHandler ¶
SqliteHandler struct
func NewSqliteHandler ¶
func NewSqliteHandler(dbfileName string, password string) *SqliteHandler
NewSqliteHandler creates a new Ciphered SqliteHandler
func (*SqliteHandler) Execute ¶
func (handler *SqliteHandler) Execute(statement string, args ...interface{}) (interfaces.Result, error)
Execute function contained on SqliteHandler
func (*SqliteHandler) Query ¶
func (handler *SqliteHandler) Query(statement string, args ...interface{}) (interfaces.Row, error)
Query function contained on SqliteHandler
type SqliteResult ¶
SqliteResult struct
func (SqliteResult) LastInsertId ¶
func (r SqliteResult) LastInsertId() (int64, error)
LastInsertId function contained on SqliteResult
func (SqliteResult) RowsAffected ¶
func (r SqliteResult) RowsAffected() (int64, error)
RowsAffected function contained on SqliteResult
Click to show internal directories.
Click to hide internal directories.