WithExtendedAPI set extended api
()
| 146 | |
| 147 | // WithExtendedAPI set extended api |
| 148 | func WithExtendedAPI() Option { |
| 149 | return func(o *options) { |
| 150 | o.IsExtendedAPI = true |
| 151 | } |
| 152 | } |
| 153 | |
| 154 | // WithCustomTemplate set custom template |
| 155 | func WithCustomTemplate() Option { |
no outgoing calls