shell: support Windows cmd /C; normalize date/time; allow all commands; add tests
This commit is contained in:
@@ -3,11 +3,11 @@ package memory
|
||||
import "time"
|
||||
|
||||
type CapabilityGap struct {
|
||||
ID int64
|
||||
ChatID string
|
||||
UserID string
|
||||
Intent string
|
||||
Reason string
|
||||
ID int64
|
||||
ChatID string
|
||||
UserID string
|
||||
Intent string
|
||||
Reason string
|
||||
CreatedAt time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user