Categorygithub.com/SWAN-community/access-go
modulepackage
0.1.0
Repository: https://github.com/swan-community/access-go.git
Documentation: pkg.go.dev

# README

access-go

Access functionality in Go shared across SWAN repositories.

# Functions

GetAllowedHttp of the Access.GetAllowedHttp method for use my implementing structures.
NewAccessProxy creates a new access proxy instance.
NewFixed creates a new instance of the AccessFixed structure with the fixed list of keys provided the allowed keys.

# Structs

No description provided by the author
Fixed is a implementation of common.Access for testing where a list of provided keys returns true, and all others return false.
State for access associated with a key.

# Interfaces

Access interface for validating entitlement to access the network.