Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry manages a collection of parsed EIPs with disk caching.
func NewRegistry ¶
func NewRegistry( ctx context.Context, log logrus.FieldLogger, cacheDir string, ) (*Registry, error)
NewRegistry creates an EIP registry, fetching from GitHub if the cache is stale.
func (*Registry) Categories ¶
Categories returns sorted unique category values across all EIPs.
Click to show internal directories.
Click to hide internal directories.