assembla

package
v0.0.0-...-51b044e Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ProviderID ...
	ProviderID = "assembla"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GitEventModel

type GitEventModel struct {
	RepositorySuffix string `json:"repository_suffix"`
	RepositoryURL    string `json:"repository_url"`
	Branch           string `json:"branch"`
	CommitID         string `json:"commit_id"`
}

GitEventModel ...

type HookProvider

type HookProvider struct{}

HookProvider ...

func (HookProvider) TransformRequest

func (hp HookProvider) TransformRequest(r *http.Request) hookCommon.TransformResultModel

TransformRequest ...

type MessageEventModel

type MessageEventModel struct {
	Title  string `json:"title"`
	Body   string `json:"body"`
	Author string `json:"author"`
}

MessageEventModel ...

type PushEventModel

type PushEventModel struct {
	SpaceEventModel   SpaceEventModel   `json:"assembla"`
	MessageEventModel MessageEventModel `json:"message"`
	GitEventModel     GitEventModel     `json:"git"`
}

PushEventModel ...

type SpaceEventModel

type SpaceEventModel struct {
	Space  string `json:"space"`
	Action string `json:"action"`
	Object string `json:"object"`
}

SpaceEventModel ...

Jump to

Keyboard shortcuts

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