package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Feb 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Member struct {
ID string `db:"id"`
UserID string `db:"user_id"`
OrganizationID string `db:"organization_id"`
CreatedAt time.Time `db:"created_at"`
CreatedBy string `db:"created_by"`
DeletedAt *time.Time `db:"deleted_at"`
DeletedBy *string `db:"deleted_by"`
}
type ShortOrganizationID string
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.