linstrom/server/apiLinstromMedia.go
mStar 873f52d64f 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
2024-10-31 16:53:42 +01:00

8 lines
339 B
Go

package server
import "net/http"
func linstromGetMediaMetadata(w http.ResponseWriter, r *http.Request) {}
func linstromNewMediaMetadata(w http.ResponseWriter, r *http.Request) {}
func linstromUpdateMediaMetadata(w http.ResponseWriter, r *http.Request) {}
func linstromDeleteMediaMetadata(w http.ResponseWriter, r *http.Request) {}