hook

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package hook provides the defined CLI hook actions for Vela.

Usage:

import "github.com/go-vela/cli/action/hook"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Action  string
	Org     string
	Repo    string
	Number  int
	Page    int
	PerPage int
	Output  string
}

Config represents the configuration necessary to perform hook related requests with Vela.

func (*Config) Get

func (c *Config) Get(client *vela.Client) error

Get captures a list of build hooks based on the provided configuration.

func (*Config) Validate

func (c *Config) Validate() error

Validate verifies the configuration provided.

func (*Config) View

func (c *Config) View(client *vela.Client) error

View inspects a hook based off the provided configuration.

Jump to

Keyboard shortcuts

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