Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2022 Changes in this version + type StaticValue struct + func NewStaticValue() (*StaticValue, error) + func (s *StaticValue) Change(name string, newValue string) error + func (s *StaticValue) Get(name string) (string, error) + func (s *StaticValue) Init() error + func (s *StaticValue) SignStaticValue(data string, name string)