More work on the api. Also auth middleware stuff
More work on the placeholder functions for the Linstrom API Additionally, started work on a slightly more sophisticated authentication control system And ran `go generate` again
This commit is contained in:
parent
b9c95a0297
commit
873f52d64f
14 changed files with 637 additions and 300 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
// For pretty printing during debug
|
||||
// If `go generate` is run, it'll generate the necessary function and data for pretty printing
|
||||
//go:generate stringer -type NoteTarget
|
||||
//go:generate stringer -type NoteAccessLevel
|
||||
|
||||
// What feed a note is targeting (public, home, followers or dm)
|
||||
type NoteAccessLevel uint8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue