Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
ae756f4561047df087f7b1130d7e2b056b05e4b0
/
.
/
lib
/
alterl
/
src
/
thrift_service.erl
blob: 89479c8d3facf2e9c939c16d5993a0ba1b15e2a6 [
file
] [
log
] [
blame
]
David Reiss
ac54955
2008-06-10 22:56:59 +0000
[
diff
] [
blame
]
1
-module
(thrift_service)
.
2
3
-export
([behaviour_info/
1
])
.
4
5
behaviour_info(callbacks) ->
6
[{service_info
,
1
}]
.