Documentation ¶
Overview ¶
* Copyright (C) 2020 The poly network Authors * This file is part of The poly network library. * * The poly network is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The poly network is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General Public License * along with The poly network . If not, see <http://www.gnu.org/licenses/>.
Index ¶
- type Controller
- func (c *Controller) Handle()
- func (c *Controller) HandleFuncSetContract(ctx *gin.Context)
- func (c *Controller) HandleFuncSetParam(ctx *gin.Context)
- func (c *Controller) HandleFuncSignContract(ctx *gin.Context)
- func (c *Controller) HandleFuncSignParam(ctx *gin.Context)
- func (c *Controller) HandleGenePrivk(ctx *gin.Context)
- func (c *Controller) HandleGeneRedeem(ctx *gin.Context)
- func (c *Controller) HandleInit(ctx *gin.Context)
- func (c *Controller) HandleSetContract(ctx *gin.Context)
- func (c *Controller) HandleSetParam(ctx *gin.Context)
- func (c *Controller) HandleSignContract(ctx *gin.Context)
- func (c *Controller) HandleSignParam(ctx *gin.Context)
- func (c *Controller) HandleStatus(ctx *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func (*Controller) Handle ¶
func (c *Controller) Handle()
func (*Controller) HandleFuncSetContract ¶
func (c *Controller) HandleFuncSetContract(ctx *gin.Context)
func (*Controller) HandleFuncSetParam ¶
func (c *Controller) HandleFuncSetParam(ctx *gin.Context)
func (*Controller) HandleFuncSignContract ¶
func (c *Controller) HandleFuncSignContract(ctx *gin.Context)
func (*Controller) HandleFuncSignParam ¶
func (c *Controller) HandleFuncSignParam(ctx *gin.Context)
func (*Controller) HandleGenePrivk ¶
func (c *Controller) HandleGenePrivk(ctx *gin.Context)
func (*Controller) HandleGeneRedeem ¶
func (c *Controller) HandleGeneRedeem(ctx *gin.Context)
func (*Controller) HandleInit ¶
func (c *Controller) HandleInit(ctx *gin.Context)
func (*Controller) HandleSetContract ¶
func (c *Controller) HandleSetContract(ctx *gin.Context)
func (*Controller) HandleSetParam ¶
func (c *Controller) HandleSetParam(ctx *gin.Context)
func (*Controller) HandleSignContract ¶
func (c *Controller) HandleSignContract(ctx *gin.Context)
func (*Controller) HandleSignParam ¶
func (c *Controller) HandleSignParam(ctx *gin.Context)
func (*Controller) HandleStatus ¶
func (c *Controller) HandleStatus(ctx *gin.Context)