# Packages
Package mock_platforms is a generated GoMock package.
# 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.