...

Source file src/edge-infra.dev/pkg/f8n/devinfra/testinfra/sql/schema/schema.go

Documentation: edge-infra.dev/pkg/f8n/devinfra/testinfra/sql/schema

     1  package schema
     2  
     3  import "embed"
     4  
     5  var (
     6  	// export the schema to be used by other tests
     7  	//
     8  	//go:embed schema.sql
     9  	SQL embed.FS
    10  )
    11  

View as plain text