flamingo.me/flamingo-commerce/v3@v3.11.0/test/integrationtest/projecttest/graphql/emptymodule.go (about)

     1  // Code generated by flamingo.me/graphql DO NOT EDIT!
     2  //go:build graphql
     3  // +build graphql
     4  
     5  package graphql
     6  
     7  import "flamingo.me/dingo"
     8  
     9  // this empty module is used by go generate to provide a dingo module because module.go is not compiled during generate
    10  type Module struct{}
    11  
    12  // Configure dummy method
    13  func (Module) Configure(injector *dingo.Injector) {}