All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Ada.server-body.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
{{>licenseInfo}}
package body {{package}}.Servers is
{{#apiInfo}}
{{#apis}}
{{#operations}}
{{#operation}}

   --  {{summary}}
   --  {{notes}}
   procedure {{operationId}} ({{#allParams}}{{paramName}} : in {{dataType}}{{#hasMore}};
      {{/hasMore}}{{/allParams}}) is
   begin
      null;
   end {{operationId}};
{{/operation}}
{{/operations}}
{{/apis}}
{{/apiInfo}}
end {{package}}.Servers;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy