Holds introspection data for a single PhoenixGenApi service.
Fields
:name- the service module atom (e.g.MyApp.Services.UserService):functions- list of%PhoenixGenApi.FunConfig{}structs:function_count- total number of function configs for this service
Summary
Types
@type t() :: %PhoenixGenApiTui.Introspection.ServiceInfo{ function_count: non_neg_integer(), functions: [struct()], name: atom() }