mattermost/wsapi
Agniva De Sarker f0ecdcc5f5
Move Channels into App (#18623)
* Move Channels into App

In this PR, we make Channels as part of App
instead of Server. This is part of the transition period
of moving fields from Server to Channels.

For now, Channels contains Server. So the hierarchy is

App -> Channels -> Server.

And as a first step, we also move httpService to Channels.

```release-note
NONE
```

* Fixing another test

```release-note
NONE
```

* new method

```release-note
NONE
```
2021-10-12 11:39:49 +05:30
..
api.go Move Channels into App (#18623) 2021-10-12 11:39:49 +05:30
status.go [MM-22051] Remove To/From JSON (#18070) 2021-09-01 14:43:12 +02:00
system.go [MM-37772] Idiomatic naming (URL, URI, API) (#18128) 2021-08-16 19:46:44 +02:00
user.go [MM-37772] Idiomatic naming (URL, URI, API) (#18128) 2021-08-16 19:46:44 +02:00
websocket_handler.go [MM-37772] Idiomatic naming (URL, URI, API) (#18128) 2021-08-16 19:46:44 +02:00