Documentation ¶
Index ¶
- Constants
- func GetParticipantInfos(db *gorm.DB, partyCodes []string) ([]*graph.Participant, error)
- func NewDbConnWithBootstrap(conf *config.StorageConf) (*gorm.DB, error)
- func NewServer(conf *config.Config, storage *gorm.DB, engineClient executor.EngineClient) (*http.Server, error)
- func QueryTableSchemas(store *gorm.DB, dbName string, tableNames []string) (tables []*scql.TableEntry, err error)
- func SCDBFetchRequestToLogString(req *scql.SCDBFetchRequest) string
- func SCDBQueryRequestToLogString(req *scql.SCDBQueryRequest) string
- func ValidateParticipantInfos(participants []*graph.Participant) error
- type App
- type ExecutionPlanInfo
- type LogFormatter
- type LogicalPlanInfo
Constants ¶
View Source
const (
DefaultHostName = `%`
)
Variables ¶
This section is empty.
Functions ¶
func GetParticipantInfos ¶
one-to-one correspondence between in parameter `partyCodes` and return value `[]*graph.Participant` on success
func NewDbConnWithBootstrap ¶
func NewDbConnWithBootstrap(conf *config.StorageConf) (*gorm.DB, error)
func QueryTableSchemas ¶
func SCDBFetchRequestToLogString ¶
func SCDBFetchRequestToLogString(req *scql.SCDBFetchRequest) string
func SCDBQueryRequestToLogString ¶
func SCDBQueryRequestToLogString(req *scql.SCDBQueryRequest) string
func ValidateParticipantInfos ¶
func ValidateParticipantInfos(participants []*graph.Participant) error
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) EngineHandler ¶
func (*App) FetchHandler ¶
func (*App) HealthHandler ¶
func (*App) SubmitAndGetHandler ¶
func (*App) SubmitHandler ¶
type ExecutionPlanInfo ¶
type ExecutionPlanInfo struct {
// contains filtered or unexported fields
}
type LogFormatter ¶
type LogFormatter struct { }
type LogicalPlanInfo ¶
type LogicalPlanInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.