github.com/onosproject/onos-api/go@v0.10.32/onos/e2t/e2/v1beta1/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 v1beta1
     6  
     7  // ServiceModelName is a service model name
     8  type ServiceModelName string
     9  
    10  // ServiceModelVersion is a service model version name
    11  type ServiceModelVersion string
    12  
    13  // AppID is an xApp identifier
    14  type AppID string
    15  
    16  // AppInstanceID is an xApp instance identifier
    17  type AppInstanceID string
    18  
    19  // E2NodeID is an E2 node identifier
    20  type E2NodeID string
    21  
    22  // TransactionID is a transaction identifier
    23  type TransactionID string
    24  
    25  // ChannelID is a subscription channel identifier
    26  type ChannelID string
    27  
    28  // SubscriptionID is a subscription identifier
    29  type SubscriptionID string
    30  
    31  // Revision is a subscription revision number
    32  type Revision uint64
    33  
    34  // E2TInstanceID is an E2T instance identifier
    35  type E2TInstanceID string
    36  
    37  // TermID is a mastership term identifier
    38  type TermID uint64
    39  
    40  // MasterID is a master identifier
    41  type MasterID string