Versions in this module Expand all Collapse all v1 v1.2.0 Jul 6, 2026 Changes in this version + func Get(c *gin.Context) + func Update(c *gin.Context, in *UpdateRequest) + type GetResponse struct + Items []Item + type Item struct + DefaultValue string + Key string + Value string + type UpdateItem struct + Key string + Value string + type UpdateRequest struct + Items []UpdateItem