package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Sep 2, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Project struct {
ProjectID uuid.UUID `bson:"project_id" json:"project_id"`
Name string `bson:"name,omitempty" json:"name,omitempty"`
Data []byte `bson:"data,omitempty" json:"data,omitempty"`
}
type Settings struct {
ProjectID uuid.UUID `bson:"project_id" json:"project_id"`
Name string `bson:"name,omitempty" json:"name,omitempty"`
Data []byte `bson:"data,omitempty" json:"data,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.