csharp

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSharpGen

type CSharpGen struct {
	Home string
	// contains filtered or unexported fields
}

func NewCSharpGen

func NewCSharpGen(proto string, onlyCode bool) (*CSharpGen, error)

func (*CSharpGen) Generate

func (g *CSharpGen) Generate() error

type Component

type Component struct {
	Name        string
	Index       int
	BasePackage string
	Fields      []*Field
}

type Components

type Components struct {
	Components []*Component
}

type Field

type Field struct {
	ComponentName  string
	ComponentIndex int
	BasePackage    string
	Package        string
	Name           string
	Index          int
	ServerMessage  bool
	Action10       string //action 10进制
	Action16       string //action 16进制
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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