Documentation
¶
Index ¶
- type JamsyncDb
- func (j JamsyncDb) AddProject(projectName string, owner string) (uint64, error)
- func (j JamsyncDb) CreateUser(username, userId string) error
- func (j JamsyncDb) DeleteProject(projectName string, owner string) (uint64, error)
- func (j JamsyncDb) GetProjectId(projectName string, owner string) (uint64, error)
- func (j JamsyncDb) GetProjectName(id uint64, owner string) (string, error)
- func (j JamsyncDb) GetProjectOwner(projectId uint64) (string, error)
- func (j JamsyncDb) ListUserProjects(owner string) ([]Project, error)
- func (j JamsyncDb) Username(userId string) (string, error)
- type Project
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JamsyncDb ¶
type JamsyncDb struct {
// contains filtered or unexported fields
}
func (JamsyncDb) AddProject ¶
func (JamsyncDb) CreateUser ¶
func (JamsyncDb) DeleteProject ¶
func (JamsyncDb) GetProjectId ¶
func (JamsyncDb) GetProjectName ¶
func (JamsyncDb) GetProjectOwner ¶
func (JamsyncDb) ListUserProjects ¶
Click to show internal directories.
Click to hide internal directories.