IsLogTypeTail check if logtype is Tail
()
| 197 | |
| 198 | // IsLogTypeTail check if logtype is Tail |
| 199 | func (t LogType) IsLogTypeTail() bool { |
| 200 | return strings.EqualFold(string(t), LogTypeTail) |
| 201 | } |
| 202 | |
| 203 | type ServiceResource struct { |
| 204 | Capacity *Resource |
no outgoing calls