(apiClient *api.Client, hostname string)
| 289 | } |
| 290 | |
| 291 | func NewMeReplacer(apiClient *api.Client, hostname string) *MeReplacer { |
| 292 | return &MeReplacer{ |
| 293 | apiClient: apiClient, |
| 294 | hostname: hostname, |
| 295 | } |
| 296 | } |
| 297 | |
| 298 | func (r *MeReplacer) currentLogin() (string, error) { |
| 299 | if r.login != "" { |
no outgoing calls