drone

package
v0.0.0-...-0637115 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Id     int    `json:"id"`
	Number int    `json:"number"`
	Status string `json:"status"`
	Link   string `json:"link"`
	Ref    string `json:"ref"`
}

type Drone

type Drone struct {
	// contains filtered or unexported fields
}

func (*Drone) Description

func (x *Drone) Description() string

func (*Drone) Process

func (x *Drone) Process(e transistor.Event) error

func (*Drone) SampleConfig

func (x *Drone) SampleConfig() string

func (*Drone) Start

func (x *Drone) Start(e chan transistor.Event) error

func (*Drone) Stop

func (x *Drone) Stop()

func (*Drone) Subscribe

func (x *Drone) Subscribe() []string

type DroneConfig

type DroneConfig struct {
	Url        string
	Token      string
	Repository string
	Branch     string
	GraphqlUrl string
}

Jump to

Keyboard shortcuts

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