Merge "[RICPLT-209] - automation refactory setup"
[ric-plt/e2mgr.git] / E2Manager / models / reset_request.go
index 39c40a0..c41ee79 100644 (file)
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-//
 
-package models
+//  This source code is part of the near-RT RIC (RAN Intelligent Controller)
+//  platform project (RICP).
 
-import "time"
+
+package models
 
 type ResetRequest struct {
-       StartTime time.Time
        RanName string
        Cause   string `json:"cause"`
 }