Scope

io.github.positionpal.location.domain.Scope
case class Scope(userId: UserId, groupId: GroupId)

Defines the context in which a user's state is visible and relevant to a specific group. A Scope captures the idea that a user's state can differ depending on the group they are associated with, enabling group-specific visibility and tracking.

Value parameters

groupId

The unique identifier of the group.

userId

The unique identifier of the user.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product