(ctx context.Context, query string, args ...interface{})
| 244 | ExecContext(ctx context.Context, query string, args ...interface{}) (gosql.Result, error) |
| 245 | QueryContext(ctx context.Context, query string, args ...interface{}) (*gosql.Rows, error) |
| 246 | QueryRowContext(ctx context.Context, query string, args ...interface{}) *gosql.Row |
| 247 | } |
| 248 | |
| 249 | func GetServerUUID(db QueryAble) (result string, err error) { |
no outgoing calls
no test coverage detected