MCPcopy Index your code
hub / github.com/coder/coder / GetHttpRequest

Method GetHttpRequest

agent/proto/agent.pb.go:3580–3585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3578}
3579
3580func (x *BoundaryLog) GetHttpRequest() *BoundaryLog_HttpRequest {
3581 if x, ok := x.GetResource().(*BoundaryLog_HttpRequest_); ok {
3582 return x.HttpRequest
3583 }
3584 return nil
3585}
3586
3587func (x *BoundaryLog) GetSequenceNumber() int32 {
3588 if x != nil {

Calls 1

GetResourceMethod · 0.95