package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Oct 20, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
Host string `json:"host"`
Version string `json:"version"`
}
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.