Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
74c3de61a1e08e8c2491d9c90a3f2e53c307b344
/
.
/
lib
/
erl
/
src
/
thrift_service.erl
blob: 1ecfb9da710c4e17684899458ef965ad9fee0776 [
file
] [
log
] [
blame
]
-module
(thrift_service)
.
-export
([behaviour_info/
1
])
.
behaviour_info(callbacks) ->
[{function_info
,
2
}]
.