projects

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exist

func Exist(ctx context.Context, kv kvdb.KVDB, id string) bool

Types

type Data

type Data map[string]interface{}

type Project

type Project interface {
	Register() error
	Delete() error
	Serialize() Data
}

func Fetch

func Fetch(ctx context.Context, kv kvdb.KVDB, id string) (Project, error)

id: provided as string even if it's an int

func New

func New(kv kvdb.KVDB, data Data) (Project, error)

type ProjectObject

type ProjectObject struct {
	KV     kvdb.KVDB
	Id     string
	Name   string
	Config int
	Code   int
}

func (*ProjectObject) Delete

func (r *ProjectObject) Delete() error

func (*ProjectObject) Register

func (r *ProjectObject) Register() error

func (*ProjectObject) Serialize

func (r *ProjectObject) Serialize() Data

type Repository

type Repository struct {
	auth.Repository
	// contains filtered or unexported fields
}

func (Repository) Id

func (r Repository) Id() int

Jump to

Keyboard shortcuts

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