File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -126,19 +126,6 @@ type JoinRequestResponse struct {
126126 ReviewedAt * time.Time `json:"reviewed_at,omitempty"`
127127}
128128
129- // UserInfo represents user information for API responses
130- type UserInfo struct {
131- ID string `json:"id"`
132- Username string `json:"username"`
133- Email string `json:"email"`
134- Avatar string `json:"avatar"`
135- TenantID uint64 `json:"tenant_id"`
136- IsActive bool `json:"is_active"`
137- CanAccessAllTenants bool `json:"can_access_all_tenants"`
138- CreatedAt time.Time `json:"created_at"`
139- UpdatedAt time.Time `json:"updated_at"`
140- }
141-
142129// SharedKnowledgeBaseInfo represents a shared knowledge base
143130type SharedKnowledgeBaseInfo struct {
144131 ShareID string `json:"share_id"`
You can’t perform that action at this time.
0 commit comments