gitlaborm

package module
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	User int
}

Config for the orm

type DB

type DB struct {
	// contains filtered or unexported fields
}

DB object to make database calls

func Connect added in v0.1.1

func Connect(gitlabRepoURL string, token string, config Config) (*DB, error)

Connect to DB

func (*DB) Ping added in v0.1.1

func (db *DB) Ping() string

Ping test connection to the database

type Record added in v0.1.1

type Record interface {
	ID() string
}

Record a record in the database

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL