Versions in this module Expand all Collapse all v0 v0.2.0 Mar 17, 2026 v0.1.0 Feb 12, 2026 Changes in this version + type Shim struct + Path string + Sha256 []byte + func (s *Shim) MarshalJSON() ([]byte, error) + func (s *Shim) UnmarshalJSON(data []byte) error + type State struct + Shims map[string]*Shim + func Get(fs afero.Fs, rcmPath string) (*State, error) + func (l *State) RemoveShim(shimName string) + func (l *State) ShimChanged(shimName string, sha256 []byte, path string) bool + func (l *State) UpdateShim(shimName string, shim Shim) + func (l *State) Write() error