projects

package
v1.1.10 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2026 License: BSD-3-Clause Imports: 6 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
	Name() string
	Provider() string
	Config() string
	Code() string
}

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 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