commit | 0062e277caa2b76484202f1750c491b37e3cd4b2 | [log] [tgz] |
---|---|---|
author | Shyam Jayaraman <bjornick@google.com> | Thu Jun 04 11:25:13 2015 -0700 |
committer | Shyam Jayaraman <bjornick@google.com> | Thu Jun 04 11:25:29 2015 -0700 |
tree | 1b561f9bf1816e62fd59e91158d7c2b783e52260 | |
parent | 2dd947e087eac55abf85bb5ab9564b4363ace0ed [diff] [blame] |
wspr: Share the type stream for server messages. MultiPart: 2/2 Change-Id: I971fe9521b30c4e42cb826da6e53ed2890154fd1
diff --git a/services/wspr/internal/app/app.go b/services/wspr/internal/app/app.go index f26d773..2c89518 100644 --- a/services/wspr/internal/app/app.go +++ b/services/wspr/internal/app/app.go
@@ -981,3 +981,7 @@ func (c *Controller) TypeEncoder() *vom.TypeEncoder { return c.typeEncoder } + +func (c *Controller) TypeDecoder() *vom.TypeDecoder { + return c.typeDecoder +}