Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InteractionRequest (0.15 sec)

  1. test/typeparam/issue51219b.dir/b.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package b
    
    import (
    	"./a"
    )
    
    // InteractionRequest is an incoming request Interaction
    type InteractionRequest[T a.InteractionDataConstraint] struct {
    	a.Interaction[T]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 28 14:59:04 UTC 2022
    - 331 bytes
    - Viewed (0)
  2. test/typeparam/issue51219b.dir/p.go

    // license that can be found in the LICENSE file.
    
    package p
    
    import (
    	"./b"
    )
    
    // ResponseWriterMock mocks corde's ResponseWriter interface
    type ResponseWriterMock struct {
    	x b.InteractionRequest[[]byte]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 28 14:59:04 UTC 2022
    - 318 bytes
    - Viewed (0)
Back to top