response

package
v0.0.0-...-57214d0 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2015 License: Apache-2.0, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteResponse

type DeleteResponse struct {
}
type Header struct {
	ServerIP                    string `xml:"ServerIP,attr"`
	ShouldRecordPerformanceTime bool   `xml:"ShouldRecordPerformanceTime,attr"`
	UserID                      string `xml:"UserID,attr"`
	RequestID                   string `xml:"RequestID,attr"`
	ResultCode                  string `xml:"ResultCode,attr"`
	AssemblyVersion             string `xml:"AssemblyVersion,attr"`
	RequestBodySize             int    `xml:"RequestBodySize,attr"`
	SerializeMode               string `xml:"SerializeMode,attr"`
	RouteStep                   int    `xml:"RouteStep,attr"`
	Environment                 string `xml:"Environment,attr"`
	Culture                     string `xml:"Culture,attr"`
	ReferenceID                 string `xml:"ReferenceID,attr"`
	ResultMsg                   string `xml:"ResultMsg,attr"`
	ResultNo                    string `xml:"ResultNo,attr"`
	SessionID                   string `xml:"SessionID,attr"`
	Timestamp                   string `xml:"Timestamp,attr"`
	TransNo                     string `xml:"TransNo,attr"`
	Version                     string `xml:"Version,attr"`
}

type LoadImgResponse

type LoadImgResponse struct {
	FileBytes []byte `xml:"FileBytes"`
}

type LoadZipResponse

type LoadZipResponse struct {
	FileBytes []byte `xml:"FileBytes"`
}

type Process

type Process struct {
	ProcessResponses []ProcessResponse `xml:"ProcessResponse"`
}

type ProcessResponse

type ProcessResponse struct {
	ID   string `xml:"ID"`
	Path string `xml:"Path"`
	Info string `xml:"Info"`
}

type Response

type Response struct {
	Header          Header          `xml:"Header"`
	SaveResponse    SaveResponse    `xml:"SaveResponse"`
	DeleteResponse  DeleteResponse  `xml:"DeleteResponse"`
	LoadZipResponse LoadZipResponse `xml:"LoadZipResponse"`
	LoadImgResponse LoadImgResponse `xml:"LoadImgResponse"`
}

type SaveResponse

type SaveResponse struct {
	CheckPass    bool    `xml:"CheckPass"`
	OriginalPath string  `xml:"OriginalPath"`
	TargetPath   string  `xml:"TargetPath"`
	Process      Process `xml:"Process"`
}

Jump to

Keyboard shortcuts

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