backend

package
v0.0.0-...-e6d0258 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	Configure(*github.Client)
	Prepare(Payload) error
	Act(Payload) error
}

Backend defines the contract packages must follow for use with the application

type Payload

type Payload interface {
	Type() string
	Bytes() []byte
	Config() []byte
}

Payload defines the value passed between frontend resources and backend packages

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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