class ShardLockFile

Overview

Represents the structure of a shard.lock file. This file contains the resolved dependencies of the project.

Included Modules

Defined in:

shard/shard_lock_file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def shards : Hash(String, ShardLockEntry) #

A hash mapping shard names to their ShardLockEntry details.


[View source]
def shards=(shards : Hash(String, ShardLockEntry)) #

A hash mapping shard names to their ShardLockEntry details.


[View source]