Documentation ¶
Overview ¶
Copyright 2020 newtbig Author. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2020 newtbig Author. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2020 newtbig Author. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func NewDispatcher(app module.App) module.Dispatcher
- type Dispatcher
- func (p *Dispatcher) GetGate(id uint64) (string, error)
- func (p *Dispatcher) GetMsgKey(id uint32) (string, error)
- func (p *Dispatcher) GetServer(sType string, id uint64) (string, error)
- func (p *Dispatcher) RegisteSer(id uint32, key string) error
- func (p *Dispatcher) Route(msg *framepb.Msg) (string, error)
- func (p *Dispatcher) RouteB(msg *framepb.Msg) ([]string, error)
- func (p *Dispatcher) Start() error
- func (p *Dispatcher) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDispatcher ¶
func NewDispatcher(app module.App) module.Dispatcher
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func (*Dispatcher) GetGate ¶ added in v0.1.1
func (p *Dispatcher) GetGate(id uint64) (string, error)
func (*Dispatcher) GetServer ¶ added in v0.1.1
func (p *Dispatcher) GetServer(sType string, id uint64) (string, error)
func (*Dispatcher) RegisteSer ¶
func (p *Dispatcher) RegisteSer(id uint32, key string) error
func (*Dispatcher) RouteB ¶ added in v0.1.1
func (p *Dispatcher) RouteB(msg *framepb.Msg) ([]string, error)
func (*Dispatcher) Start ¶
func (p *Dispatcher) Start() error
func (*Dispatcher) Stop ¶
func (p *Dispatcher) Stop() error