Skip to content

Feature: Add method for querying toVertex/fromVertex and steps #174

@kcmvp

Description

@kcmvp

right now I haave two cases, which dont have simple way to ahieve
1: query all the direct vertexs( from vertexes) to a specified Vertex
2: query all the direct vertexes(target Vertexs) from a specified Vertex.

there may be similar requirements for different steps, so hope it supplies two method

1: Vertexes.To(hash K, steps int) []Vertex
1: Vertexes.From(hash K, steps int) []Vertex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions