gitlab.com/evatix-go/core@v1.3.55/coreinstruction/NameRequestsCollection.go (about)

     1  package coreinstruction
     2  
     3  type NameRequestsCollection struct {
     4  	NameRequestsList []NameRequests
     5  }