Documentation ¶
Index ¶
- type Governance
- func (g *Governance) HandleAbrogationProposalDetails(ctx *gin.Context)
- func (g *Governance) HandleAbrogationProposalVotes(ctx *gin.Context)
- func (g *Governance) HandleAbrogationProposals(ctx *gin.Context)
- func (g *Governance) HandleOverview(ctx *gin.Context)
- func (g *Governance) HandleProposalDetails(ctx *gin.Context)
- func (g *Governance) HandleProposalEvents(ctx *gin.Context)
- func (g *Governance) HandleProposals(ctx *gin.Context)
- func (g *Governance) HandleTreasuryTokens(ctx *gin.Context)
- func (g *Governance) HandleTreasuryTxs(ctx *gin.Context)
- func (g *Governance) HandleVoters(ctx *gin.Context)
- func (g *Governance) HandleVotes(ctx *gin.Context)
- func (g *Governance) SetRoutes(engine *gin.Engine)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Governance ¶
type Governance struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *db.DB) *Governance
func (*Governance) HandleAbrogationProposalDetails ¶
func (g *Governance) HandleAbrogationProposalDetails(ctx *gin.Context)
func (*Governance) HandleAbrogationProposalVotes ¶
func (g *Governance) HandleAbrogationProposalVotes(ctx *gin.Context)
func (*Governance) HandleAbrogationProposals ¶
func (g *Governance) HandleAbrogationProposals(ctx *gin.Context)
func (*Governance) HandleOverview ¶
func (g *Governance) HandleOverview(ctx *gin.Context)
func (*Governance) HandleProposalDetails ¶
func (g *Governance) HandleProposalDetails(ctx *gin.Context)
func (*Governance) HandleProposalEvents ¶
func (g *Governance) HandleProposalEvents(ctx *gin.Context)
func (*Governance) HandleProposals ¶
func (g *Governance) HandleProposals(ctx *gin.Context)
func (*Governance) HandleTreasuryTokens ¶
func (g *Governance) HandleTreasuryTokens(ctx *gin.Context)
func (*Governance) HandleTreasuryTxs ¶
func (g *Governance) HandleTreasuryTxs(ctx *gin.Context)
func (*Governance) HandleVoters ¶
func (g *Governance) HandleVoters(ctx *gin.Context)
func (*Governance) HandleVotes ¶
func (g *Governance) HandleVotes(ctx *gin.Context)
func (*Governance) SetRoutes ¶
func (g *Governance) SetRoutes(engine *gin.Engine)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.