MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / createGraphSaltResponse

Struct createGraphSaltResponse

cmd/server/main.go:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577 GraphUUID string `json:"GraphUUID"`
578}
579type createGraphSaltResponse struct {
580 Value string `json:"value"`
581 ExpiredAt int64 `json:"expired-at"`
582}
583
584func (s *server) createGraphSalt(ctx context.Context, req *createGraphSaltRequest) (*createGraphSaltResponse, error) {
585 _, err := s.db.Graph(ctx, db.GraphID(req.GraphUUID))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected