Compare commits
1 Commits
2f2388caab
...
v1.0.48
| Author | SHA1 | Date | |
|---|---|---|---|
| 7737b8b4d2 |
@@ -199,3 +199,7 @@ type GCUser struct {
|
|||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
AcdAutoAnswer bool `json:"acdAutoAnswer"`
|
AcdAutoAnswer bool `json:"acdAutoAnswer"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (GCUser) TableName() string {
|
||||||
|
return "gc_users"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user