projects

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 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 Database

type Database struct {
	Host    string `json:"host"`
	Version string `json:"version"`
}

type Project

type Project struct {
	ID             string   `json:"id"`
	OrganizationID string   `json:"organization_id"`
	Name           string   `json:"name"`
	Region         string   `json:"region"`
	Database       Database `json:"database"`
	CreatedAt      string   `json:"created_at"`
}

type Projects

type Projects = []Project

func ReadProjects

func ReadProjects(accessToken string) (Projects, error)

Jump to

Keyboard shortcuts

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