Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler holds the server context
func NewHandler ¶
NewHandler createss a new HTTP handler
func (*Handler) GetSingleAWSResource ¶
func (h *Handler) GetSingleAWSResource() http.HandlerFunc
GetSingleAWSResource handles fetching a single item
func (*Handler) ListAWSResources ¶
func (h *Handler) ListAWSResources() http.HandlerFunc
ListAWSResources returns a list of the requested resources, or a 404 if none can be found in storage
func (*Handler) ServiceMetadata ¶
func (h *Handler) ServiceMetadata() http.HandlerFunc
ServiceMetadata displays hopefully useful information about the service
Click to show internal directories.
Click to hide internal directories.