weberest

package
v0.0.0-...-1f04649 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const DWLABImport_TypeID = 0xa1a4ad9d143eaa6f

DWLABImport_TypeID is the unique identifier for the type DWLABImport.

View Source
const DWLABImport_importData_Params_TypeID = 0xeb03972caa23c7d2

DWLABImport_importData_Params_TypeID is the unique identifier for the type DWLABImport_importData_Params.

View Source
const DWLABImport_importData_Results_TypeID = 0xb9bc568c49fcca07

DWLABImport_importData_Results_TypeID is the unique identifier for the type DWLABImport_importData_Results.

Variables

This section is empty.

Functions

func DWLABImport_Methods

func DWLABImport_Methods(methods []server.Method, s DWLABImport_Server) []server.Method

DWLABImport_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.

func DWLABImport_NewServer

func DWLABImport_NewServer(s DWLABImport_Server, policy *server.Policy) *server.Server

DWLABImport_NewServer creates a new Server from an implementation of DWLABImport_Server.

Types

type DWLABImport

type DWLABImport struct{ Client *capnp.Client }

func DWLABImport_ServerToClient

func DWLABImport_ServerToClient(s DWLABImport_Server, policy *server.Policy) DWLABImport

DWLABImport_ServerToClient creates a new Client from an implementation of DWLABImport_Server. The caller is responsible for calling Release on the returned Client.

func (DWLABImport) AddRef

func (c DWLABImport) AddRef() DWLABImport

func (DWLABImport) Release

func (c DWLABImport) Release()

type DWLABImport_Server

type DWLABImport_Server interface {
	ImportData(context.Context, DWLABImport_importData) error
}

A DWLABImport_Server is a DWLABImport with a local implementation.

type DWLABImport_importData

type DWLABImport_importData struct {
	*server.Call
}

DWLABImport_importData holds the state for a server call to DWLABImport.importData. See server.Call for documentation.

func (DWLABImport_importData) AllocResults

AllocResults allocates the results struct.

func (DWLABImport_importData) Args

Args returns the call's arguments.

type DWLABImport_importData_Params

type DWLABImport_importData_Params struct{ capnp.Struct }

func NewDWLABImport_importData_Params

func NewDWLABImport_importData_Params(s *capnp.Segment) (DWLABImport_importData_Params, error)

func NewRootDWLABImport_importData_Params

func NewRootDWLABImport_importData_Params(s *capnp.Segment) (DWLABImport_importData_Params, error)

func ReadRootDWLABImport_importData_Params

func ReadRootDWLABImport_importData_Params(msg *capnp.Message) (DWLABImport_importData_Params, error)

func (DWLABImport_importData_Params) Dwla

func (DWLABImport_importData_Params) DwlaBytes

func (s DWLABImport_importData_Params) DwlaBytes() ([]byte, error)

func (DWLABImport_importData_Params) Dwlb

func (DWLABImport_importData_Params) DwlbBytes

func (s DWLABImport_importData_Params) DwlbBytes() ([]byte, error)

func (DWLABImport_importData_Params) HasDwla

func (s DWLABImport_importData_Params) HasDwla() bool

func (DWLABImport_importData_Params) HasDwlb

func (s DWLABImport_importData_Params) HasDwlb() bool

func (DWLABImport_importData_Params) HasId

func (DWLABImport_importData_Params) Id

func (DWLABImport_importData_Params) IdBytes

func (s DWLABImport_importData_Params) IdBytes() ([]byte, error)

func (DWLABImport_importData_Params) SetDwla

func (DWLABImport_importData_Params) SetDwlb

func (DWLABImport_importData_Params) SetId

func (DWLABImport_importData_Params) String

type DWLABImport_importData_Params_Future

type DWLABImport_importData_Params_Future struct{ *capnp.Future }

DWLABImport_importData_Params_Future is a wrapper for a DWLABImport_importData_Params promised by a client call.

func (DWLABImport_importData_Params_Future) Struct

type DWLABImport_importData_Params_List

type DWLABImport_importData_Params_List struct{ capnp.List }

DWLABImport_importData_Params_List is a list of DWLABImport_importData_Params.

func NewDWLABImport_importData_Params_List

func NewDWLABImport_importData_Params_List(s *capnp.Segment, sz int32) (DWLABImport_importData_Params_List, error)

NewDWLABImport_importData_Params creates a new list of DWLABImport_importData_Params.

func (DWLABImport_importData_Params_List) At

func (DWLABImport_importData_Params_List) Set

func (DWLABImport_importData_Params_List) String

type DWLABImport_importData_Results

type DWLABImport_importData_Results struct{ capnp.Struct }

func NewDWLABImport_importData_Results

func NewDWLABImport_importData_Results(s *capnp.Segment) (DWLABImport_importData_Results, error)

func NewRootDWLABImport_importData_Results

func NewRootDWLABImport_importData_Results(s *capnp.Segment) (DWLABImport_importData_Results, error)

func ReadRootDWLABImport_importData_Results

func ReadRootDWLABImport_importData_Results(msg *capnp.Message) (DWLABImport_importData_Results, error)

func (DWLABImport_importData_Results) HasId

func (DWLABImport_importData_Results) Id

func (DWLABImport_importData_Results) IdBytes

func (s DWLABImport_importData_Results) IdBytes() ([]byte, error)

func (DWLABImport_importData_Results) SetId

func (DWLABImport_importData_Results) SetSuccessA

func (s DWLABImport_importData_Results) SetSuccessA(v bool)

func (DWLABImport_importData_Results) SetSuccessB

func (s DWLABImport_importData_Results) SetSuccessB(v bool)

func (DWLABImport_importData_Results) String

func (DWLABImport_importData_Results) SuccessA

func (s DWLABImport_importData_Results) SuccessA() bool

func (DWLABImport_importData_Results) SuccessB

func (s DWLABImport_importData_Results) SuccessB() bool

type DWLABImport_importData_Results_Future

type DWLABImport_importData_Results_Future struct{ *capnp.Future }

DWLABImport_importData_Results_Future is a wrapper for a DWLABImport_importData_Results promised by a client call.

func (DWLABImport_importData_Results_Future) Struct

type DWLABImport_importData_Results_List

type DWLABImport_importData_Results_List struct{ capnp.List }

DWLABImport_importData_Results_List is a list of DWLABImport_importData_Results.

func NewDWLABImport_importData_Results_List

func NewDWLABImport_importData_Results_List(s *capnp.Segment, sz int32) (DWLABImport_importData_Results_List, error)

NewDWLABImport_importData_Results creates a new list of DWLABImport_importData_Results.

func (DWLABImport_importData_Results_List) At

func (DWLABImport_importData_Results_List) Set

func (DWLABImport_importData_Results_List) String

Jump to

Keyboard shortcuts

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