lflux/eve-sdeloader

View on GitHub
icons/types.go

Summary

Maintainability
A
0 mins
Test Coverage
package icons


type Icon struct {
    Description string
    IconFile string `yaml:"iconFile"`
}