Skip to main content

Module varlink_service

Module varlink_service 

Source
Expand description

Types for the org.varlink.service interface.

This module provides types for methods and errors to be used for both client and server implementations of the standard Varlink service interface.

Structs§

Info
Information about a Varlink service implementation.
InterfaceDescription
The interface description.
OwnedError
Owned version of Error for use with the chain API.
OwnedInfo
Owned version of Info for use with the chain API.

Enums§

Error
Errors that can be returned by the org.varlink.service interface.
Method
org.varlink.service interface methods.
OwnedReply
Owned version of Reply for use with the chain API.
Reply
org.varlink.service interface replies.

Constants§

DESCRIPTION
The description of the org.varlink.service interface.
INTERFACE_NAME
The name of the org.varlink.service interface.

Type Aliases§

Result
Result type for Varlink service methods.