Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalSqlServer ¶
type LocalSqlServer struct { sqlpb.UnimplementedSqlServer // contains filtered or unexported fields }
func NewLocalSqlServer ¶
func NewLocalSqlServer(projectName string) (*LocalSqlServer, error)
func (*LocalSqlServer) ConnectionString ¶
func (l *LocalSqlServer) ConnectionString(ctx context.Context, req *sqlpb.SqlConnectionStringRequest) (*sqlpb.SqlConnectionStringResponse, error)
func (*LocalSqlServer) Stop ¶
func (l *LocalSqlServer) Stop() error
Click to show internal directories.
Click to hide internal directories.