Skip to content

Commit

Permalink
Feature/add admin rights (#5)
Browse files Browse the repository at this point in the history
* add ability to enable admin rights for user

* add userID to GenesisPayload
  • Loading branch information
timjonesdev committed Sep 2, 2020
1 parent 8195149 commit 5ca1d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type Option struct {
}

type GenesisPayload struct {
UserID string `json:"userID"`
ProjectName string `json:"projectName"`
TemplateName string `json:"templateName"`
Options []Option `json:"options"`
Expand Down

0 comments on commit 5ca1d02

Please sign in to comment.