api

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	Storage storage.Storage
	// contains filtered or unexported fields
}

func New

func New(c *config.Config) *API

func (*API) GetLogsHandler

func (a *API) GetLogsHandler(c echo.Context) error

func (*API) GetPlanHandler

func (a *API) GetPlanHandler(c echo.Context) error

func (*API) PutLogsHandler

func (a *API) PutLogsHandler(c echo.Context) error

func (*API) PutPlanHandler

func (a *API) PutPlanHandler(c echo.Context) error

type GetLogsResponse

type GetLogsResponse struct {
	Results []string `json:"results"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL