blob: 89479c8d3facf2e9c939c16d5993a0ba1b15e2a6 [file] [log] [blame]
-module(thrift_service).
-export([behaviour_info/1]).
behaviour_info(callbacks) ->
[{service_info, 1}].