settings

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2024 License: MIT Imports: 0 Imported by: 3

Documentation

Overview

Package settings provides a way to store and retrieve settings for resources.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Setting

type Setting map[string]interface{}

func (*Setting) Get

func (s *Setting) Get(key string) interface{}

func (*Setting) Set

func (s *Setting) Set(key string, value interface{})

type Settings

type Settings map[string]*Setting

func (*Settings) Get

func (s *Settings) Get(key string) *Setting

func (*Settings) Set

func (s *Settings) Set(key string, value *Setting)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL