Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alisa ¶
type Alisa struct { *Config // contains filtered or unexported fields }
Alisa wrappered alisa pop client
func (*Alisa) ExecPyODPSWithWriter ¶
ExecPyODPSWithWriter executes cmd(pyodps code) and write logs into w
type Config ¶
type Config struct { POPAccessID string // POP config POPAccessSecret string // POP config POPURL string // POPURL does not contain a header like: http/https POPScheme string // POPScheme: http/https Env map[string]string // Environment variable JSON encoded in base64 format. With map[string]string // With variable JSON encoded in base64 format. Verbose bool // Verbose denotes whether to print logs to the terminal Project string // Project(name) of Alisa, generated from Env. }
Config is the deserialization of connect string, the connection string should of format: pop_access_id:pop_access_secret@pop_url?env=..
Click to show internal directories.
Click to hide internal directories.