gomobile

package
v1.74.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 4 Imported by: 0

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

type SecureCloudEngineRPCResult struct {
	Output string
	Status int
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL