initial commit for bookish-server and local environment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package internal
|
||||
|
||||
type contextKey string
|
||||
|
||||
const CtxRenter contextKey = contextKey("ctx-renter")
|
||||
const CtxBookTitle contextKey = contextKey("ctx-book-title")
|
||||
Reference in New Issue
Block a user