Documentation
¶
Overview ¶
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. Licensed under the Universal Permissive License (UPL) Version 1.0 as shown at http://oss.oracle.com/licenses/upl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerFunctionRequest ¶
type CustomerFunctionRequest struct {
Params []interface{} `json:"params"`
}
type CustomerFunctionResponse ¶
type CustomerFunctionResponse struct { Result interface{} `json:"result,omitempty"` Error string `json:"error,omitempty"` }
Click to show internal directories.
Click to hide internal directories.