Documentation ¶
Index ¶
- type SecretController
- func (s *SecretController) Create(c *gin.Context)
- func (s *SecretController) Delete(c *gin.Context)
- func (s *SecretController) DeleteCollection(c *gin.Context)
- func (s *SecretController) DeleteTest(c *gin.Context)
- func (s *SecretController) Get(c *gin.Context)
- func (s *SecretController) List(c *gin.Context)
- func (s *SecretController) Update(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretController ¶
type SecretController struct {
// contains filtered or unexported fields
}
func NewSecretController ¶
func NewSecretController(store store.Factory) *SecretController
初始化 service 接口
func (*SecretController) DeleteCollection ¶
func (s *SecretController) DeleteCollection(c *gin.Context)
删除多条
func (*SecretController) DeleteTest ¶
func (s *SecretController) DeleteTest(c *gin.Context)
func (*SecretController) Get ¶
func (s *SecretController) Get(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.