update

package
v0.0.0-...-420d421 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handle

func Handle(cfg *config.Config, w http.ResponseWriter, r *http.Request)

Handle consumes the webhook and posts the data to Slack.

func Handler

func Handler(w http.ResponseWriter, r *http.Request)

Handler is the entrypoint for Vercel serverless functions.

Types

type Update

type Update struct {
	Id            string        `json:"id"`
	AppId         string        `json:"appId"`
	Group         string        `json:"group"`
	CreatedAt     string        `json:"createdAt"`
	Branch        string        `json:"branch"`
	Platform      expo.Platform `json:"platform"`
	GitCommitHash string        `json:"gitCommitHash"`
}

Jump to

Keyboard shortcuts

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