git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/codegen/testserver/otherpkg/model.go (about)

     1  package otherpkg
     2  
     3  type Scalar string
     4  
     5  type Struct struct {
     6  	Name string
     7  }