MCPcopy Index your code
hub / github.com/upper/db / issue602Organization

Struct issue602Organization

adapter/postgresql/postgresql_test.go:922–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922type issue602Organization struct {
923 ID string `json:"id" db:"id,omitempty"`
924 Name string `json:"name" db:"name"`
925 CreatedAt time.Time `json:"created_at,omitempty" db:"created_at,omitempty"`
926 UpdatedAt time.Time `json:"updated_at,omitempty" db:"updated_at,omitempty"`
927}
928
929type issue602OrganizationStore struct {
930 db.Store

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected