helper

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const BpmnExample = `` /* 1351-byte string literal not displayed */
View Source
const Jwt string = `` /* 1782-byte string literal not displayed */
View Source
const SvgExample = `` /* 2241-byte string literal not displayed */

Variables

View Source
var JwtPayload, _ = auth.Parse(Jwt)

Functions

func DeleteProcess

func DeleteProcess(event Events, vid string, userId string) error

func JwtGet

func JwtGet(token string, endpoint string) (resp *http.Response, err error)

func PutProcess

func PutProcess(event Events, vid string, name string, owner string) error

func PutProcessWithSource

func PutProcessWithSource(event Events, vid string, name string, owner string, source string) error

Types

type Events

type Events interface {
	HandleDeploymentCreate(owner string, id string, name string, xml string, svg string, source string, handling *messages.IncidentHandling) (err error)
	HandleDeploymentDelete(vid string, userId string) error
}

Jump to

Keyboard shortcuts

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