internal/

directory
v0.1.35 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT

Directories

Path Synopsis
adapter
common/kafka
Package kafka provides Kafka messaging models.
Package kafka provides Kafka messaging models.
in/http/auth/basic
Package basic provides a basic authentication controller for the opampcommander API client.
Package basic provides a basic authentication controller for the opampcommander API client.
in/http/auth/github
Package github provides the GitHub oauth2 authentication controller for the opampcommander.
Package github provides the GitHub oauth2 authentication controller for the opampcommander.
in/http/v1/agent
Package agent provides domain models for the agent
Package agent provides domain models for the agent
in/http/v1/agentgroup
Package agentgroup provides HTTP handlers for managing agent groups.
Package agentgroup provides HTTP handlers for managing agent groups.
in/http/v1/agentpackage
Package agentpackage contains controller for agent package related endpoints.
Package agentpackage contains controller for agent package related endpoints.
in/http/v1/agentremoteconfig
Package agentremoteconfig contains controller for agent remote config endpoints.
Package agentremoteconfig contains controller for agent remote config endpoints.
in/http/v1/certificate
Package certificate contains controller for certificate related endpoints.
Package certificate contains controller for certificate related endpoints.
in/http/v1/connection
Package connection provides the HTTP controller for managing connections.
Package connection provides the HTTP controller for managing connections.
in/http/v1/namespace
Package namespace contains controller for namespace related endpoints.
Package namespace contains controller for namespace related endpoints.
in/http/v1/opamp
Package opamp provides the implementation of the OPAMP protocol.
Package opamp provides the implementation of the OPAMP protocol.
in/http/v1/ping
Package ping provides the ping controller for the HTTP API.
Package ping provides the ping controller for the HTTP API.
in/http/v1/rbac
Package rbac provides HTTP handlers for managing RBAC policies.
Package rbac provides HTTP handlers for managing RBAC policies.
in/http/v1/role
Package role provides HTTP handlers for managing roles.
Package role provides HTTP handlers for managing roles.
in/http/v1/rolebinding
Package rolebinding provides HTTP handlers for managing role bindings.
Package rolebinding provides HTTP handlers for managing role bindings.
in/http/v1/server
Package server provides the HTTP controller for managing servers.
Package server provides the HTTP controller for managing servers.
in/http/v1/user
Package user provides HTTP handlers for managing users.
Package user provides HTTP handlers for managing users.
in/http/v1/version
Package version provides server version information.
Package version provides server version information.
in/messaging/inmemory
Package inmemory implements in-memory messaging adapters for standalone mode.
Package inmemory implements in-memory messaging adapters for standalone mode.
in/messaging/kafka
Package kafka provides Kafka messaging adapter implementations.
Package kafka provides Kafka messaging adapter implementations.
out/identity/github
Package github provides a GitHub-specific identity provider adapter that resolves GitHub user identities and organization memberships for use with the RBAC system.
Package github provides a GitHub-specific identity provider adapter that resolves GitHub user identities and organization memberships for use with the RBAC system.
out/messaging/kafka
Package kafka implements Kafka messaging adapters.
Package kafka implements Kafka messaging adapters.
out/persistence/mongodb
Package mongodb provides the MongoDB adapter for the opampcommander application.
Package mongodb provides the MongoDB adapter for the opampcommander application.
out/persistence/mongodb/entity
Package entity contains common entity definitions for MongoDB persistence.
Package entity contains common entity definitions for MongoDB persistence.
out/rbac/casbin
Package casbin provides a Casbin-based RBAC enforcer adapter that implements the RBACEnforcerPort interface for permission management.
Package casbin provides a Casbin-based RBAC enforcer adapter that implements the RBACEnforcerPort interface for permission management.
application
helper
Package helper provides helper functions for mapping between domain models and API models.
Package helper provides helper functions for mapping between domain models and API models.
port
Package port is a package that defines the ports for the application layer.
Package port is a package that defines the ports for the application layer.
service/admin
Package admin provides the implementation of the AdminUsecase interface.
Package admin provides the implementation of the AdminUsecase interface.
service/agent
Package agent provides application services for the agent
Package agent provides application services for the agent
service/agentgroup
Package agentgroup provides the AgentGroupManageService for managing agent groups.
Package agentgroup provides the AgentGroupManageService for managing agent groups.
service/agentgroup/filter
Package filter provides filters for agentgroup domain model.
Package filter provides filters for agentgroup domain model.
service/agentpackage
Package agentpackage provides the AgentPackageService for managing agent packages.
Package agentpackage provides the AgentPackageService for managing agent packages.
service/agentpackage/filter
Package filter provides filters for agentpackage domain model.
Package filter provides filters for agentpackage domain model.
service/agentremoteconfig
Package agentremoteconfig provides the service for managing agent remote configs.
Package agentremoteconfig provides the service for managing agent remote configs.
service/agentremoteconfig/filter
Package filter provides filters for agentremoteconfig domain model.
Package filter provides filters for agentremoteconfig domain model.
service/certificate
Package certificate provides the CertificateService for managing certificates.
Package certificate provides the CertificateService for managing certificates.
service/certificate/filter
Package filter provides filters for certificate domain model.
Package filter provides filters for certificate domain model.
service/namespace
Package namespace provides the NamespaceManageService for managing namespaces.
Package namespace provides the NamespaceManageService for managing namespaces.
service/opamp
Package opamp provides the implementation of the OpAMP use case for managing connections and agents.
Package opamp provides the implementation of the OpAMP use case for managing connections and agents.
service/permission
Package permission provides application services for permission management.
Package permission provides application services for permission management.
service/rbac
Package rbac provides application services for RBAC authorization.
Package rbac provides application services for RBAC authorization.
service/role
Package role provides application services for role management.
Package role provides application services for role management.
service/rolebinding
Package rolebinding provides application services for RoleBinding management.
Package rolebinding provides application services for RoleBinding management.
service/user
Package user provides application services for user management.
Package user provides application services for user management.
domain
agent/model
Package agentmodel provides agent domain models.
Package agentmodel provides agent domain models.
agent/model/agent
Package agent provides domain models for the agent
Package agent provides domain models for the agent
agent/model/serverevent
Package serverevent defines server-to-server event models.
Package serverevent defines server-to-server event models.
agent/port
Package agentport provides port interfaces for the agent domain.
Package agentport provides port interfaces for the agent domain.
agent/service
Package agentservice provides domain services for the agent domain.
Package agentservice provides domain services for the agent domain.
model
Package model provides domain models for the opampcommander application.
Package model provides domain models for the opampcommander application.
model/vo
Package vo provides value objects vo package does not have any dependencies on other packages except the standard library
Package vo provides value objects vo package does not have any dependencies on other packages except the standard library
port
Package port provides ports which is defined in the hexagonal architecture.
Package port provides ports which is defined in the hexagonal architecture.
user/model
Package usermodel provides user domain models.
Package usermodel provides user domain models.
user/port
Package userport provides port interfaces for the user domain.
Package userport provides port interfaces for the user domain.
user/service
Package userservice provides domain services for the user domain.
Package userservice provides domain services for the user domain.
Package helper provides utility functions for graceful shutdown management.
Package helper provides utility functions for graceful shutdown management.
Package management provides core management interfaces and types.
Package management provides core management interfaces and types.
healthcheck
Package healthcheck provides health and readiness check functionality.
Package healthcheck provides health and readiness check functionality.
observability
Package observability provides observability features for the application.
Package observability provides observability features for the application.
pprof
Package pprof provides functionalities for performance profiling.
Package pprof provides functionalities for performance profiling.
Package security provides security-related functionality for the opampcommander application.
Package security provides security-related functionality for the opampcommander application.

Jump to

Keyboard shortcuts

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