repo

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Release

type Release struct {
	CurrentReleaseTagName string `dynamodbav:"currentReleaseTagName,string" json:"tag_name"`
	CurrentReleaseID      string `dynamodbav:"currentReleaseID,string" json:"id"`
	IsPrerelease          bool   `json:"isPrerelease"`
}

type Repo

type Repo struct {
	RepoID                 string `dynamobav:"repoID,string" json:"repo_id,omitempty"`
	Name                   string `dynamodbav:"repoName,string" json:"name,omitempty"`
	Owner                  string `dynamodbav:"repoOwner,string" json:"owner,omitempty"`
	Link                   string `dynamodbav:"repoLink,string" json:"link,omitempty"`
	ShouldNotifyPrerelease bool   `dynamodbav:"shouldPre,bool" json:"shouldPre,omitempty"`
	Release
}

type RepoWithChatID

type RepoWithChatID struct {
	Repo
	ChatID string `dynamobav:"chatID,string"`
}

Jump to

Keyboard shortcuts

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