api,db: add page attributes and thread locking
This commit is contained in:
committed by
Adhityaa Chandrasekar
parent
0a03a2c6fc
commit
299649cea2
9
api/page.go
Normal file
9
api/page.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import ()
|
||||
|
||||
type page struct {
|
||||
Domain string `json:"domain"`
|
||||
Path string `json:"path"`
|
||||
IsLocked bool `json:"isLocked"`
|
||||
}
|
||||
Reference in New Issue
Block a user