Documentation ¶
Overview ¶
Package log provides the log handlers for the Vela API.
Usage:
import "github.com/go-vela/server/api/log"
Index ¶
- func CreateServiceLog(c *gin.Context)
- func CreateStepLog(c *gin.Context)
- func DeleteServiceLog(c *gin.Context)
- func DeleteStepLog(c *gin.Context)
- func GetServiceLog(c *gin.Context)
- func GetStepLog(c *gin.Context)
- func ListLogsForBuild(c *gin.Context)
- func UpdateServiceLog(c *gin.Context)
- func UpdateStepLog(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateServiceLog ¶
CreateServiceLog represents the API handler to create the logs for a service in the configured backend.
func CreateStepLog ¶
CreateStepLog represents the API handler to create the logs for a step in the configured backend.
func DeleteServiceLog ¶
DeleteServiceLog represents the API handler to remove the logs for a service from the configured backend.
func DeleteStepLog ¶
DeleteStepLog represents the API handler to remove the logs for a step from the configured backend.
func GetServiceLog ¶
GetServiceLog represents the API handler to capture the logs for a service from the configured backend.
func GetStepLog ¶
GetStepLog represents the API handler to capture the logs for a step from the configured backend.
func ListLogsForBuild ¶
ListLogsForBuild represents the API handler to capture a list of logs for a build from the configured backend.
func UpdateServiceLog ¶
UpdateServiceLog represents the API handler to update the logs for a service in the configured backend.
func UpdateStepLog ¶
UpdateStepLog represents the API handler to update the logs for a step in the configured backend.
Types ¶
This section is empty.