1package view 2 3import "git.sr.ht/~gabrielgio/img/pkg/ext" 4 5type View interface { 6 SetMyselfIn(r *ext.Router) 7}