Structs§
- AnyService
Meta - Base
Service Meta - Header
Length - Sails message header length.
- Interface
Id - Unique identifier for a service (or “interface” in terms of sails binary protocol).
- Magic
- Sails message header’s protocol magic bytes.
- Matched
Interface - The outcome of matching a message header against known interfaces.
- Method
Metadata - Metadata for a service method.
- Sails
Message Header - Sails message header.
- Version
- Sails message header’s protocol version.
Constants§
- HIGHEST_
SUPPORTED_ VERSION - Sails protocol highest supported version.
- MAGIC_
BYTES - Sails protocol magic bytes.
Bytes stand for the UTF-8 string
GM. - MINIMAL_
HLEN - Minimal Sails message header length in bytes.
Traits§
- Identifiable
- A trait for types that have a static Interface ID.
- Method
Meta - A trait for types that represent a service method, providing its Entry ID.
- Program
Meta - Service
Meta
Functions§
- bytes32_
eq - count_
base_ services - find_id
- find_
method_ data - interface_
ids - Generate interface IDs array from exposed services
- service_
has_ interface_ id - str_eq