internal/system/aspect.go (5 lines of code) (raw):

package system type SystemAspect interface { Name() string Setup() error }