mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
8 lines
99 B
Go
8 lines
99 B
Go
|
//+build latest_release
|
||
|
|
||
|
package v1
|
||
|
|
||
|
func getMetadataDir() string {
|
||
|
return "v1/metadata_latest"
|
||
|
}
|