package
Version:
v0.2.40-rc2
Opens a new window with list of versions in this module.
Published: Sep 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Actor struct {
Subject string `json:"subject"`
}
type Component struct {
Name string `json:"name"`
Version string `json:"version"`
}
New returns an initialized middleware.
ServeHTTP implements the http.Handler interface.
type Operation struct {
Verb string `json:"verb"`
}
type Resource struct {
Type string `json:"type"`
ID string `json:"id,omitempty"`
}
type Result struct {
Status int `json:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.