Cloesce - v0.1.5
    Preparing search index...

    Interface Service

    interface Service {
        attributes: ServiceAttribute[];
        initializer: string[] | null;
        methods: Record<string, ApiMethod>;
        name: string;
        source_path: string;
    }
    Index

    Properties

    attributes: ServiceAttribute[]
    initializer: string[] | null
    methods: Record<string, ApiMethod>
    name: string
    source_path: string