feat: custom template
This commit is contained in:
@@ -18,6 +18,7 @@ type invoiceReq struct {
|
||||
DurationThreshold jtype.Duration `json:"durationThreshold"`
|
||||
HourlyRate float64 `json:"hourlyRate"`
|
||||
Repos []string `json:"repositories"`
|
||||
CustomTemplate string `json:"template,omitempty"`
|
||||
}
|
||||
|
||||
func (i invoiceReq) GetRepos() (repos []invoice.Repo, err error) {
|
||||
|
||||
Reference in New Issue
Block a user