PB.Schema.Info.Service (PB v0.1.0)

Copy Markdown View Source

Public projection of a compiled protobuf service.

Summary

Types

t()

@type t() :: %PB.Schema.Info.Service{
  methods: [PB.Schema.Info.Method.t()],
  name: PB.service_name()
}