mobile

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mobile provides mobile platform protocol analysis support.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateKotlinSDK

func GenerateKotlinSDK() string

GenerateKotlinSDK generates Kotlin SDK skeleton.

func GenerateSwiftSDK

func GenerateSwiftSDK() string

GenerateSwiftSDK generates Swift SDK skeleton.

Types

type Platform

type Platform string

Platform represents a mobile platform.

const (
	PlatformIOS     Platform = "ios"
	PlatformAndroid Platform = "android"
)

type SDKConfig

type SDKConfig struct {
	Platform Platform `json:"platform"`
	Language string   `json:"language"` // swift, kotlin
	Features []string `json:"features"`
}

SDKConfig represents a mobile SDK configuration.

func NewSDKConfig

func NewSDKConfig(platform Platform) *SDKConfig

NewSDKConfig creates a mobile SDK config.

func (*SDKConfig) Describe

func (c *SDKConfig) Describe() string

Describe returns SDK description.

Jump to

Keyboard shortcuts

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