main
New
func New(cOpts *ClientOptions, mOpts *MessageOptions) (*Service, error) { if cOpts == nil { return nil, errors.New("client-options cannot be nil") }