mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-24 21:17:31 +00:00
12 lines
142 B
Go
12 lines
142 B
Go
package model
|
|
|
|
type CustomFieldValue struct {
|
|
Base
|
|
|
|
CustomFieldID string
|
|
Value string
|
|
|
|
UserID *string
|
|
UserGroupID *string
|
|
}
|