dbos

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Review

type Review struct {
	// Id       int    `db:"id"`  // We never specify when we write.
	Reviewer string `db:"reviewer"`
	Repo     string `db:"repo"`
	Pr       int    `db:"pr_id"`
	Badge    string `db:"badge"`
}

type Reviews

type Reviews []Review

Jump to

Keyboard shortcuts

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