chore: initial public snapshot for github upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package service
|
||||
|
||||
import "time"
|
||||
|
||||
type Setting struct {
|
||||
ID int64
|
||||
Key string
|
||||
Value string
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user