github.com/alloyzeus/go-azfl@v0.0.0-20231220071816-9740126a2d07/azcore/attributes.go (about)

     1  package azcore
     2  
     3  // Attributes abstracts attributes.
     4  type Attributes interface {
     5  	AZAttributes()
     6  }