package
0.7.0
Repository: https://github.com/fikaworks/grgate.git
Documentation: pkg.go.dev

# Packages

Package mock_platforms is a generated GoMock package.

# Functions

NewGithub returns an instance of platform.
NewGitlab returns an instance of platform.

# Structs

GithubConfig hold the Github configuration.
GitlabConfig hold the Gitlab configuration.
Issue contains the GRGate dashboard issue informations.
Release represent a release regarding the platform.
Status contains commit status informations.

# Interfaces

Platform interface Github and Gitlab go:generate go run github.com/golang/mock/mockgen -destination mocks/platforms_mock.go -package mock_platforms github.com/fikaworks/grgate/pkg/platforms Platform.