Config

data class Config(val team: List<Author>, val format: String = GCommit.GITHUB_FORMAT_LABEL)

The configuration for GCommit

This class represents the structure for the all the data configurable via gcommit.conf.json

Constructors

Link copied to clipboard
fun Config(team: List<Author>, format: String = GCommit.GITHUB_FORMAT_LABEL)

Functions

Link copied to clipboard
operator fun get(index: String): Author?

Retrive point for Author via tag

Properties

Link copied to clipboard
val format: String

default: GCommit/GitHub signing format adopted by the Code Repository platform

Link copied to clipboard
val team: List<Author>

a list of Author