Documentation
¶
Overview ¶
Package gomobile exports shims for gomobile use
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SecureCloudEngineFinalize ¶
func SecureCloudEngineFinalize()
SecureCloudEngineFinalize finalizes the library
func SecureCloudEngineInitialize ¶
func SecureCloudEngineInitialize()
SecureCloudEngineInitialize initializes rclone as a library
Types ¶
type SecureCloudEngineRPCResult ¶
SecureCloudEngineRPCResult is returned from SecureCloudEngineRPC
Output will be returned as a serialized JSON object Status is a HTTP status return (200=OK anything else fail)
func SecureCloudEngineRPC ¶
func SecureCloudEngineRPC(method string, input string) (result *SecureCloudEngineRPCResult)
SecureCloudEngineRPC has an interface optimised for gomobile, in particular the function signature is valid under gobind rules.
https://pkg.go.dev/golang.org/x/mobile/cmd/gobind#hdr-Type_restrictions
Click to show internal directories.
Click to hide internal directories.