github.com/onosproject/onos-api/go@v0.10.32/onos/e2t/e2/e2.go (about)

     1  // SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
     2  //
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package e2
     6  
     7  // AppID is an application identifier
     8  type AppID string
     9  
    10  // InstanceID is an application instance identifier
    11  type InstanceID string
    12  
    13  // SubscriptionID is a subscription identifier
    14  type SubscriptionID string
    15  
    16  // ServiceModelName is a service model name
    17  type ServiceModelName string
    18  
    19  // ServiceModelVersion is a service model version
    20  type ServiceModelVersion string
    21  
    22  // E2NodeID is an E2 node identifier
    23  type E2NodeID string