ctrl_api

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Copyright 2024 Louis Royer and the NextMN-SRv6 contributors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file. SPDX-License-Identifier: MIT

Copyright 2024 Louis Royer and the NextMN-SRv6 contributors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file. SPDX-License-Identifier: MIT

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RulesRegistry

type RulesRegistry interface {
	UplinkAction(UEIp netip.Addr, GnbIp netip.Addr) (uuid.UUID, jsonapi.Action, error)
	DownlinkAction(UEIp netip.Addr) (uuid.UUID, jsonapi.Action, error)
	ByUUID(uuid uuid.UUID) (jsonapi.Action, error)
}

type RulesRegistryHTTP

type RulesRegistryHTTP interface {
	GetRule(c *gin.Context)
	GetRules(c *gin.Context)
	DeleteRule(c *gin.Context)
	EnableRule(c *gin.Context)
	DisableRule(c *gin.Context)
	PostRule(c *gin.Context)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL