Versions in this module Expand all Collapse all v1 v1.2.0 Jul 6, 2026 Changes in this version + func Create(c *gin.Context, in *CreateRequest) + func Delete(c *gin.Context, in *DeleteRequest) + func Detail(c *gin.Context, in *DetailRequest) + func List(c *gin.Context) + func Update(c *gin.Context, in *UpdateRequest) + type CreateRequest struct + Address string + Enabled *bool + Name string + SecretKey string + type DeleteRequest struct + Uuid string + type DetailRequest struct + Uuid string + type DetailResponse = NodeDetailItem + type ListRequest struct + type ListResponse struct + List []NodeItem + type NodeDetailItem struct + Address string + CreatedAt int64 + Enabled bool + IsLocal bool + Name string + SecretKey string + UpdatedAt int64 + Uuid string + type NodeItem struct + Address string + CreatedAt int64 + Enabled bool + IsLocal bool + Name string + UpdatedAt int64 + Uuid string + type UpdateRequest struct + Address string + Enabled *bool + Name string + SecretKey string + Uuid string