github.com/hyperledger/aries-framework-go@v0.3.2/pkg/client/legacyconnection/event.go (about)

     1  /*
     2  Copyright Avast Software. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  package legacyconnection
     8  
     9  import (
    10  	"github.com/hyperledger/aries-framework-go/pkg/didcomm/common/model"
    11  )
    12  
    13  // Event properties related api. This can be used to cast Generic event properties to connection specific props.
    14  type Event model.Event