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

     1  package coreinstruction
     2  
     3  type DependencyName struct {
     4  	Name string `json:"Name"`
     5  }