Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppScriptExecutor ¶
type AppScriptExecutor struct { ScriptID string CredentialsFile string // contains filtered or unexported fields }
AppScriptExecutor ...
func (*AppScriptExecutor) Run ¶
func (a *AppScriptExecutor) Run(functionName string, parameters ...interface{}) (googleapi.RawMessage, error)
Run Executes a remote Apps script with given scriptID, functionName & parameters. parameters should be passed in correct order and types should match the expected in Apps script function.
Click to show internal directories.
Click to hide internal directories.