 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
	Stream StreamConfig `yaml:"stream"`
}
    type ConfigGetter ¶
type ConfigGetter interface {
	GetDrpc() Config
}
    type StreamConfig ¶
type StreamConfig struct {
	MaxMsgSizeMb int `yaml:"maxMsgSizeMb"`
}
     Click to show internal directories. 
   Click to hide internal directories.