dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/dtos/dbtimestamp.go (about)

     1  //
     2  // Copyright (C) 2021 IOTech Ltd
     3  //
     4  // SPDX-License-Identifier: Apache-2.0
     5  
     6  package dtos
     7  
     8  type DBTimestamp struct {
     9  	Created  int64 `json:"created,omitempty"`
    10  	Modified int64 `json:"modified,omitempty"`
    11  }