Documentation
¶
Index ¶
Constants ¶
View Source
const (
KindOperatorRegistrationStore nostr.Kind = 20445
)
Variables ¶
View Source
var ( L = global.Log.With().Str("module", "operator").Logger() Handler = &MuxHandler{} )
View Source
var ErrAccountNotFound = fmt.Errorf("account not found")
Functions ¶
func SetupEnabled ¶
func SetupEnabled()
Types ¶
type MuxHandler ¶
type MuxHandler struct {
// contains filtered or unexported fields
}
func (*MuxHandler) ServeHTTP ¶
func (mh *MuxHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.