mirror of
https://github.com/versia-pub/versia-go.git
synced 2025-12-06 06:28:18 +01:00
10 lines
164 B
Go
10 lines
164 B
Go
|
|
// Code generated by ent, DO NOT EDIT.
|
||
|
|
|
||
|
|
package ent
|
||
|
|
|
||
|
|
import "entgo.io/ent/dialect/sql"
|
||
|
|
|
||
|
|
func (c *Client) GetClient() *sql.Driver {
|
||
|
|
return c.driver.(*sql.Driver)
|
||
|
|
}
|