(id uint, internal bool)
| 73 | } |
| 74 | |
| 75 | func (ab *AppClientBuilder) app(id uint, internal bool) *MessageBuilder { |
| 76 | return ab.appWithToken(id, "app"+fmt.Sprint(id), internal) |
| 77 | } |
| 78 | |
| 79 | // AppWithToken creates an application with a token and returns a message builder. |
| 80 | func (ab *AppClientBuilder) AppWithToken(id uint, token string) *MessageBuilder { |
no test coverage detected